Reigel Gallarde
ROCK-STAR WEB DEVELOPER
Helping business grow with the use of Web Technology!
TESTIMONIALS
Reigel is a highly capable developer. Look forward to working with him again in the future.
“Incredibly skilled. Good quality work and really fast turn around. Readily available to answer questions. Finished all tasks ahead of schedule. Very communicative, perfect English. Very cooperative. Awesome experience!”
Every one of the contractors on upwork should take a page from Reigel’s playbook. Respond to the posting in the context of the job and show your knowledge. Be willing to work fast and explain things to the client very well. He’s on my short list. Amazing work!
The Blog
WooCommerce set maximum coupon discount
Setting max discount for coupons on WooCommerce is easy if you have this php code in your functions.php. add_action( 'woocommerce_coupon_options_usage_limit', 'woocommerce_coupon_optio [...]
WooCommerce shipping fee that changes when condition is met
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. [...]
WooCommerce loop_shop_per_page not working [SOLVED]
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 [...]