WooCommerce

WooCommerce - Remove downloads from menu in my account page

WooCommerce – Remove downloads from menu in my account page

Sometime we need to remove the Download menu from my account page. Specially which stores are running physical products. It can be done simply two different ways By PHP Code From woocommerce settings 1. By PHP just add the below functions to your functions php but i will recommend to use child theme and take …

WooCommerce – Remove downloads from menu in my account page Read More »

Include and Exclude VAT Tax on Variable Products – Woocommerce

Sometimes we need to display details about include and exclude vat tax on variable products.Today one of my client want to add include and exclude vat tax on variable products. I was searching on the internet to find a function to apply the include and exclude vat tax on variable products. I found a helpful …

Include and Exclude VAT Tax on Variable Products – Woocommerce Read More »

Woocommerce Change Currency Symbol

Woocommerce Change Currency Symbol

Woocommerce by default comes with many currency options for different countries. Sometimes, we need to add our special or own currency symbol and its currency. I will describe here how you can set your own currency without any issue.

Woocommerce check pincode/zipcode for shipping

FREE VERSION DEMO LINK | FREE VERSION DOCUMENTATION LINK Advance checking of pin codes is a great feature. Online shoppers usually like knowing the timeline of their orders before they place an order. With this plugin you can tell them about the delivery dates of your products before they move towards the buying stage. This will reduce your …

Woocommerce check pincode/zipcode for shipping Read More »

WooCommerce 3.3 Shop Display Options Missing

Today i will discus about WooCommerce 3.3 Shop Display Options Missing To change this setting now in the front end you have to go to customize -> WooCommerce -> Product Catalog and you can customize the store display from there. Thanks for reading the article. write your opening in comment box.

How to Swap the Position of the Billing with Shipping

How to Swap the Position of the Billing with Shipping

There was once a client requested to swap the position of the billing with shipping details, because by default WooCommerce displays the Billing info first. But, the client cares more about the shipping address because that is the most important information he needs for him to ship the products. The first method that comes out …

How to Swap the Position of the Billing with Shipping Read More »

Next and Previous Posts With Thumbnails Preview

Today we will learn how to make wordpress post page Next and Previous Posts With Thumbnails Preview. Recently One of my client want to create Previous and Next post card. i can be done by following code Default Previous and Next nav code is $prevPost = get_previous_post(true); $nextPost = get_next_post(true); These two variables will get the …

Next and Previous Posts With Thumbnails Preview Read More »