Add to cart - Don't show popup

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
cuongtran3001
Posts: 2
Joined: 01 Oct 2018, 08:38

Add to cart - Don't show popup

Post by cuongtran3001 » 01 Oct 2018, 08:49

Dear master,

When user click add to cart on product list page, We want to redirect the checkout page instead of showing popup. Could you please let me know where's can be setting it up?

Thank you,

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Add to cart - Don't show popup

Post by aimeos » 02 Oct 2018, 07:47

You have to overwrite the AimeosCatalog.setupBasketAdd() function with an empty function in your own aimeos.js file:
https://github.com/aimeos/ai-client-htm ... os.js#L869

Details are described in this article:
https://aimeos.org/docs/Developers/Them ... Javascript
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply