Adding the Zip payment icon
Shopify
Add the Zip payment icon
Add the Zip payment icon in the footer alongside your available payment methods.
Find the payment icons
- In the Shopify admin dashboard, navigate to Online Store > Themes > Actions > Edit code > Sections > footer.liquid
- Search (press Ctrl + F ) for payment
- Locate the last highlighted “payment”. Closely after this, there should be the following code:
{% endfor %}
Copy and Paste the Zip icon
- Copy the Zip Payment Icon code in the box below, and Paste it directly after the {% endfor %} you just located.
<a><img src="https://static.zipmoney.com.au/assets/default/footer-tile/footer-tile-new.png" alt=“zip icon” style="height:24px; vertical-align:middle;"></a>
- Click "Save"
Updated 8 months ago