WooCommerce set maximum coupon discount
Setting max discount for coupons on WooCommerce is easy if you have this php code in your functions.php. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16...
A web developer
Setting max discount for coupons on WooCommerce is easy if you have this php code in your functions.php. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16...
WooCommerce has a great documentation about shipping fees. Documentation can be found here. However, there are times we have a more complex requirements that can’t be done by default. In those times, this is...
According to WooCoomerce documentations, to change the number of WooCommerce products displayed per page, you have to add a filter loop_shop_per_page in your theme’s functions.php. But you might have face a problem that this...
If you’re looking for a way to show discounted price on product page of WooCommerce, then this is just the thing. Using the below codes will show the discounted price on product page if...
If ever you needed to add fees on checkout based on the chosen payment method, then this is what you are looking for. Just copy and paste this on your functions.php of the current...
This step by step instructions will help you add your custom post type in WooCommerce. Check out also my Plugin that does this all with more options: WooCommerce WooRei Shop Manager.
The goal is to show the total price of a purchase of a particular product based on the quantity ordered. Example if you wish to buy 3 mugs for $50, then a “Total: $150”...
Ever wonder how to use Contact Form 7 in your WooCommerce product as a method for inquiry purpose? Well, this is the topic all about. I will teach you how.
Recent Comments