How to disable the click on specific product page?
This page is for display purpose only.
Shopify Dawn theme.
Page:
https://artcraftandbeyond.net/pages/pre-order-sarees
Click should be disable for all of those products.
Any advice helps, thank you.
How to disable the click on specific product page?
This page is for display purpose only.
Shopify Dawn theme.
Page:
https://artcraftandbeyond.net/pages/pre-order-sarees
Click should be disable for all of those products.
Any advice helps, thank you.
Hi @AGHOSH11
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
{% if handle contains 'pre-order-sarees' %}
{% endif %}
Hope this can help you solve the issue
Best regards,
Richard | PageFly
It worked fine. Thank you Richard.
Glad that i can help. Let me know if you have any questions