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
single product page
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
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
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
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.