Hi how do I make the order now button on the page [in secure notes] “also” add a particular product to the cart [doesn’t have to be visibly shown that it has been added] product id is 3409.
Currently it opens up a side modal
Hi how do I make the order now button on the page [in secure notes] “also” add a particular product to the cart [doesn’t have to be visibly shown that it has been added] product id is 3409.
Currently it opens up a side modal
Hi @vividground,
Thanks for reaching out.
You need to add the following URL with the specific Product ID and the Quantity parameter to the Button element Link attribute and the URL should look like the following.
https://yourdomain.com/?add-to-cart=3409&quantity=1

Hope it helps.
Thanks
Would this work if the page is never reloaded [Ajax Manner]?
Hello @vividground,
It may work as long as you have disabled the redirect option of the Add to Cart behavior in your WooCommerce settings, WooCommerce > Settings > Products > General.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.