skip to Main Content

Overwrite woocommerce add cart link

Hello im trying to overwrite woocommerce_loop_add_to_cart_link function but is not working, i already created the "woocommerce" folder in my theme, than add the "templates" and inside the folder "loop" where have the file that i need to edit that is…

VIEW QUESTION

Woocommerce variation dropdown option tag add some dataset

<select class="license_type" name="license_type" id="license_type"> <option value="license" data-set="500">Single Site License</option> <option value="license" data-set="700">5 Site License</option> <option value="license" data-set="1400">Developers License</option> </select> In the woocommerce variation product - I want to add some data-set tags in option tag. data-set="<? php some code here…

VIEW QUESTION
Back To Top
Search