Works with Divi – with a snippet
-
I have been trying to add qty to DIVI products page.
This snippet added the ADD TO CART button:
add_action(‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 9);but not Quantity.
Using this plugin solved that problem – for DIVI you may need the snippet and the plugin.
- The topic ‘Works with Divi – with a snippet’ is closed to new replies.