When offering free shipping for your entire store you’ll likely see very good conversions. Setting up free shipping is very easy in WooCommerce, but unfortunately Woo does tend to continue to show the shipping cost, even if its $0. When using the WooCommerce Core ‘Free shipping’ shipping method it will show things correctly on the …
Continue reading “Remove Shipping Cost Text From Free Shipping Options”
Today a new plugin has been released on Ace Plugins! From now on you can find the EDD Advanced Fees in the Easy Digital Downloads category. With the EDD Advanced Fees plugin you're able to use conditions to add or subtract fees from the purchase. Using any of the available conditions you're able to configure …
Continue reading “Releasing EDD Advanced Fees”
In WordPress 4.2 a new set of emoji support was added to WordPress core. This new ’emoji support’ was in fact added as a disguise for a security update. The downside is that this also adds 1 or 2 additional JavaScript scripts (depending if you’re running SCRIPT_DEBUG) to be loaded on your pageload, and if there …
Continue reading “Disabling Emojis/Smilies Completely”
When using variable products WooCommerce by default shows a price range on the archive and product pages. If your store sells products that can vary in price a lot having a big pice range can deter users from even looking at products while they may still be interested in them. Take for example a wine store …
Continue reading “How to Display a ‘From: $100’ Price Instead of ‘$100 – $200’”
When adding a product to the cart on the product page (or archive page with the AJAX add to cart feature disabled) WooCommerce by default shows a good basic notice to let customers know their product has been added to the cart. Personalizing this text for your store by changing the text / adding or changing …
Continue reading “How to Change the ‘Added to Cart’ Notice”
This post will contain of two parts, depending on the reason you're reading this you'd want to skip one of them. In the first part I'll show how you can completely remove all the shipping fields, forcing the customer to ship their order to the billing address.Skip to the second part in case you …
Continue reading “Removing the ‘Ship to another address’ Option”
No, this is not a post that shows how you can hack a site and disable any plugin you want without access, you still need some kind of access to the site. But if you're running a site and something happened that caused you to be blocked out of your admin area – e.g. a …
Continue reading “Disable a WordPress Plugin Without Admin Access”
Selling subscriptions comes with a repeating process of receiving payments and possibly also packing and shipping products out to your customers. Adding a recurring fee setup for such scenario (or one alike) won't just work out of the box with a default WooCommerce fee. In this post I'll be showing show you can setup a …
Continue reading “Adding a Recurring Fee to WooCommerce”
After completely styling your website and making it completely polished it would be a shame to leave the default error page in place. Which one am I talking about? Its not a 404 page, that one can easily by styled from within your theme, I'm talking about this error page; Yeah that one, the one …
Continue reading “Customizing the WP Die Page (Default Error Page)”
In some blog posts on this site and many others you'll find yourself coming across a tutorial or how-to post explaining how you can something programatically. In such post you may find some PHP, CSS and/or JavaScript (JS) snippets. Knowing how to implement those snippets is usually not covered in such post, with good reason. …
Continue reading “How to Add a CSS Snippet To Your Site”