When applying for Oceanpayment accounts, they may need to review your payment processors and require your payment information to be displayed in a prominent position on your website in the footer section for easy reference. Please refer to the steps below to create your payment icons and display this information on your website.
Steps
1. From your Shoplazza Admin, go to > Apps > Click Visit App Store on the top right > Type Custom Code in the search bar and press enter/click the magnifier icon to search > Click Add to download.
2. Click Add new to create a coded section and embed it on your webpage.
3. Click Save to view the Oceanpayment Logo on your website bottom.
Different theme card organization codes
Refer to the code below to copy/paste this information into the Embed tracking code section if you are on more recent themes such as
Wind、Geek、Nova2022、Eva、Hero、Boost
<script type = "text/javascript">
try {
$(function() {
$('#shoplaza-section-footer').after('<div style="white-space:normal;text-align:center;" class="tw-bg-footer-bg tw-bg-footer"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/0244f114b3afad4d9b0fe22f54dbb837_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/431cf474360ec26f50e453910d747622_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/ea127d2967d52ee7106f1d862a4be2aa_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/9042ff8fe121c2fe80df22b3a4e38c67_180x.png"><img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/2d9a48ae30ea532451ce4c54825d5dfe_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/7377e6a76458a88ffe91e7b28cc9417c_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/8c7d570994064c8066658bc0edba5366_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/47c5b22ec39fb82d220efef0c301e8cd_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/7b913163091dc227b0d4b946be32b704_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/1b2b030090fdac882511e286a570ba0e_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/a0a058baaeef16e88f6bd2ee36c03f6f_180x.png"> </div>');
})
} catch(e) {} </script>
Life Style、Venus、Hyde
<script type = "text/javascript">
try {
$(function() {
$('.footer-plus__payment,.footer__payment,.payment-icons,.footer-payment').remove();
$(".footer-plus__center,.footer-copyright__inner,.footer-plus__copyright,.site-footer,.footer__content").append('<div style="white-space:normal;text-align:center;" class="payment-icons"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/0244f114b3afad4d9b0fe22f54dbb837_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/431cf474360ec26f50e453910d747622_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/ea127d2967d52ee7106f1d862a4be2aa_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/9042ff8fe121c2fe80df22b3a4e38c67_180x.png"><img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/2d9a48ae30ea532451ce4c54825d5dfe_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/7377e6a76458a88ffe91e7b28cc9417c_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/8c7d570994064c8066658bc0edba5366_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/47c5b22ec39fb82d220efef0c301e8cd_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/7b913163091dc227b0d4b946be32b704_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/1b2b030090fdac882511e286a570ba0e_180x.png"> <img style="height:24px;margin:4px;" src="https://img.shoplazza.com/oss/operation/a0a058baaeef16e88f6bd2ee36c03f6f_180x.png"> </div>');
});
} catch(e) {} </script>
Comments
Please sign in to leave a comment.