When you have multiple people working on and managing your store it quickly becomes unclear who made which change and when. Natively there’s no way to keep track for example who changed the product price of a product or its stock availability. In this post I’ll show how a simple product change log can be …
Continue reading “Keeping a Product Change Log”
When offering pickup as a shipping option it is important that your customers can easily find the pickup location. The best way to do this is to add this directly when selecting the pickup option, so customers can check the location first to see if they will in fact be able to pick the items …
Continue reading “Add Address to Local Pickup Shipping”
Structured data is extremely valuable to have available on your site, especially for products. There are however valid cases where you may want to remove this structured data fully or partially. In this post I’ll show how you can remove all structured data at once, but also how you can remove portions of the data …
Continue reading “Remove Structured Data (Partially) from WooCommerce”
In this post I’ll describe how you can change the default texts of the ‘Add to cart’ buttons using a code snippet. This includes the different variations of the buttons/texts for simple, variable and grouped products on both the archive pages and the product detail page. Default Add to Cart Button Texts Lets start by …
Continue reading “How to Change the ‘Add to Cart’ Button Text”
When selling products to say wholesale and retail customers you’d probably want to offer different prices for the different customers. Best approach to accomplish this is by using user roles. User roles allows you to group together regular customers and wholesale customers with native WordPress functionality. The user role can be changed from within the …
Continue reading “Setup Product Price per User Role”
Do you know Amazon? Silly questions.. of course you do! One of the things I love about them is the ability to see when your product is expected to arrive and how much time I have left to order to get it by that date. Showing these data can increase your conversion rates incrementally, but …
Continue reading “Show a Delivery Estimate and Dispatch Cut Off Time on the Product Page”
WooCommerce natively always shows the ‘Add to Cart’ on archive pages. This works for many shops, but not always. If you want customers to visit the product page first, for example to give additional information, its a good idea to change the ‘Add to Cart’ button on the archive page to a ‘View product’ or …
Continue reading “Force Visit the Product Detail Page to Add to Cart”
There are many different cases in which a store wide notice can be desired. Whether you’re having a big sale, offering free shipping or just want to catch your visitors attention with a message. In this post I’ll show two ways of adding such notice, one way through a simple code snippet, and the other …
Continue reading “How to Show a Store Wide Notice in WooCommerce”
When connecting with customers from time to time you’ll want to send your customer a link to a specific product for their interest. In Easy Digital Downloads it is also possible to specially format a link so that it adds a product immediately to the cart. Below there’s a sample URL of how such link …
Continue reading “Fill the Cart Through a URL in Easy Digital Downloads”
A good way to kill conversions is to annoy customers. One of the biggest annoyances of customers is when they spot a product they're interested in on the overview page, then go in to only see that it is out of stock. You could of course choose to un-list the products that are no longer …
Continue reading “Showing a ‘out of stock’ overlay in WooCommerce”