I ran into this problem with a couple of WooCommerce websites I maintain. During checkout, the field for VAT Number is not automatically filled in for logged in users, in spite of the VAT Number being present in the database. WooCommerce support assured me this will be fixed in a next release, in the meantime, …
WooCommerce: Hide other shipping methods when “Free Shipping” is available except for “Local Pickup”
With the snippet found on https://docs.woocommerce.com/document/hide-other-shipping-methods-when-free-shipping-is-available/, you can hide other shipping methods when “Free Shipping” is available. The problem with this snippet is that is will also hide the “Local Pickup” shipping method. If you want to keep the “Local Pickup” shipping method, try this snippet instead:
Set WooCommerce product variation thumbnail by attribute
WooCommerce allows you to assign a thumbnail to each of your product variations. If you have a lot of variations, this will be very time-consuming. In some cases, it would be more convenient to assign a thumbnail to each attribute term. If you’re selling T-shirts for example, you would have 2 attributes: color and size. …
Verder lezen “Set WooCommerce product variation thumbnail by attribute”
Export WooCommerce Bookings by booking date using Advanced Order Export For WooCommerce
Let’s say you are renting out multiple rooms, and want to export all the the rooms which are rented out on a specific date. You will need an export plugin (Advanced Order Export For WooCommerce). This plugin will let you export orders for a given date range, but we want to filter by booking date, …