You can display the add to cart button anywhere on the website with the following shortcode:
[quote_cart_button product=”123″]
Two shortcode parameters are available:
- product – set comma separated product ids
- category – set comma separated category ids
The button will add all the specified products to the cart.
For example you can configure it to add all products from category 2462 and products 453 and 234:
[quote_cart_button product=”453,234″ category=”2462″]