This PHP code for WooCommerce enables you to change the button text and button url conditionally. In this example, the add to cat button on
Specific Related Products Per Product in WooCommerce
This PHP code enables the storeowner to customize exactly which related products display on each single product page in WooCommerce. The
Add Image Upload Field To WooCommerce Checkout
The PHP code in this download folder enables you to add a image upload field to the checkout page in WooCommerce conditionally. The code
Remove Coupon Field if Total is Zero
The PHP code in this premium download enables you to remove the coupon field on the cart and checkout pages if the total is zero. You can
Show the discount on the email invoice for each Individual Item in WooCommerce
This code adds the regular price next to the discounted sale price on order emails for the customers invoice. By default, only the
How To Change The Tax Rate Based on User Role in WooCommerce
If you have a WooCommerce customer with the user role customer-tax-exempt, this code will set the tax rate at zero for single and variable
Shortcode for WooCommerce Product Tags
[product_tags] This shortcode shows product tags for WooCommerce. Product tags are shown by default on WooCommerce single
Birthdays for WooCommerce Customers
This code for WooCommerce adds custom functionality enabling customers the ability to enter their birthdays or day & month of birth
If Today is Customers Birthday Show Email in WooCommerce
This PHP code enables you to get email addresses on the same day as your customers birthday. The emails are shown on a custom menu item
Collect Customers Date of Birth at Checkout in WooCommerce
This code adds a date of birth calendar picker to the checkout so customers can enter their birth date before checkout. They can enter their
How To Modify Archive Templates in WooCommerce
If you want to modify the default product archive page template for a specific taxonomy or term like category, you can use code to load a
Print Single Product Page Data Keys & Values var_dump and json WooCommerce
Add this PHP snippet to your child themes functions file or custom functionality plugin for code snippets and it will print all the single
Custom Title for Each Product on Shop Loop Archives WooCommerce
The code in this mini plugin enables the storeowner to use a different product title on archive pages like category, tag and other shop loop
Coupon Marketing Data foreach Order in WooCommerce
The PHP code in this custom plugin for WooCommerce, lists every order where a coupon has been applied. The code in the plugin generates a
PHP Pass Thank You Page Product Data Using jQuery Script in WooCommerce
Add this PHP code to your child themes functions file to get the product data for every sale from your thank you page. The order object
Weekly Discount For Custom Contributors Role Based on Count of Users Posts
The 80 lines of PHP code in this download include 3 custom functions which enable the store owner to give a percentage discount on the cart
Add Notice On Shipping Method Change Using WP Ajax in WooCommerce
This PHP code includes jQuery which enables the store owner to display a dynamic message on the cart and checkout pages when each shipping
Free Shipping Coupon Minimum Spend WooCommerce
This PHP code removes all shipping options except free shipping based on 2 conditions : A minimum spend limit which is set in
User Role Specific Free Shipping When Above Cart Total in WooCommerce
When a user with a specific user role logs in and their cart total is greater than a set limit, free shipping is displayed and they only
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
You must be logged in to post a comment.