简体   繁体   中英

Shopp plugin in wordpress - prevent redirect after adding product

I am using shopp plugin with my wordpress site. Normally when I press the 'add to cart' button on a product's page, it will add the product and redirect to the cart page. I want to stop the redirect and make it just stay on the same page after the product's been added.

I plan to add a modal window using bootstrap to show a message showing the updated contents of the cart, but that's another story.

Thank you

You can switch the add-to-cart button to ajax-mode which will prevent the redirecting to the cart page, as described here https://shopplugin.net/api/product-add-to-cart/ . Take a look at the examples.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM