How to add increase deacrese buttons into woocommerce product loop(shop page)?
Question
I have added my buttons into woocommerce/templates/content-product.php
<button type="button" class=" ajax_add_to_cart add_to_cart_button plus" data-product_id="274">+</button>
<button type="button" class="minus" data-product_id="274">-</button>
My plus button is adding product via AJAX but problem is I have not found any solution for my minus button.
So how can I decrease product one by one in woocommerce shop page with AJAX?
0
functions, php, plugin-development, plugins, woocommerce
4 years
2019-11-04T04:53:21-05:00
2019-11-04T04:53:21-05:00 0 Answers
78 views
0
Leave an answer