How you doing?
It’s finally a quiet Wednesday here in Palermo, Sicily. You might have noticed I skipped last week’s newsletter as my father-in-law got surgery (and all is good thankfully!).
So, welcome back to our WooCommerce Weekly appointment – here comes a series of WooCommerce articles put together by yours truly so that you can learn something new – you’ll also find a list of previous articles in case you missed any.
New WooCommerce Tutorials
WooCommerce: Rename “My Account” Menu Label If Logged Out
You could install a free WordPress plugin to enable “LOGIN / LOGOUT” menu links – or you could use a super simple snippet. Once again, the less plugins you use the better, especially if you can substitute them with a few lines of code. In this case study, I have added the “My Account” page to the navigation menu and renamed it to “ACCOUNT” in the menu settings. However, I want that label to change to “LOGIN” if the user is logged out. Enjoy: https://businessbloomer.com/woocommerce-rename-my-account-menu-label-if-logged-out/
How to Customize your WooCommerce Store Without Coding
WooCommerce offers a lot of hooks and filters for further customization – the only problem is you need to understand a bit of PHP programming. This is where the WooCustomizer WordPress plugin comes in. WooCustomizer offers all of these filters and more, all neatly built into one WordPress plugin so you can visually customize your WooCommerce store in an ‘easy to use’ and intuitive interface within the WordPress Customizer. No more creating a child theme to manually add code snippets to your WordPress website, no more adding multiple plugins and increasing the chance of bugs coming up… Just a simple, one plugin solution: https://businessbloomer.com/how-to-customize-your-woocommerce-store-without-coding/
Revised WooCommerce Tuts
WooCommerce: How to Edit Product Prices in Bulk?
In today’s post, we’ll see what are the 3 options I recommend in order to apply bulk store discounts. It pretty much depends on your product types (simple vs variable for example) and whether you want to do this via the settings or with a little bit of PHP: https://businessbloomer.com/apply-store-wide-bulk-discounts-woocommerce/
WooCommerce: Display Products in a Table Order Form
Interesting, isn’t it? This has been on my to-write list for ages, so today I want to show you my first attempt at turning the Shop page into a list/table of products. Let’s see how I did this – I will try to comment my PHP as much as possible so you can understand my strategy. Enjoy: https://businessbloomer.com/woocommerce-display-products-table/









