WooCommerce: Split Revenue On Specific Products

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:11 de outubro de 2023
  • Tempo de leitura:6 minutos de leitura

Well, this is one of those “steal my setup” tutorials – because I’m going to share the system I use to generate commission/split revenue records when specific products (which are the result of business partnerships) are purchased on the Business Bloomer WooCommerce website. Let me explain. Imagine an online course that comes with an owner…

Continue lendoWooCommerce: Split Revenue On Specific Products

WooCommerce: “Bulk Edit” > Remove Categories @ Admin Products List

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:4 de outubro de 2023
  • Tempo de leitura:5 minutos de leitura

Go to WordPress Dashboard > Products, select more than one product, and then go to the Bulk Actions dropdown and choose “Edit“. You’re now presented with a simple yet effective bulk edit window, where you can do basic product fields editing such as changing the price in bulk, assign the same tag in bulk, set…

Continue lendoWooCommerce: “Bulk Edit” > Remove Categories @ Admin Products List

WooCommerce: Show Rating @ WooCommerce Product Review Admin Email

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:3 de outubro de 2023
  • Tempo de leitura:4 minutos de leitura

When a WooCommerce customer posts a product review on the single product page, and “Comment must be manually approved” is enabled under WordPress dashboard > Settings > Discussion, the store owner gets an email notification so that they can approve / trash / spam such a review. What you probably knew, is that the “WooCommerce…

Continue lendoWooCommerce: Show Rating @ WooCommerce Product Review Admin Email

WooCommerce: Get “Trending” Products

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:26 de setembro de 2023
  • Tempo de leitura:4 minutos de leitura

There is a way to display the WooCommerce bestsellers via shortcode / block, but there is no way to calculate the bestsellers – say – from the last 7 days i.e. a list of “trending” products over the last N days. The function below gives you a way to loop through the latest orders and…

Continue lendoWooCommerce: Get “Trending” Products

WooCommerce: Order Number Prefix

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:25 de setembro de 2023
  • Tempo de leitura:3 minutos de leitura

As you know WooCommerce uses the “order ID” (which is also the ID of the order post in the database) as the order number. This displays in the “WooCommerce” > “Orders” table, on each line of the order, under the “Order ” column, as well as the order “quick view” window, the single order page…

Continue lendoWooCommerce: Order Number Prefix

WooCommerce: Product Title Shortcode

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:20 de setembro de 2023
  • Tempo de leitura:4 minutos de leitura

WordPress shortcodes allow you to save time. For example, on my WooCommerce product pages I found myself typing the product title at least three times: in the product name input field, ok, but also again in the product long description and in a custom product tab inside a text link. So, while finding ways to…

Continue lendoWooCommerce: Product Title Shortcode

WooCommerce: Get Order Tax Percentage

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:20 de setembro de 2023
  • Tempo de leitura:3 minutos de leitura

You’d think WooCommerce had an easy way to get the order tax rate percentage, the same way as you can get almost everything inside the “order object” with a single line of PHP. Well, that’s not the case unfortunately. The reason is that probably each order can have multiple tax rates, and that tax is…

Continue lendoWooCommerce: Get Order Tax Percentage

WooCommerce Development: 8 Trends & Advancements

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:18 de setembro de 2023
  • Tempo de leitura:8 minutos de leitura

In the sphere of WooCommerce development, innovation continues at a breakneck pace, so it’s important for businesses to stay updated on current trends and advancements. From enhancing in-app customer support solutions to embracing AI (Artificial Intelligence), sustainability practices, and voice search optimization, the future is packed with possibilities.  To improve your understanding of what lies…

Continue lendoWooCommerce Development: 8 Trends & Advancements

WooCommerce: Choosing The Right Instagram Growth Service

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:15 de setembro de 2023
  • Tempo de leitura:6 minutos de leitura

Could an Instagram growth service help boost the potential of your WooCommerce store?  Today, Instagram has emerged as a powerful platform for business owners looking to boost brand awareness, capture audience attention, and increase sales. Instagram data even found that around 70% of online shoppers use the platform when looking for inspiration to make their…

Continue lendoWooCommerce: Choosing The Right Instagram Growth Service

WooCommerce: Add Hyperlink to Shipping Method Label @ Cart & Checkout

  • Autor do post:
  • Categoria do post:Woocommerce
  • Última modificação do post:13 de setembro de 2023
  • Tempo de leitura:3 minutos de leitura

Let’s say you want to help customers understand your shipping rates and benefits right on the WooCommerce Cart and Checkout pages, by adding a link to each shipping option (e.g. “View shipping FAQ“). As you can see from the first and second screenshot below, if you enter any HTML within the WooCommerce shipping zone ->…

Continue lendoWooCommerce: Add Hyperlink to Shipping Method Label @ Cart & Checkout