


Fixing WooCommerce 3.0 notice in single product page
WooCommerce released a new 3.0 version a couple of weeks ago and updated many things. Last year, I've two premium WooCommerce plugins ( Attachment Tab For Woocommerce, WooCommerce Product FAQ Manager ) in the CodeCanYon marketplace. After upgrading the WooCommerce version, 3.0 buyers send me a support message regarding that notice. So, I need to [...]
PHP Number Formatting Techniques
If you are working in PHP, dealing with large numbers, and making it more readable to the users, then "number_format()" is an excellent PHP function that can help you accomplish number formatting tasks. This function takes a number as input, which may be in integer or floating point values. By default, the number_format function adds [...]
4 jQuery snippets you can use to manipulate select input
Today I am going to give you real-time example how to get value from a select field and other operation on select field. I have added some demo URL with each example. In the demo page, you will get the the download link to download the source code. When it comes to manipulating the DOM, [...]