In some case, you delete products on categories but the couting for that category not updated. I checked the database and release this SQL command to help you solve that issue. Run this commands in PhpMySQL to solve issues.
Category Archives: Snippets
We ingreate this function to DewKilo tool. You can go to manage your website then follow instruction. Go to manage your website, then press Remove Products In Remove Condition, select Remove by categories Then fill up your category name you want to remove products in Categories text block. You can enter multiple category name, split […]
Maybe you got problem with stock when feed your product to your website or to platform for ads. This snippet PHP will help you set all products instock without edit them. Put snippet below in to your functions.php file the make it works
With big data website with large number WooCommerce products, your website will lost time to process. It take long time to return your request. After research and try to optimize many large store. I summary and give you this best instruction. Optimize postmeta table wp_postmeta stores any additional information which is connected to a post […]
This guide will help you reinstall core WordPress, Plugins and Themes without losing data. This will help you escapse from mailware. First, you need to install the wp cli command inteface by command below in SSH terminal. After that, go to the your website directory location with cd command. Example, I have a WordPress website […]
This is simple script to change the current Add To Cart button to new style as picture above Please add this snippet below to your functions.php file into your theme. Or you can install Code Snippets plugin then add new one and paste snippet below.
This is simple script to change the current Add To Cart button to new style as picture featured. Please add this snippet below to your functions.php
This snippets will help your site get more visual with customer. Just copy this code to your functions.php of theme or install plugin Code Snippets then create new one with this snippet.