Cache issues in CSS & JS file.
- Search for the file " th-bundle-product.liquid" in Admin code. when you open this file you will see CSS & JS file, Whenever you update the CSS or JS file at that moment you need to pass a random number as a parameter as shown in the 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:
Note: Whenever a single change is made in these CSS or JS files then must change the value of the passed parameter.