[product_tags] This shortcode shows product tags for WooCommerce. Product tags are shown by default on WooCommerce single
WooCommerce Tutorials
The tutorials in this archive relate to the modification of WooCommerce via your WordPress child theme. The code is guaranteed to work as shown in the demo images and videos. Installation of all code as well as support for PHP code is provided for members. You'll also find more custom functions and plugins for WooCommerce here.
How To Create Custom eMail Templates in WooCommerce – Beginners
If you know enough PHP to be dangerous, this tutorial ( with video ) can help you modify the default email templates WooCommerce uses to
Custom Cart Total For Set Number of Items In Specific Product Category – WooCommerce
This PHP code enables you to set a total fixed price if a set quantity of products are purchased from a specific category in
List of Code Snippets for WooCommerce
This page contains a list of small custom plugins and custom functionality for WooCommerce. All code can be used in your child themes
Custom Button Link Per Product in WooCommerce
This PHP code enables you to add a custom button on your single product page with a custom link. You can add the link using WordPress custom
Change The Text of The Add To Cart Button On Specific WooCommerce Product Page
Swap out the I.D for the product you want to target in the code and add to the end of your child themes functions.php file. You could
Remove Single Product Image Per Product
Add this PHP code to the end of your child themes functions file to remove a product image for 1 specific product only. Swap out the post
Open WC Mini Cart Links In New Window
This code modifies the default links in the WC mini cart so they open in a new window. Demo Video Shows the 'View Cart' link, once
Open WooCommerce View Cart Button Link In New Window
The code in this download folder, when clicked, opens the "View Cart" link on the WooCommerce single product page, in a new tab. Demo
How To Redesign The Single Product Page Template In WooCommerce
This is a beginners guide showing you 2 ways to modify the default design of your single product pages when using WooCommerce. One : You
Add Multiple Authors To WooCommerce Products
This code enables you to add more than 1 author to WooCommerce products using the Co Authors Plus plugin. Works in any WordPress theme.
Add Text Field To WooCommerce Product Category Pages
This PHP code enables you to add custom text before and after your products on all WooCommerce category archive pages. The input field is
Remove Add To Cart Button By Product Category – WooCommerce
This code enables you to remove the add to cart button from products on specific product category archive pages. You can do this using
Add Published Date Per Product – WooCommerce
This code enables you to add the date your product was published in any WordPress theme. The code includes : Schema markup ACF
Different Menu On WooCommerce Pages
This code works in any child theme function file and enables you to use a different menu when WooCommerce pages are loaded. In this case we
Remove Coupon From Cart Page – WooCommerce
There's 2 ways to remove the coupon form from your WooCommerce cart page. 1. You can copy over the cart.php to your WooCommerce folder in
Remove Single Products From Shop Page Loop – WooCommerce
Need to hide one or more products from your shop page loop? There's 2 steps involved. The input value for true or false Code to
Add Custom Product Meta To Archives – WooCommerce
This code adds product meta to your shop loop including : Stock Status Category Custom Taxonomy Term
Add Custom Field Content Before & After Products – WooCommerce
This PHP code enables you to add custom content before and/or after your WooCommerce products. You can use this code to add any type of
Submit Button Notice for Product Reviews – WooCommerce
Using a code editor, copy & paste the PHP code from the view raw link in the Gist to the end of your child themes functions file or
You must be logged in to post a comment.