fbpx
🤝  NEW YEAR SALE RETURNS - 50% OFF all plans! 🤝 Grab it Now

how to add “add to cart” button on store and product archives page? I don’t see a button.screen.JPG

Rezwan Shiblu

Hi there,

Thanks for reaching out to us.

It’s not a feature of our plugin. It’s a feature of woocommerce.

Please try to add the below code on your site by using the code snippet plugin –

// Add "Add to Cart" buttons in Divi shop pages
add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 20 );

Guideline – https://help.elegantthemes.com/en/articles/2204915-how-to-add-add-to-cart-button-in-divi-shop-pages

after that, kindly enable this option – https://prnt.sc/FlFUpa2L5Cd4

Let me know if this work.

Thank you.