Shopline Compliance Modification
Any cross-border e-commerce independent station needs to make corresponding compliance adjustments to the website to ensure that the website complies with the "[Cross-border Acquiring Website Compliance Requirements]" in the network maintenance documents (please ensure that the content is consistent with the PC end when accessed from mobile devices).
Before You Begin
Please contact the Oceanpayment operations team to obtain the website modification suggestions document.
Please contact the Oceanpayment business team to obtain operational support.
Card Logo Compliance Modification
Major card organizations, banks, and other institutions require merchants they work with to add their payment method icons to the website. This section will introduce how to add the corresponding payment icons in Shopline's stores. Oceanpayment provides merchants with a variety of payment icons.
1. Enable Logo Display in Footer
Enable the display of secure payment icons in the theme footer, please refer to the Shopline official documentation - [Enable Secure Payment Icons]().
Website Terms Addition
This step requires the addition of corresponding terms to a separate page, usually the link to these terms needs to be placed in the footer at the bottom of the web page. The Oceanpayment operations team will provide the corresponding terms content. Each item must be displayed on a separate page, and you need to create a page in the custom page and then place it in the footer menu.
1. Create Footer Menu & Add Page Links
The footer menu is located at the bottom of the page, and all pages will display the footer menu at the bottom. The footer menu can link to other pages related to the store, such as: adding store refund policies and other titles in the footer menu and linking to the corresponding custom pages, consumers can click to jump to display related information. The footer section can help consumers quickly obtain store information, which helps consumers build trust in the store and greatly improves the user experience.
1.1 Build Footer Menu
To add a footer menu, please refer to the Shopline official documentation, Footer Design.
The following terms must be added (and as separate pages), please contact Oceanpayment operations support to obtain the following document templates.
- Contact Us
- Shipping Policy
- Return Policy
- About Us
- Terms & Conditions
- Intellectual Property Rights
- Privacy Policy
1.2 Add Agreement Content
In the corresponding separate pages, paste the templates provided by the Oceanpayment operations staff into the text box.
2. Terms & Conditions
2.1 Add Main Body Code
Different payment methods and banks have different requirements for the display of the main body on the website. Adding the main body code is a way to manage the display of the main body on the website. After adding, it can be adjusted according to the bank's requirements.
Merchants need to insert the following code in the code mode of the editor at the bottom.
Main Body Code:
Add a link to the image's terms:
<img src="https://www.9-bill.com/index/img">
Or a link to the text's terms:
<object type="text/x-scriptlet" data="https://www.9-bill.com/index/text" width="100%"></object>
(Choose one of the links, the specific type of link to add should be based on the website modification suggestions document provided by Oceanpayment.)
Addition Steps:
- Log in to the Shopline backend -> Sales -> Online Store -> Customize Page -> Terms & Conditions
- Click Code Mode
- In code mode, add the main body code provided by Oceanpayment at the bottom.
- Click confirm to save the changes.
3 Intellectual Property Rights
3.1 Add Intellectual Property Code
This code is mainly used to display the contact information of our company's IP email, so that related brand parties can contact our company.
Merchants need to insert the following code in the code mode of the editor at the bottom.
Intellectual Property Code:
Add a link to the image's terms:
<img src="https://www.9-bill.com/index/legal">
Or a link to the text's terms:
<object type="text/x-scriptlet" data="https://www.9-bill.com/index/legal" width="100%"></object>
(Choose one of the links, the specific type of link to add should be based on the website modification suggestions document provided by Oceanpayment.)
Addition Steps:
- Log in to the Shopline backend -> Channels -> Online Store -> Customize Page -> Intellectual Property Rights
- Click Code Mode
- In code mode, add the intellectual property code provided by Oceanpayment at the bottom.
- Click confirm to save the changes.