Tell us what you are trying to do?
Place an Add to Cart button in a view
Is there any documentation that you are following?
no
Is there a similar example that we can see?
What is the link to your site?
hidden link
Please click the "Closet" tab and you will see that the view is outputting the shortcode only
I realized I need to install woocommerce blocks...doh! Ok, now that woocommerce blocks is installed, the shortcode is gone from the output, but there is no Add to Cart button either. What am I doing wrong? Here is my view:
<p class="closet-views" style="text-align: center;">[wpv-post-featured-image size="medium"]</p>
<p class="closet-views" style="text-align: center;">[wpv-post-title]</p>
<p class="closet-views" style="text-align: center;">[wpv-woo-buy-options add_to_cart_text="Buy Now"]</p>
My issue is resolved now. Thank you! I was using a combo of post and woocommerce shortcodes which does not work!