Change coupon amount html of wocommerce
Adding cross icon insteade of remove text
Software Engineer
We can easily add our custom script in woocomerce checkout page by adding the following fuction in function.php of active theme folder
For example we are going to implement add to cart button in product loop Step 1: At first we have to enable ajax in woocommerce dashboard...
Creating a custom URL that can me use as API. At first we need to use init hook in function.php 2. Use template_redirect hook for return...
Need to add the above hook in function.php of active theme
total prices of products in cart (with taxes): 127 shipping costs: 12 fees (taxable): 13 discount from a coupon: 10 With these settings, I get the...
We have to add the bellow codes to function.php file of active theme.
I faced same issue. After debugging couples of hour I found that I linked jquery.mim.js in header.php. When I remove this then the coupon code and...
Recent Comments