@agiragency Please share your store URL where you have installed the code. So, I can see if I can help you
@agiragency Please replace
[Insert your Merchant ID Here]
with your Sezzle Merchant ID, and add the below code at the bottom of your product.liquid template file. Let me know if this works?
<script type="text/javascript">
document.sezzleConfig =
{
targetXPath: '.ProductMeta__PriceList/.Price',
widgetType: 'product-page',
renderToPath: '..',
theme: 'light',
alignment: 'auto',
fontFamily: 'inherit',
color: 'inherit',
fontSize: 15,
fontWeight: 400,
logoSize: 1.00,
maxWidth: 400,
marginTop: 0,
marginBottom: 0,
marginLeft: 0,
marginRight: 0
}
</script>
<script src="https://widget.sezzle.com/v1/javascript/price-widget?uuid=[Insert your Merchant ID Here]"></script>
@agiragency I can see you have added the code but needs a little correction, you need to remove the starting [ and ending ] from the script src
User | Count |
---|---|
446 | |
187 | |
139 | |
61 | |
44 |