Hello,
I am working on a plan for an e commerce website.
First off, your shopping cart looks great!
Would it be possible to configure the shopping cart, so the content of the cart would never appear in the html source code?
My goal would be to use html CDN caching -- for example the Cloudflare html edge cache.
What I mean is that when I add a product to the shopping cart, the content of the shopping cart doesn't show up in the html code, as it is loaded through ajax. However, when I refresh the page, the content now shows up in the html -- so, it looks, the shopping cart loads through ajax only when I update the shopping cart without loading the html.
Would it be possible to change this, so the shopping cart would always load through ajax?
My goal would be to use html CDN caching -- for example the Cloudflare html edge cache.
Do you know whether it would be possible to use Joomla com_ajax extension to load your shopping cart through ajax?
Regards,
Tom