- Search for file "th-bundle-product.liquid" in Admin code. when you open this file you will see CSS & JS file, Whenever you update CSS or JS file at that moment you need to pass a random number as a parameter as shown in after changes image.
For Example:
{{ '//thimatic-apps.com/product-bundle/theme_files/th-pb-style.css?v=22' | stylesheet_tag }}
{{ '//thimatic-apps.com/product-bundle/theme_files/th-pb-script.js?v=6786' | script_tag }}
- Default code before changes:
- Code after changes:
Note: Whenever single change made in these CSS or JS file then must change the value of passed parameter.