Disable add to cart confirmation popup in PrestaShop 1.7

2017-07-23 ajax, cart, popup

If you're looking for a way to disable ajax cart confirmation popup (modal window that shows you add to cart process confirmation) and if you want to redirect customer to cart automatically - this guide is exactly what you're looking for. This guide is dedicated for new PrestaShop 1.7 releases because all new versions of 1.7.x do not have feature to "Redirect after adding product to cart" anymore.

 

Modification of shopping cart module

Modification requires really minor changes in the javascript file of this module. But before we will apply it - please make sure that option "ajax cart" is enabled on shopping cart module configuration page. I reffer to addon ps_shoppingcart that is available in PrestaShop by default - as a part of original 'classic' theme modules. Screenshot of option below (So, if option is disabled - please enable it and save changes. Then go to the next step of this guide.)

shopping cart prestashop 1.7 configuration

 

Modification of module's javascript file

Please open module directory. You can find there a files, one of them is ps_shoppingcart.js. This is a file that handles add to cart process and we can find there a code that displays modal popup window with confirmation. We just have to replace it with code that redirects customer to shopping cart. Somewhere near line 48 you can find code like this:

if (resp.modal) { 
   showModal(resp.modal); 
}

I highlighted line that is responsible for modal popup. To disable popup window with 'add to cart' confirmation - just remove this line or comment it out. Instead of it add there a code like i higlighted below:

if (resp.modal) { 
   window.location.replace(prestashop.urls.pages.cart); 
}

 

And that's all! After save process of this modified file it might be required to clear your browser cache (there is a chance that it will remember old ps_shoppingcart.js file contents, so in effect you will not see the changes. 

 

author milos myszczuk
Article by Milosz Myszczuk PrestaShop expert, official PrestaShop community moderator. PHP developer, specialist in relative and spatial databases management, GIS Analyst, CEO & founder of VEKIA interactive agency. Read more about VEKIA company
If you like my articles and want much more valuable tips, feel free to send me donation
1.4 version 1.4.11 1.6 404 addon admin advertise ahref ajax alpha animation api app application authentication back office backup badge banner basics block bootstrap button cache carrier cart catalog category certificate changelog chat class clear client clip cms code colors columns comments configuration contact container content controller cookie counter country coupon css csv currency customer dashboard database debug default delete delivery desktop developer device disable discount displayNav displayTop download dynamic editor effect empty encrypt engine error exchange exclude export facebook faceshop fade fancoupon fancybox fanpage fatal feature feed field file fix fixed font footer free friendly url front ftp full gallery generate gift global godaddy google google+ gray grid groupon header help hide highlight homefeatured homepage hook hosting hover howto htaccess html html5 ID image import include input instagram installation integration iPhone issue javascript jquery kgb knowhow languages law left likebox link list livingsocial loading log login logo loyality mail mailing maintenance manufacturer marketing marquee mcrypt menu meta mobile modification module movie moving multilanguage multiupload must have mysql news newsletter notification number open graph order override page password performance PHP phpmyadmin picture pinterest plugin popup post prestashop prestashop 1.0 prestashop 1.1 prestashop 1.2 prestashop 1.3 prestashop 1.4 prestashop 1.5 price rules problem product profile promotion proslider purifier quantity query quick tip random rates register reinsurance release reporting reset responsive restore results ribbon rich text right sales search security seo service shadow share shipping shop shopmania slider smarty social networks SQL SSL statistics stock store style subcategory superuser support switcher tab tablet tag tax template text theme tinyMCE tips and tricks tpl tracking translations tree trends trigger tumblr tutorial twitter update upgrade upload variables video visits voucher vulnerability web2print wide widget width window wishlist wysiwyg youtube zip zopim