Woocommerce How to add a Informative custom field in Woocommerce Single Product page without using any plugin - Woocommerce Snippets. Adding a Informative custom field in Woocommerce single product page to show informative text. Yellamaddi Naveen 4 May 2020 • 3 min read
Woocommerce How to add Contactless Delivery checkbox to Woocommerce checkout? To enable contact less delivery first we need to add a checkbox in checkout , you can add it anywhere but I have added it just before the place order button. Yellamaddi Naveen 18 Apr 2020 • 2 min read
Woocommerce How to Change the Default "Add To Cart" Button Text in WooCommerce using a simple snippet - WooCommerce Snippets Are you looking for a way to change the default "add to cart" text in WooCommerce to the one of your choice like "Buy now", "Include product" or "add to bag" or anything else. You can use this simple snippet to do this. Yellamaddi Naveen 14 Mar 2020 • 1 min read
WordPress How to Protect your WordPress website against malicious requests During a targeted attack towards your website it is common that malicious bots will access your web site attempting to gain access via brute force for example. Use a set of .htaccess rules that will prevent malicious requests towards your website. Yellamaddi Naveen 14 Mar 2020 • 1 min read
WordPress Showing a menu item to a particular menu item to only one user role in Wordpress - Without any plugin Then checked for user role whether the user there is wholesale customer or not.It does it pretty simple way if the user is wholesale it exits and if the user is different , it hides the menu link. Yellamaddi Naveen 24 Feb 2020 • 1 min read
Woocommerce How to Reset Woocommerce data after uninstall? - Woocommerce Snippets So, You want to reset and delete WooCommerce data? You probably tried to do it by manually deleteing products, orders and everything else page by page. The only problem is Yellamaddi Naveen 22 Jan 2020 • 1 min read
WordPress Removing WP-VCD Malware from Wordpress Installation Premium WordPress themes are pirated and are used to spread WP-VCD malware. This malware is hidden in legitimate WordPress files. It is used to add secret admin user and allows Yellamaddi Naveen 24 Oct 2019 • 3 min read
Allow only one variation of a product to be added to cart -WooCommerce You can use this snippet to enable sold alone for only a particular variation of a product to be sold alone. Yellamaddi Naveen 14 Oct 2019 • 1 min read
WordPress Changing WordPress Logo in login page without any plugin By default WordPress come's with the default login Logo , Sometimes we need to change that to brand our site. Here's a short snippet to change it with the logo we need. Yellamaddi Naveen 9 Oct 2019 • 1 min read
Reviews Managed Hosting Redefined by WPMU DEV - the dev man Just landed in Hosting space. I have never used managed WordPress Hosting till i got in WPMU DEV'S new managed hosting , they are using digital ocean network to offer their hosting and it is great that they are offering that such a competitive price. Yellamaddi Naveen 9 Oct 2019 • 1 min read
WordPress Creating a WordPress custom user role without a Plugin this guide is for the folks who wish to create a custom user role without using any plugin Yellamaddi Naveen 6 Oct 2019 • 2 min read
Woocommerce Adding a Delivery Date picker at checkout in WooCommerce Checkout Page We can add a delivery date selector in WooCommerce Checkout with the following snippet. WooCommerce Delivery Date picker in checkoutYou can customize the calendar as per your requirements with CSS. Yellamaddi Naveen 5 Oct 2019 • 1 min read
Woocommerce Add Shipping Phone in WooCommerce Checkout Page - WooCommerce Snippets Don't Know WooCommerce doesn't have this option of shipping phone by default , yaa but like any other field we can enable this using a simple snippet , You can use this Yellamaddi Naveen 3 Oct 2019 • 1 min read
Woocommerce Remove Order notes from WooCommerce Checkout Page - Woocommerce Snippets You can easily remove WooCommerce Order notes from the checkout page using this simple snippet. How to add this snippet?You can add this snippet to your child themes functions. Yellamaddi Naveen 3 Oct 2019 • 1 min read
Woocommerce Remove any billing or shipping field in Checkout Page - WooCommerce Snippets You don't want to use company name in our WooCommerce checkout while you sell consumer products , if that or any other case you can easily remove the Company Input Field Yellamaddi Naveen 3 Oct 2019 • 1 min read
WordPress WordPress Perfect Memory Limits and configuration There are hundreds of thousands of web hosts out there, not all of them are fit for a WordPress installation. There are a few (well-known) low budget host providers that Yellamaddi Naveen 3 Oct 2019 • 2 min read
Woocommerce Rename default field names at WooCommerce checkout - Woocommerce Snippets If you are looking rename the "state" in Checkout address fields to "county" or "Province", You can try around this simple snippet to do so. We can use this in Yellamaddi Naveen 3 Oct 2019 • 1 min read
Woocommerce Autocomplete Orders in Woocommerce Hi , If you want to complete all your processing orders in woocommerce to completed on placing the order , this snippet would be apt. Use case : Virtual Orders How to add Yellamaddi Naveen 2 Oct 2019 • 1 min read