If you prefer not to have latest and greatest features from our bi-weekly releases and prefer to stick to some working version and update manually, follow this guide.
Since Release [3.16.10] 2021-05-25 you can define the JS dist version used to load on your store frontend inside file
customproductbuilder-initializer.liquid
Instructions:
Inside the file
customproductbuilder-initializer.liquid
Find and comment the following 2 lines:
{% comment %} {{'https://cdn.thecustomproductbuilder.com/dist/latest/custom-product-builder.js' | script_tag}} {{'https://cdn.thecustomproductbuilder.com/dist/latest/customizer-theme-main.js'| script_tag}} {% endcomment %}
Duplicate the lines and replace '/latest/' with the version you would like to use:
{{'https://cdn.thecustomproductbuilder.com/dist/x.xx.xx/custom-product-builder.js' | script_tag}} {{'https://cdn.thecustomproductbuilder.com/dist/x.xx.xx/customizer-theme-main.js'| script_tag}}
For example:
{{'https://cdn.thecustomproductbuilder.com/dist/3.16.10/custom-product-builder.js' | script_tag}} {{'https://cdn.thecustomproductbuilder.com/dist/3.16.10/customizer-theme-main.js'| script_tag}}
Comments
0 comments
Please sign in to leave a comment.