In the world of e-commerce, WooCommerce stands tall as a versatile platform powering countless online stores. However, as businesses grow, the default structure for managing orders within WooCommerce may encounter limitations. The need for separate, high-performance order tables becomes apparent to sustain the increasing demands of a [...]
Mubashir
Woocommerce search results page shows 16 products per page in the default, but if you want to increase that limit then add the following code into your theme functions.php file. In the example below we are showing 30 products per page in the search results add_filter('pre_get_posts',woocommerce_searchfilter'); function [...]
Mubashir
If you are using woocommerce version 3.x and you don’t see wooocomemrce product image zooming and lightbox functionality with your custom woocommerce theme then you need to add the support for woocommerce product zooming and lightbox functionality because woocomemrce do not enque these scripts for you in the default. So in order to add [...]
Mubashir
Woocommerce products reviews are handy because they provide social proof about the users engagement with your products. While developing a custom theme I came across the issue where none of the product was showing product review tab even though I had enabled WordPress comments and Woocommerce products reviews. After searching I got a [...]
Mubashir
WooCommerce checkout consists of basic checkout fields for billing, shipping and order notes but what if we need to add additional fields in the checkout ?? New fields in the WooCommerce checkout can be added using the hooks/filters provided by the WooCommerce plugin. Required Filter In WooCommerce checkout billing and shipping fields [...]
Mubashir
Recent Comments