At first, make sure that the WooCommerce registration form is enabled on the account login page and username, password fields are enabled. For this, go to WooCommerce -> Settings -> Accounts & Privacy and check Enable customer registration on the “My account” page. Adding Extra New Fields to Register & Account Details Form We shall add the extra… Continue Reading
WooCommerce
Adding Product Type Column in Product List Table
How do you add the custom column “Product Type” in WooCommerce product list table like above image? I am adding this column because I can easily identify the product type from product listing page. Here is the simple PHP snippet for it. You will add the code into the functions.php file of your active theme.
Adds Brand Name Below The Single Product Title
Sometimes we want to add the brand name on product name. This option is not available in WooCommerce plugin but you can achieve easily and administrators can easily control the option from their dashboard. In this tutorial I am sharing the step by step procedure and showing you how you will do this same things… Continue Reading
Adds Image Upload Field to Product Attributes Terms Add/Edit Form
Upload thumbnail field is only available to WooCommerce product category add/edit form. In this tutorial I shall show you how you will add the same upload image field to attributes terms add/edit form. Creating A PHP File At first we shall create the PHP file “product-attributes-terms-form-fields.php” and save into the yourthemefolder/woocommerce folder. Code of this… Continue Reading
Change Quantity Input Field into Select Drop Down on Single Product Page
By default WooCommerce is adding a simple input field for product quantity where user can enter the number or click on the “+/-“ icon to increase/decrease the quantity. In this tutorial I am showing how you will change this input field into “Select” drop-down field. If you are enable the stock manger for your product, drop… Continue Reading
Changes The Default WooCommerce Product Tabs to an Accordion
By default WooCommerce product tabs like description, additional information & customer reviews, etc are coming in tabs style on the single product details page. In this tutorial, I shall show how you’ll replace these tabs with accordions. Actually, the accordion mode is a good option for mobile devices. So tablet users can smoothly handle the… Continue Reading
Creates Product Attributes Archive Page with Elementor
You can easily create the unique archive layout for product categories and tags with Elementor Theme Builder. Are you tried to create an unique archive layout for a specific product attributes? In this tutorial I am showing how you will do this with Elementor page builder plugin. Preview: Product Attributes Archive Page Enable The Product… Continue Reading
Display First Image of Product Gallery Instead of Featured Image on Single Product Page
By default featured image is showing at first on single product page. We shall show the first image of product gallery images instead of featured image. If a product have not gallery images, then featured image will display. PHP Snippet Open the functions.php file of your theme and add this PHP codes at end of… Continue Reading
Displays Offer Notice Above The Shipping Calculator On Cart Page
You set some kind of shipping offer based on items for customers and show in cart totals area on cart page. For example, you will give the free shipping offer when your customer will buy 3 or more items from your site. So small acknowledgement bar above the shipping calculator will notice the buyer how… Continue Reading
Dynamically insert a product category attribute to WooCommerce shortcode
In this tutorial I shall show how you will dynamically pass the product category slug to [Beaver Builder Module] Fade In Out Text $15.00 Pay Now [Fluent Forms] Adds User Role Field in User Registration Form $20.00 Pay Now [Revolution Pro Theme] Swap The Default Menu Locations For Mobile Menu Only $5.00 Pay Now Adding… Continue Reading
Embeds Video Popup on WooCommerce Single Product Page
How do you add a video popup link at below the product summary text on WooCommerce single product details page? You can embed the YouTube or Vimeo or any other videos via product add/edit screen page at Dashboard. In this tutorial I shall show how you’ll add it. What am I doing? Adding a video… Continue Reading
Essence Pro : Adding The Cart Icon at Right Side of The Logo
DESKTOP CELLPHONE / MOBILE I add the WooCommerce shop at my site which is using the Genesis Essence Pro theme. By default cart icon (mini-cart) is not showing on header in Essence Pro theme. I add it with some custom PHP and CSS codes. I place the cart icon at right side of the logo.… Continue Reading
How to display ACF repeater content on single product page
I want to display some custom contents in accordion style on single product page below the short description. I used Advanced Custom Field Pro (ACF PRO) plugin’s repeater field for custom content. So user can easily add/edit these data from their product edit screen. What is Repeater Field? It is fully described here. Lets start the procedure… Continue Reading
Offer Different Shipping Cost Based On Cart Items
How do you provide the different shipping cost based on your cart items? For an example, flat rate, local pickup etc shipping methods will be applicable for 1 or 2 cart items. If your cart/bag have 3 or more items, customer will get free shipping offer. In this tutorial I shall show you how you… Continue Reading
Removing Product Category from WooCommerce Breadcrumb
If you do not use the generic woocommerce category page & would like to hide it from the breadcrumb so you will put the following PHP snippets into your active theme’s functions.php file.