So we have added ZipPay and I am currently attempting to add the ZipPay widget directly after the price on the product pages and they said this on their page:
-
-
In the Shopify admin dashboard, navigate to Online Store > Themes > Actions > Edit code > Sections > product-template.liquid> If the product-template.liquid file in the Sections file list doesn’t exist, look for the product.liquid file under the Sections file list or the Templates file list.
-
To locate the “Price” button, search (press Ctrl + F ) for price> This should highlight all the places the price appears.
-
COPY the Zip Widget Code in the box below, find the last highlighted price, and PASTE it directly AFTER the < /div>Zip Widget Code
<!-- Zip WIDGET --> {%include 'zip-widget'%} <style> #zip-prod-widget > iframe { position: relative !important; right: 20px !important; } </style> <div style="cursor:pointer" id="zip-prod-widget" data-zm-asset="productwidget" data-zm-widget="popup" data-zm-popup-asset="termsdialog"></div> <!-- end Zip WIDGET --> -
But our current theme doesn’t work with their instructions and doesn’t have a product-template.liquid file or product.liquid file in the Sections file list or the Templates file list and can’t find the “price” section anywhere. Any help would be much appreciated! Thank you!