The instructions for configuring the PDP widget differ slightly whether your online store use an OS 2.0 Shopify theme or a Legacy Shopify theme.
OS 2.0 Theme
- Select the theme to which you would like to add the PDP widget.
- Visit the theme editor. Make sure you’re editing the “Default product.”
- In the left column, at the bottom of the “Product information section” click on Add Block and select PDP widget.
- Move the block to the desired portion of the theme template.
- Click Save.
Legacy Theme
- Select the theme to which you would like to add the PDP widget.
- Locate product page template (i.e. product-template.liquid)
- Copy Code Snippet
<script>window.accrueShopifyProductPageStartSavingConfig = { shopId: '{{ shop.id }}', productId: '{{ product.id }}' };</script>
<div id="accrueProductPageStartSaving"></div>
<script src="https://shopify-widgets-development.accruesavings.com/product-page-start-saving/loader.js" async></script> - Paste snippet immediately beneath product form
- Click Save