Hi,
I have a shop page with Woocomerce with the products displayed using views, (my view set-up can be seen below):
<wpv-loop>
<div class="product-block“>
[wpv-post-featured-image size="custom" width="256" height="256" crop="true"]
[wpv-post-link]
View Product
</div>
</wpv-loop>
I would like to do the following:
- Change the view product button to an add to cart button
- Add a quantity field option
Could you let me know how the above could be done?
Many thanks.
I think this should help you:
https://toolset.com/documentation/user-guides/views-shortcodes/
In the case of WooCommerce you'll need WooCommerce Views ShortCodes:
https://toolset.com/documentation/user-guides/views-shortcodes/#woocommerce-views-2
As it looks like, you'll need specifically [wpv-woo-buy-or-select] shortcode as seen in the doc.
My issue is resolved now. Thank you!