Shopify Product Tagline
The Hello Clever logo and Instant Cashback percentage will appear on your Shopify Product Pages. Note: The expected appearances may differ depending on site-specific theme and layout.
Configuration
Completing the below steps will position the Hello Clever Product Page assets on your Shopify website.
Login to your Shopify store as an admin
Click on Themes from the sidebar menu settings
Click on Customize button
Click on the three dots setting on top left corner and select Edit Code
Select the theme.liquid file
Insert the code below with your merchant's app_id
*Please note this is the keys that you are currently using for your store's payment gateway
<script>
function createCleverWidget() {
const widget = new CleverWidget({
'app_id': 'app-72b32a1f754baxxxxxxxxxxx',
})
widget.createWidget({
containerSelector: '.product-form__buttons'
});
}
</script>
<script id="clever_widget_2.0" src="https://helloclever.co/lib/clever-widget/index.js" async onload="createCleverWidget()">
</script>
- If all the steps above set up correctly, you should be able to see our product messages on your product page