These PHP code snippets enable you to restrict the sales of products to 1 specific category on a specific day. Example : If you only want
Only Allow Woo Products From Any Category To Be Added To Cart Once Item from Specific Category Added 1st
These 2 code snippets force your customers to add at least 1 item from a specific category before items from other categories can be added
Different Variable Product Names for PayPal and Credit Card Receipts In WooCommerce
The PHP code in this download folder enables you to add a 2nd product name for each variable product which is displayed on PayPal, Credit
Remove Download Link From WooCommerce Order Emails
This template removes the download link from the order email sent to a customer when they purchase a downloadable product. Only the filename
Fixed Dollar Amount Discount On 2nd Item Only in WooCommerce
This plugin contains 2 PHP code snippets which enable you to set a fixed cart discount when more than 1 item is purchased for : All
Custom Subscription Length Plugin for WooCommerce Subscriptions
This plugin enables you to extend the subscription length of the WooCommerce Subscriptions plugin from 24 months to any other length of
Restrict Shipping To Specific States in WooCommerce
This code enables you to exclude states from the drop down menu on the checkout page for any country in WooCommerce. You can :
Style First Nav Menu Item Using CSS
You can use CSS to style the 1st nav menu item in any theme using : first-child nth-child(1) first-of-type All 3 CSS rules
Only Allow 1 Coupon Code On Cart & Checkout WooCommerce
This PHP code enables you to programmatically remove the coupon code field once the first coupon code is entered & applied. Customers
Genesis One Page Block Theme
This child theme for Genesis extends the Genesis Sample theme as a 1 page theme using Gutenberg blocks. The one page includes 3 sections
Reposition Image Before Title When Mobile Responsive
This coded solution for the Authority Pro child theme by StudioPress, enables you to move the home page image before the title and text on
Post Tags By Current Category
This code enables you to display post tags by the current category when viewed on each category archive page. It displays a tag cloud of
Conditionally Show Hide Custom WooCommerce Checkout Fields Based on Cart Weight
Both code snippets in this download folder enable you to show a specific custom field based on the total weight of all products in the cart
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
Automatically Add The Same Quantity of a Addon Product To Match The Quantity of Another Product
This code adds a product to the cart when another product is added and matches the quantity. Example : If 1 product named A is added
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
Image Vertically Centred Inline With Text
This code enables you to display a text title on the left and a image on the right which is vertically aligned center with your text. On
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
You must be logged in to post a comment.