martin_b76 Posted April 26, 2012 Share Posted April 26, 2012 Hi there, for many weeks I have this problem when enabled the AJAX cart: Of course I can disable it and the shop works fine, but I liked the AJAX cart. I check in the forum as well as the bugtracker but I could not find a solution until now. My shop is version 1.4.7 and you can see it here, with the AJAX cart DISABLED: http://www.objektivtassen.ch/ Any help is highly appreciated! Martin Link to comment Share on other sites More sharing options...
Mike Kranzler Posted April 26, 2012 Share Posted April 26, 2012 Hi Martin, Please see the suggestions posted both here on the forum and on the Forge for multiple approaches to fixing this issue. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
martin_b76 Posted April 26, 2012 Author Share Posted April 26, 2012 Thank you Mike again for your great help, this one finally did the trick: Go to Class -FrontContoller.php and after: //'content_dir' => $protocol_content.Tools::getServerName().__PS_BASE_URI__, add: 'content_dir' => $protocol_content.(($useSSL)?Tools::getShopDomainSsl():Tools::getShopDomain()).__PS_BASE_URI__, Hope this helps for others! Martin Link to comment Share on other sites More sharing options...
Mike Kranzler Posted April 27, 2012 Share Posted April 27, 2012 Great, I'm glad I could help, and thanks for the update! I'll go ahead and mark this thread as solved for you. Happy selling! -Mike Link to comment Share on other sites More sharing options...
Recommended Posts