With WooCommerce you have some shortcodes available to use anywhere in your site.
One of them is the shortcode [add_to_cart]
which allows printing the Add to Cart button for a specific product on your site.
It only shows the button though, you can’t choose the quantity of that product without going to the cart page before.
You can include the quantity field tweaking the default template.
Let’s see how.
(more…)