Css
Opencart OCMOD to prevent stylesheet.css being cached
Opencart 3 uses quite aggressive caching for performance. If your site is also making use of cache-expired headers and a CDN like Cloudflare, this can make it almost impossible to push style changes live. To force a cache-refresh for stylesheet.css when it has been updated, we need to change the URL it is referenced by […]