WooCommerce: Additional “Store Address” @ General Settings

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

So, we all know that the “Store Address” fields under WooCommerce > Settings > General are used by other WooCommerce functions such as the initial setup wizard, currency switchers, language plugins as well as taxes and shipping calculations. Also, it may display on PDF invoices, WooCommerce emails and static pages. This is all good and…

Continue lendoWooCommerce: Additional “Store Address” @ General Settings

WooCommerce: Additional Stock Inventory Location

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

The WooCommerce plugin allows you to manage stock for each product, but you only have a single stock quantity field! What if you have two warehouses and, as a store admin, need to manage the inventory for each location? Besides, what if an item is out of stock at location 1, but it’s in stock…

Continue lendoWooCommerce: Additional Stock Inventory Location

WooCommerce: 4 Ways to Grow Your Sales With Omni-Channel Marketing

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

The goal of marketing automation is to help you save on effort. However, sometimes it comes at the price of poorly targeted campaigns and half-baked marketing content, which can be outright damaging to your business. The other problem with most of WooCommerce marketing automation tools is that they have a one-off approach to marketing that…

Continue lendoWooCommerce: 4 Ways to Grow Your Sales With Omni-Channel Marketing

WooCommerce: Add Custom Meta Box @ Order Admin

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

When you edit an order as an admin, you’re presented with the usual WooCommerce layout: order details on the left, order action on the right, the list of order items on the bottom left, and – possibly – additional meta boxes added by third party plugins (e.g. the PDF Invoice and Packing List plugin order…

Continue lendoWooCommerce: Add Custom Meta Box @ Order Admin

WooCommerce: Bulk Replace Product Inside Existing Orders

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

Manual operations are always a nightmare for WooCommerce store owners. Thankfully, a bit of code can help and actions that would normally take hours can be executed in a few seconds via PHP. Today, we’ll take a look at a very edge case, but this can still be helpful to understand the code and re-adapt…

Continue lendoWooCommerce: Bulk Replace Product Inside Existing Orders

WooCommerce: Get Product Parent Categories

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

Whenever we need to do custom WooCommerce work, remembering how to get “things” is the most time-consuming task. So, a Google search often helps us find the right and quickest solution. For example, it’s easy to “get the current product’s categories“, but how can we get the “parent product categories” only? In today’s snippet we…

Continue lendoWooCommerce: Get Product Parent Categories

WooCommerce: Disable A Plugin For Customers

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

Ok, this is an unusual snippet today, but it may happen that for performance / security / conflict / conditional / privacy reasons you may need a certain WooCommerce user role to not see / load / use a given plugin. Let’s think of an example: as an administrator, you wish to use a CRM…

Continue lendoWooCommerce: Disable A Plugin For Customers