WorPress WooCommerce Security

Posted on: Tuesday October 22, 2024

STEP 1 : .htaccess [crayon-673f47592a163347980068/] Important! Change xxx.xxx.xxx.xxx to IP address you wish to allow access xmlrpc.php or remove this line completely.   STEP 2 : Disable [...]

Read More

Product Zoom Gallery for e-commerce

Posted on: Saturday August 24, 2024

e-commerce product zoom gallery https://codepen.io/hckkiu/pen/poyoRKQ https://codepen.io/danielhuangg/pen/xqaMrM https://codepen.io/ZowWeb/pen/xxGLrjp [...]

Read More

Short Code in WordPress

Posted on: Thursday February 22, 2024

function.php [crayon-673f47592a4e3830463604/]   anytheme [crayon-673f47592a4ea807599870/] [...]

Read More

Recent Post by Category Widget

Posted on: Wednesday September 27, 2023

Here we will see Recent Post by category dynamically, recent post will change on every category according to category id. So, we will create a widget here. Simply paste this code in functions.php [...]

Read More

Custom Order status in WooCommerce

Posted on: Saturday July 15, 2023

Create a custom order status in the dropdown ‘shipped’ and mail on change status to shipped.   functions.php [crayon-673f47592a76f897584986/]   Create a mail file [...]

Read More

Pincode Availability Checking in WooCommerce

Posted on: Saturday July 15, 2023

Copy this code in functions.php, and you will see a input box below ‘Add to cart‘ button.   But before this you have to add pin codes in  your admin dashboard -> WooCommerce [...]

Read More

Some useful Woocommerce Settings

Posted on: Saturday July 15, 2023

Write code in function.php Removing Storefront inline css [crayon-673f47592a93a044957321/] Disable plugin & Theme updates [crayon-673f47592a93e017157273/] Hide dashboard update notifications for [...]

Read More