Some customers are faced with the fact that the product of the online store does not display the Custom Product
Bilder. Here are the steps to quickly solve this issue.
1. Go to your admin panel and go to the store setup
2. Go to Edit Code and find 'product.liquid'
and 'customproductbuilder-initializer.liquid'
files there
Important note! If you can’t find the 'customproductbuilder-initializer.liquid'
file you must reinstall the app. If you don’t find this file after that maybe your theme isn’t supported by Custom Product Builder. In this case, please contact support (support@buildateam.io)
3. Open 'product.liquid'
file, save {% section 'product-template' %}
(or {% section
sometimes) string to Notepad and then replace it with
'product' %}{% include
string and save.
'customproductbuilder-initializer' %}
4. Open 'customproductbuilder-initializer.liquid'
file and replace strings with the one saved earlier
in Notepad from the 'product.liquid'
file and save.
Comments
0 comments
Please sign in to leave a comment.