Many online shoppers do not understand exactly what goes on behind the scenes to get their order packed and shipped to them. eCommerce business owners certainly understand that the process just starts when customers place an order in their online store. Most successful online store operators have spent lots of time and money to setRead More
Blog
Multistore Management for WooCommerce
WordPress and Woocommerce make it easy to create and set up individual online stores, but the systems do not make it easy to manage multiple online stores from one account. Some order management and inventory management systems offer workable solutions, while still requiring a lot of work to sync products, pricing, and inventory across differentRead More
Sync Woocommerce Orders with your Order Management System
Drastically improve your business with an automated sync between your woocommerce orders and your order management system.
Filter WooCommerce price with search in array of arrays
Search WooCommerce price from an array of arrays. In this example we have multiple arrays of data. We search for the array that contain a certain value. Then, we obtain the price from that array. Add this code snippet to your themes functions.php file. NOTICE: Requires WP Data Sync plugin version 2.1.1 or higher. SampleRead More
Filter ItemRequest SQL to Include Posts with Specific Terms
Filter the ItemRequest SQL statement to only include a post type object with specific terms. Add this code snippet to your themes functions.php file. Code Example Get Started