Magento – Add to cart ajax not working with secure and unsecure url

ajaxmagento-1.7theme

All Ajax is working perfectly when we are using secure base url = https or http and unsercure base url = https or http.

When we add secure base url = https and unsecure base url = http. Now we have access store using https, Ajax working perfect. But we are using http, ajax not working.

Thanks in advance.

Best Answer

In the source code from this theme you point out I can see an option:

<input class="using_ssl" type="hidden" value="0">

Maybe you have to search for a setting in this ajax cart module?

Related Topic