When migrating data from a site to another that already has data like users, products, subscriptions and other post types. The first thing to do is backup all your data before you make any changes on both sites. When making any changes on the website there is always a risk of losing data. And losing […]
When you are migrating data from a WooCommerce website to another new WooCommerce website. In the old WooCommerce website, the data that you have are the users, products, and the orders that the users place. When migrating to a new website, the one thing to take extreme care of is to maintain the relationship between […]
After upgrading to WooCommerce version 2.0 and above, you may have experienced the issue where purchased order using PayPal do not get completed. All the purchased order changes to the “canceled” status. In the admin area, all the orders appear as “canceled” with the message “Unpaid order canceled – time limit reached“. When this happens, […]
With the Product Import Export Plugin for WooCommerce and the below code snippet added to the function.php file of the active child theme, you can import or export the bundled products added to your WooCommerce store using WooCommerce Product Bundles.
This tutorial explains how to setup WordPress Comments Import & Export Plugin. Please refer to the product page to know more about the plugin features. Overview WordPress Comment Import Export plugin facilitates online store Admin to export or import WordPress article comments and WooDiscuz Discussions about the products by using a CSV file. Admin can […]
The below code snippet allows you to add the sum weight of the box and the products on the shipping label using WebToffee PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels Plugin for WooCommerce. Simply add the code snippet to the function.php file of the active child theme.
The below code snippet allows you to change the ship from address to another address other than set in the general settings for a particular document type using WebToffee PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels Plugin for WooCommerce. Simply add the code snippet to the function.php file of the active child theme and […]
The below code snippet allows you to add the ship date info generated by WooCommerce Australia Post Shipping Plugin with Print Label & Tracking on the shipping label created using PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels Plugin for WooCommerce. Add the code snippet to the function.php file of the active child theme.
The below code snippet will allow you to export additional metadata along with subscription using Order/Coupon/Subscription import export plugin for WooCommerce. Change the index and the value of the array variable $csv_columns to the name of the data to be exported. Add this code snippet to the function.php file of the active child theme.
The below code snippet will help you to export UPS tracking code generated by Xadapter WooCommerce UPS Shipping Plugin with Print Label to a CSV using Order/Coupon/Subscription Import Export Plugin for WooCommerce. Simply add the code snippet in the function.php file of the active child theme.