If you want to add custom CSS styles to your WooCommerce email templates, you can use the woocommerce_email_styles
filter.
-
Add Custom CSS to WooCommerce Emails
-
How to Override WooCommerce Templates – with examples!
Customizing your store experience is one of the main advantages of WooCommerce over competing e-commerce platforms. Need a custom After Order page? No problem! Want to change how your emails look or what they say? Absolutely! You can do it all.
(more…)
-
How to Hide the Product Price in WooCommerce
I’ve been asked this many times:
How do I remove the price from my shop? I only want it to be seen in the product page
The reasons vary – maybe it’s a site that doesn’t sell but only lists products, maybe it’s an art gallery that doesn’t like to display prices on the main shop page, or maybe it’s a sales tactic.
(more…)
-
Increase the default number limit of variations for a product in WooCommerce
In WooCommerce, you can add as many variations as you want! However, if you have over 30 of them, WooCommerce will make an AJAX call (an extra request to the backend) to fetch the details for each variation.
(more…)
-
Add a Custom Placeholder Image for WooCommerce Products
WooCommerce has a default placeholder for all products that don’t have images set. Here’s what it currently is set to:
(more…)