All Posts
Sort WooCommerce products in cart order by price
- By wpbeaches
- . January 22, 2021
By default the WooCommerce cart is ordered by when products are ordered in sequence, this can be manipulated with the
Sort WooCommerce products from product category to be last in cart order
- By wpbeaches
- . January 22, 2021
From a selected WooCommerce product category sort products to be at the end of a carts order. add_action( ‘woocommerce_cart_loaded_from_session’, ‘product_category_cart_items_sorted_end’
WooCommerce cart total count minus certain product category
- By wpbeaches
- . January 22, 2021
I have a client that sells boxes and units of a product – for the units they need to be
Set WooCommerce cart product count total to be divisible by number
- By wpbeaches
- . January 22, 2021
You can set WooCommerce cart total product count to be divisible by a certain number, if it is not divisible
Some small css tips #002
- By Vanaf1979
- . January 21, 2021
To continue on my previous post here are some more tweets with little Css tips that might help you in
Stop WooCommerce checkout fields auto-filling – leave blank
- By wpbeaches
- . January 16, 2021
You can stop WooCommerce checkout fields from auto filling by using a Woo filter woocommerce_checkout_get_value, this could be useful in
Add a menu to WordPress page with PHP action hooks
- By wpbeaches
- . January 16, 2021
Adding a menu to WordPress via PHP and action hooks requires three steps, registering the menu location, assigning a menu
Change WooCommerce SKU text to another label
- By wpbeaches
- . January 16, 2021
You can change WooCommerce SKU text to another label using the gettext filter add_filter(‘gettext’, ‘translate_woocommerce’, 10, 3); /** * Change
Show only free shipping option on WooCommerce cart and checkout pages
- By wpbeaches
- . January 16, 2021
By default WooCommerce will show all available shipping options on cart and checkout pages, if you have free shipping as
Filter WooCommerce orders by payment gateway
- By wpbeaches
- . January 16, 2021
Here is how you can filter WooCommerce orders by payment gateway in the WordPress dashboard orders screen using a plugin
WooCommerce: Add a WordPress Customizer Setting
- By bloomer
- . January 14, 2021
If you’ve taken the ConfigureWoo online course, you’ll know that WooCommerce adds its own “WordPress Customizer” section called “WooCommerce”, indeed.
Some css tips (Tweets) #001
- By Vanaf1979
- . January 12, 2021
Wait, what!? Well, lately if been trying to tweet a small css tip daily(ish) or at least a couple of
WooCommerce: Update Order Field Value After a Successful Order
- By bloomer
- . January 8, 2021
We’ve already seen how to update user meta after a successful order, but this time our goal is to “correct”
Add qty inputs next to add to cart button with and without Ajax reload on WooCommerce archives
- By wpbeaches
- . January 5, 2021
Here is how you can add qty inputs next to add to cart with Ajax reload on WooCommerce archives. Without
Disable Lazy Loading in WordPress with a filter
- By wpbeaches
- . January 5, 2021
Since WordPress 5.5, lazy loading for images was implemented, this improves the perception of page load as the image is
WooCommerce: Top 5 Marketing Strategies
- By bloomer
- . January 3, 2021
So you’ve got your WooCommerce website up and running and all is going OK…. But OK isn’t good enough, is