{__("Sell your products everywhere, confidently, with Ecomdash.", "wp-module-ecommerce")}
+
{__("With ecomdash, you can manage different sales channels all in one place. Simply connect your business accounts from Amazon, Etsy or Walmart to your ecomdash platform and easily manage products, customer orders and more saving you valuable time.", "wp-module-ecommerce")}
+
+
+
+
+
+
{__("Manage inventory across multiple platforms", "wp-module-ecommerce")}
+
+
+
{__("Enjoy near real-time inventory updates for an unlimited number of channels with our inventory management software.", "wp-module-ecommerce")}
+
{__("Manage product levels across multiple warehouses without the fear of overselling.", "wp-module-ecommerce")}
+
{__("Accurately sync kits, multipacks, and components without any headaches.", "wp-module-ecommerce")}
+
+
+
+
+
+
{__("Order Management and Reporting", "wp-module-ecommerce")}
+
{__("With Ecomdash you can sit back and relax, knowing that all aspects of order fulfillment are under control. Easily track your top selling items, cost of goods sold, stale inventory and more with Ecomdash’s extensive reporting tools.", "wp-module-ecommerce")}
+
+
+
+
+
{__("Powerful Add-ons", "wp-module-ecommerce")}
+
{__("Ecomdash contains a variety of powerful add-ons that will help you handle everything from creating barcodes and inventory templates, to managing warehouse feeds, Fulfillment By Amazon and even accounting.", "wp-module-ecommerce")}
+
+
+
{__("Fullfillment By Amazon (FBA)", "wp-module-ecommerce")}
+
{__("Auto-export non-Amazon orders to FBA. Import the tracking and pass it to the originating sales channel, marking it as shipped.", "wp-module-ecommerce")}
+
+
+
+
+ {__("Barcodes", "wp-module-ecommerce")}
+ {__("Print barcodes for your products that can be used for labeling and scanning your products", "wp-module-ecommerce")}
+
+
+
+ {__("Custom Inventory Templates", "wp-module-ecommerce")}
+ {__("Creating a custom file template allows you to upload and/or export files with product data for thousands of products at once.", "wp-module-ecommerce")}
+
+
+
+ {__("Shipping Labels", "wp-module-ecommerce")}
+ {__("Print shipping labels with a preferred carrier right from your ecomdash account and save on postage.", "wp-module-ecommerce")}
+
+
+
+
+ {__("Warehouse Feeds", "wp-module-ecommerce")}
+ {__("Setup feeds to export your sales orders via email or FTP sites to third parties such as Dropshippers, Suppliers, or 3PL systems.", "wp-module-ecommerce")}
+
+
+
+ {__("Listing Presets", "wp-module-ecommerce")}
+ {__("Create listing presets to cut down most of the manual data entry needed when creating new listings. ", "wp-module-ecommerce")}
+
+
+
+ {__("Purchase Orders", "wp-module-ecommerce")}
+ {__("Quickly create new orders and have inventory quantities adjusted and synced out to listings as units are received.", "wp-module-ecommerce")}
+
+
+
+ {__("Accounting", "wp-module-ecommerce")}
+ {__("Seamlessly communicate your sales and purchase order information directly to your accounting software.", "wp-module-ecommerce")}
+
+
+
+
+
+
+ >
+ )
+}
\ No newline at end of file
From bf3600188c6678fac03709cf71638770a69b123a Mon Sep 17 00:00:00 2001
From: aratidgr8
Date: Thu, 4 Jul 2024 20:24:40 +0530
Subject: [PATCH 03/20] Added Sales Channel Route
---
build/index.asset.php | 2 +-
src/components/SalesChannel.js | 24 ++++++++++++------------
src/index.js | 2 ++
3 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/build/index.asset.php b/build/index.asset.php
index bbc6d1f2..7eec2e8e 100644
--- a/build/index.asset.php
+++ b/build/index.asset.php
@@ -1 +1 @@
- array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'c3a616c4847e881fb99a');
+ array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'b76def620c4f4b215274');
diff --git a/src/components/SalesChannel.js b/src/components/SalesChannel.js
index 6fc38b35..0293e00b 100644
--- a/src/components/SalesChannel.js
+++ b/src/components/SalesChannel.js
@@ -1,18 +1,18 @@
import { __ } from "@wordpress/i18n";
import { Button } from "@newfold/ui-component-library";
import { Section } from "./Section";
-import { ReactComponent as Ecomdash } from "../icons/sales-channel/ecomdash";
-import { ReactComponent as Inventory } from "../icons/sales-channel/inventory-illustration";
-import { ReactComponent as InventoryBrands } from "../icons/sales-channel/inventory-brands";
-import { ReactComponent as OrdersTable } from "../icons/sales-channel/orders-table";
-import { ReactComponent as Amazon } from "../icons/sales-channel/amazon-icon";
-import { ReactComponent as Barcodes } from "../icons/sales-channel/barcodes";
-import { ReactComponent as CustomTemplates } from "../icons/sales-channel/custom-templates";
-import { ReactComponent as ShippingLabels } from "../icons/sales-channel/shipping-labels";
-import { ReactComponent as WarehouseFeeds } from "../icons/sales-channel/warehouse-feeds";
-import { ReactComponent as ListingPresets } from "../icons/sales-channel/listing-presets";
-import { ReactComponent as PurchaseOrders } from "../icons/sales-channel/purchase-orders";
-import { ReactComponent as Accounting } from "../icons/sales-channel/accounting";
+import { ReactComponent as Ecomdash } from "../icons/sales-channel/ecomdash.svg";
+import { ReactComponent as Inventory } from "../icons/sales-channel/inventory-illustration.svg";
+import { ReactComponent as InventoryBrands } from "../icons/sales-channel/inventory-brands.svg";
+import { ReactComponent as OrdersTable } from "../icons/sales-channel/orders-table.svg";
+import { ReactComponent as Amazon } from "../icons/sales-channel/amazon-icon.svg";
+import { ReactComponent as Barcodes } from "../icons/sales-channel/barcodes.svg";
+import { ReactComponent as CustomTemplates } from "../icons/sales-channel/custom-templates.svg";
+import { ReactComponent as ShippingLabels } from "../icons/sales-channel/shipping-labels.svg";
+import { ReactComponent as WarehouseFeeds } from "../icons/sales-channel/warehouse-feeds.svg";
+import { ReactComponent as ListingPresets } from "../icons/sales-channel/listing-presets.svg";
+import { ReactComponent as PurchaseOrders } from "../icons/sales-channel/purchase-orders.svg";
+import { ReactComponent as Accounting } from "../icons/sales-channel/accounting.svg";
export function SalesChannel(){
return(
diff --git a/src/index.js b/src/index.js
index ff110b2b..b6d8985c 100644
--- a/src/index.js
+++ b/src/index.js
@@ -11,6 +11,7 @@ import { PluginsSdk } from "./sdk/plugins";
import { AllPayments } from "./components/AllPayments";
import domReady from "@wordpress/dom-ready";
import { AnalyticsSdk } from "./sdk/analytics";
+import { SalesChannel } from "./components/SalesChannel";
const fetcher = (path) => apiFetch({ url: NewfoldRuntime.createApiUrl(path) });
@@ -23,6 +24,7 @@ const pages = [
{ key: "/store/products", Page: Products },
{ key: "/store/details", Page: StoreDetails },
{ key: "/store/sales_discounts", Page: WonderCart },
+ { key: "/store/sales_channel", Page: SalesChannel },
{ key: "/store/payments", Page: AllPayments },
];
From 3d5927d2f6f51529809c8bc649974298ec028205 Mon Sep 17 00:00:00 2001
From: aratidgr8
Date: Thu, 4 Jul 2024 21:24:21 +0530
Subject: [PATCH 04/20] Sales Channel Introduction section
---
build/index.asset.php | 2 +-
src/components/SalesChannel.js | 34 +++++++++++++++++++++++++---------
2 files changed, 26 insertions(+), 10 deletions(-)
diff --git a/build/index.asset.php b/build/index.asset.php
index 7eec2e8e..b8d7a632 100644
--- a/build/index.asset.php
+++ b/build/index.asset.php
@@ -1 +1 @@
- array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'b76def620c4f4b215274');
+ array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'aa0fe30c0142a58cedfd');
diff --git a/src/components/SalesChannel.js b/src/components/SalesChannel.js
index 0293e00b..bad007ba 100644
--- a/src/components/SalesChannel.js
+++ b/src/components/SalesChannel.js
@@ -20,15 +20,31 @@ export function SalesChannel(){
-
-
{__("Sell your products everywhere, confidently, with Ecomdash.", "wp-module-ecommerce")}
-
{__("With ecomdash, you can manage different sales channels all in one place. Simply connect your business accounts from Amazon, Etsy or Walmart to your ecomdash platform and easily manage products, customer orders and more saving you valuable time.", "wp-module-ecommerce")}
-
-
+
+ {__("Sell your products everywhere, confidently, with Ecomdash.", "wp-module-ecommerce")}
+
+
+
+
+ {__("With ecomdash, you can manage different sales channels all in one place.", "wp-module-ecommerce")}
+
+
+ {__("Simply connect your business accounts from Amazon, Etsy or Walmart to", "wp-module-ecommerce")}
+
+
{__("more saving you valuable time.", "wp-module-ecommerce")}
-
-
{__("Manage inventory across multiple platforms", "wp-module-ecommerce")}
-
-
-
{__("Enjoy near real-time inventory updates for an unlimited number of channels with our inventory management software.", "wp-module-ecommerce")}
-
{__("Manage product levels across multiple warehouses without the fear of overselling.", "wp-module-ecommerce")}
-
{__("Accurately sync kits, multipacks, and components without any headaches.", "wp-module-ecommerce")}
-
-
+
+
+
+
+ {__("Manage inventory across multiple platforms", "wp-module-ecommerce")}
+
+
+
+
+
+
+
+ {__("Enjoy near real-time inventory updates for an unlimited number of", "wp-module-ecommerce")}
+
+ {__("number of channels with our inventory management software.", "wp-module-ecommerce")}
+
+
+
+
+
+ {__("Manage product levels across multiple warehouses without the fear of overselling.", "wp-module-ecommerce")}
+
+ {__("without the fear of overselling.", "wp-module-ecommerce")}
+
+
+
+
+
+ {__("Accurately sync kits, multipacks, and components without any headaches.", "wp-module-ecommerce")}
+
+ {__("headaches.", "wp-module-ecommerce")}
+
+
+
+
+
+
{__("Order Management and Reporting", "wp-module-ecommerce")}
From 3052b2c9fe0b1e2f8f3e62fe3525bc875979015f Mon Sep 17 00:00:00 2001
From: aratidgr8
Date: Fri, 5 Jul 2024 21:08:28 +0530
Subject: [PATCH 07/20] Order Management section - Sales Channel page
---
build/index.asset.php | 2 +-
src/components/SalesChannel.js | 44 +++++++++++++++++++---------------
2 files changed, 26 insertions(+), 20 deletions(-)
diff --git a/build/index.asset.php b/build/index.asset.php
index 405386a4..6c0fd429 100644
--- a/build/index.asset.php
+++ b/build/index.asset.php
@@ -1 +1 @@
- array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'b3c4a5735aea8754209f');
+ array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '1f3fb8fe6e609473b771');
diff --git a/src/components/SalesChannel.js b/src/components/SalesChannel.js
index 16b4eebf..5d0f8b00 100644
--- a/src/components/SalesChannel.js
+++ b/src/components/SalesChannel.js
@@ -1,19 +1,19 @@
-import { __ } from "@wordpress/i18n";
import { Button } from "@newfold/ui-component-library";
-import { Section } from "./Section";
-import { ReactComponent as Ecomdash } from "../icons/sales-channel/ecomdash.svg";
-import { ReactComponent as Inventory } from "../icons/sales-channel/inventory-illustration.svg";
-import { ReactComponent as InventoryBrands } from "../icons/sales-channel/inventory-brands.svg";
-import { ReactComponent as OrdersTable } from "../icons/sales-channel/orders-table.svg";
+import { __ } from "@wordpress/i18n";
+import { ReactComponent as Accounting } from "../icons/sales-channel/accounting.svg";
import { ReactComponent as Amazon } from "../icons/sales-channel/amazon-icon.svg";
import { ReactComponent as Barcodes } from "../icons/sales-channel/barcodes.svg";
import { ReactComponent as CustomTemplates } from "../icons/sales-channel/custom-templates.svg";
-import { ReactComponent as ShippingLabels } from "../icons/sales-channel/shipping-labels.svg";
-import { ReactComponent as WarehouseFeeds } from "../icons/sales-channel/warehouse-feeds.svg";
+import { ReactComponent as EcomdashBulletPoint } from "../icons/sales-channel/ecomdash-bullet-point.svg";
+import { ReactComponent as Ecomdash } from "../icons/sales-channel/ecomdash.svg";
+import { ReactComponent as InventoryBrands } from "../icons/sales-channel/inventory-brands.svg";
+import { ReactComponent as Inventory } from "../icons/sales-channel/inventory-illustration.svg";
import { ReactComponent as ListingPresets } from "../icons/sales-channel/listing-presets.svg";
+import { ReactComponent as OrdersTable } from "../icons/sales-channel/orders-table.svg";
import { ReactComponent as PurchaseOrders } from "../icons/sales-channel/purchase-orders.svg";
-import { ReactComponent as Accounting } from "../icons/sales-channel/accounting.svg";
-import { ReactComponent as EcomdashBulletPoint} from "../icons/sales-channel/ecomdash-bullet-point.svg";
+import { ReactComponent as ShippingLabels } from "../icons/sales-channel/shipping-labels.svg";
+import { ReactComponent as WarehouseFeeds } from "../icons/sales-channel/warehouse-feeds.svg";
+import { Section } from "./Section";
export function SalesChannel(){
return(
@@ -27,7 +27,7 @@ export function SalesChannel(){
{__("Sell your products everywhere, confidently, with Ecomdash.", "wp-module-ecommerce")}
-
+
{__("With ecomdash, you can manage different sales channels all in one place.", "wp-module-ecommerce")}
{__("Simply connect your business accounts from Amazon, Etsy or Walmart to", "wp-module-ecommerce")}
@@ -57,7 +57,7 @@ export function SalesChannel(){
-
+
{__("Enjoy near real-time inventory updates for an unlimited number of", "wp-module-ecommerce")}
{__("number of channels with our inventory management software.", "wp-module-ecommerce")}
@@ -65,7 +65,7 @@ export function SalesChannel(){
-
+
{__("Manage product levels across multiple warehouses without the fear of overselling.", "wp-module-ecommerce")}
{__("without the fear of overselling.", "wp-module-ecommerce")}
@@ -73,7 +73,7 @@ export function SalesChannel(){
-
+
{__("Accurately sync kits, multipacks, and components without any headaches.", "wp-module-ecommerce")}
{__("headaches.", "wp-module-ecommerce")}
@@ -81,14 +81,20 @@ export function SalesChannel(){
-
+
-
-
{__("Order Management and Reporting", "wp-module-ecommerce")}
-
{__("With Ecomdash you can sit back and relax, knowing that all aspects of order fulfillment are under control. Easily track your top selling items, cost of goods sold, stale inventory and more with Ecomdash’s extensive reporting tools.", "wp-module-ecommerce")}
-
+
+
+ {__("Order Management and Reporting", "wp-module-ecommerce")}
+
+
+ {__("With Ecomdash you can sit back and relax, knowing that all aspects of order fulfillment are under control. Easily track your top selling", "wp-module-ecommerce")}
+
+ {__("items, cost of goods sold, stale inventory and more with Ecomdash's extensive reporting tools.", "wp-module-ecommerce")}
+
@@ -97,52 +97,148 @@ export function SalesChannel(){
-
-
{__("Powerful Add-ons", "wp-module-ecommerce")}
-
{__("Ecomdash contains a variety of powerful add-ons that will help you handle everything from creating barcodes and inventory templates, to managing warehouse feeds, Fulfillment By Amazon and even accounting.", "wp-module-ecommerce")}
-
-
-
{__("Fullfillment By Amazon (FBA)", "wp-module-ecommerce")}
-
{__("Auto-export non-Amazon orders to FBA. Import the tracking and pass it to the originating sales channel, marking it as shipped.", "wp-module-ecommerce")}
+ {__("Ecomdash contains a variety of powerful add-ons that will help you handle everything from creating barcodes and inventory templates, to", "wp-module-ecommerce")}
+
+ {__("managing warehouse feeds, Fulfillment By Amazon and even accounting.", "wp-module-ecommerce")}
+
+
+
+
+
+
+ {__("Fullfillment By Amazon (FBA)", "wp-module-ecommerce")}
+
+
+ {__("Auto-export non-Amazon orders to FBA. Import the tracking and pass it to the", "wp-module-ecommerce")}
+
+ {__("originating sales channel, marking it as shipped.", "wp-module-ecommerce")}
+
+
+
+
+
+
+
+
+
+
+
+ {__("Barcodes", "wp-module-ecommerce")}
+
+
+
+ {__("Print barcodes for your products that can be", "wp-module-ecommerce")}
+
+ {__("used for labedivng and scanning your", "wp-module-ecommerce")}
+
+ {__("products", "wp-module-ecommerce")}
+
+ {__("Print shipping labels with a preferred carrier right from your ecomdash account and save on postage.", "wp-module-ecommerce")}
+
+ {__("right from your ecomdash account and save", "wp-module-ecommerce")}
+
+ {__("on postage.", "wp-module-ecommerce")}
+
+ {__("Create listing presets to cut down most of the manual data entry needed when creating new listings. ", "wp-module-ecommerce")}
+
+ {__("the manual data entry needed when creating", "wp-module-ecommerce")}
+
+ {__("new listings.", "wp-module-ecommerce")}
+
+
+
+
+
+
+ {__("Accounting", "wp-module-ecommerce")}
+
+
+
+ {__("Seamlessly communicate your sales and", "wp-module-ecommerce")}
+
+ {__("purchase order information directly to your", "wp-module-ecommerce")}
+
+ {__("accounting software.", "wp-module-ecommerce")}
+
+ {__("Setup feeds to export your sales orders via", "wp-module-ecommerce")}
+
+ {__("email or FTP sites to third parties such as", "wp-module-ecommerce")}
+
+ {__("Dropshippers, Suppliers, or 3PL systems.", "wp-module-ecommerce")}
+
+ {__("Quickly create new orders and have", "wp-module-ecommerce")}
+
+ {__("inventory quantities adjusted and synced out", "wp-module-ecommerce")}
+
+ {__("to listings as units are received.", "wp-module-ecommerce")}
+
+
+
+
-
-
-
- {__("Barcodes", "wp-module-ecommerce")}
- {__("Print barcodes for your products that can be used for labeling and scanning your products", "wp-module-ecommerce")}
-
-
-
- {__("Custom Inventory Templates", "wp-module-ecommerce")}
- {__("Creating a custom file template allows you to upload and/or export files with product data for thousands of products at once.", "wp-module-ecommerce")}
-
-
-
- {__("Shipping Labels", "wp-module-ecommerce")}
- {__("Print shipping labels with a preferred carrier right from your ecomdash account and save on postage.", "wp-module-ecommerce")}
-
-
-
- {__("Warehouse Feeds", "wp-module-ecommerce")}
- {__("Setup feeds to export your sales orders via email or FTP sites to third parties such as Dropshippers, Suppliers, or 3PL systems.", "wp-module-ecommerce")}
-
-
-
- {__("Listing Presets", "wp-module-ecommerce")}
- {__("Create listing presets to cut down most of the manual data entry needed when creating new listings. ", "wp-module-ecommerce")}
-
-
-
- {__("Purchase Orders", "wp-module-ecommerce")}
- {__("Quickly create new orders and have inventory quantities adjusted and synced out to listings as units are received.", "wp-module-ecommerce")}
-
-
-
- {__("Accounting", "wp-module-ecommerce")}
- {__("Seamlessly communicate your sales and purchase order information directly to your accounting software.", "wp-module-ecommerce")}
-
+ {__("With Ecomdash you can sit back and relax, knowing that all aspects of order fulfillment are under control. Easily track your top selling items, cost of goods sold, stale inventory and more with Ecomdash's extensive reporting tools.", "wp-module-ecommerce")}
+
+ {/*
{__("With Ecomdash you can sit back and relax, knowing that all aspects of order fulfillment are under control. Easily track your top selling", "wp-module-ecommerce")}
{__("items, cost of goods sold, stale inventory and more with Ecomdash's extensive reporting tools.", "wp-module-ecommerce")}
-
+ */}
@@ -104,10 +107,13 @@ export function SalesChannel(){
{__("Powerful Add-ons", "wp-module-ecommerce")}
+ {__("Ecomdash contains a variety of powerful add-ons that will help you handle everything from creating barcodes and inventory templates, to managing warehouse feeds, Fulfillment By Amazon and even accounting.", "wp-module-ecommerce")}
+
+ {/*
{__("Ecomdash contains a variety of powerful add-ons that will help you handle everything from creating barcodes and inventory templates, to", "wp-module-ecommerce")}
{__("managing warehouse feeds, Fulfillment By Amazon and even accounting.", "wp-module-ecommerce")}
-
@@ -117,11 +143,6 @@ export function SalesChannel(){
{__("With Ecomdash you can sit back and relax, knowing that all aspects of order fulfillment are under control. Easily track your top selling items, cost of goods sold, stale inventory and more with Ecomdash's extensive reporting tools.", "wp-module-ecommerce")}
- {/*
- {__("With Ecomdash you can sit back and relax, knowing that all aspects of order fulfillment are under control. Easily track your top selling", "wp-module-ecommerce")}
-
- {__("items, cost of goods sold, stale inventory and more with Ecomdash's extensive reporting tools.", "wp-module-ecommerce")}
-
*/}
@@ -133,13 +154,7 @@ export function SalesChannel(){
{__("Ecomdash contains a variety of powerful add-ons that will help you handle everything from creating barcodes and inventory templates, to managing warehouse feeds, Fulfillment By Amazon and even accounting.", "wp-module-ecommerce")}
-
- {/*
- {__("Ecomdash contains a variety of powerful add-ons that will help you handle everything from creating barcodes and inventory templates, to", "wp-module-ecommerce")}
-
- {__("managing warehouse feeds, Fulfillment By Amazon and even accounting.", "wp-module-ecommerce")}
-
*/}
-
+
@@ -155,7 +170,6 @@ export function SalesChannel(){
-
@@ -267,13 +281,23 @@ export function SalesChannel(){
- {__("Accurately sync kits, multipacks, and components without any headaches.", "wp-module-ecommerce")}
+ {__("Accurately sync kits, multipacks, and components without any", "wp-module-ecommerce")}
{__("headaches.", "wp-module-ecommerce")}
@@ -199,7 +203,7 @@ export function SalesChannel(props){
{__("Print barcodes for your products that can be", "wp-module-ecommerce")}
- {__("used for labedivng and scanning your", "wp-module-ecommerce")}
+ {__("used for labeling and scanning your", "wp-module-ecommerce")}
{__("products", "wp-module-ecommerce")}
@@ -212,7 +216,7 @@ export function SalesChannel(props){
- {__("Print shipping labels with a preferred carrier right from your ecomdash account and save on postage.", "wp-module-ecommerce")}
+ {__("Print shipping labels with a preferred carrier", "wp-module-ecommerce")}
{__("right from your ecomdash account and save", "wp-module-ecommerce")}
@@ -227,7 +231,7 @@ export function SalesChannel(props){
{__("Sell your products everywhere, confidently, with Ecomdash.", "wp-module-ecommerce")}
-
-
- {__("With ecomdash, you can manage different sales channels all in one place.", "wp-module-ecommerce")}
-
- {__("Simply connect your business accounts from Amazon, Etsy or Walmart to", "wp-module-ecommerce")}
-
- {__("your ecomdash platform and easily manage products, customer orders and", "wp-module-ecommerce")}
-
- {__("more saving you valuable time.", "wp-module-ecommerce")}
-
- {__("Manage inventory across multiple platforms", "wp-module-ecommerce")}
-
-
+
+
+
+
+ {__("Manage inventory across multiple platforms", "wp-module-ecommerce")}
+
+
+
+
+
+
+
+ {__("Enjoy near real-time inventory updates for an unlimited number of", "wp-module-ecommerce")}
+
+ {__("channels with our inventory management software.", "wp-module-ecommerce")}
+
+
+
+
+
+ {__("Manage product levels across multiple warehouses ", "wp-module-ecommerce")}
+
+ {__("without the fear of overselling.", "wp-module-ecommerce")}
+
+
+
+
+
+ {__("Accurately sync kits, multipacks, and components without any", "wp-module-ecommerce")}
+
+ {__("headaches.", "wp-module-ecommerce")}
+
+
+
-
-
-
-
- {__("Enjoy near real-time inventory updates for an unlimited number of", "wp-module-ecommerce")}
-
- {__("number of channels with our inventory management software.", "wp-module-ecommerce")}
-
-
-
-
-
- {__("Manage product levels across multiple warehouses without the fear of overselling.", "wp-module-ecommerce")}
-
- {__("without the fear of overselling.", "wp-module-ecommerce")}
-
-
-
-
-
- {__("Accurately sync kits, multipacks, and components without any", "wp-module-ecommerce")}
-
- {__("headaches.", "wp-module-ecommerce")}
-
-
-
+
-
-
-
-
-
- {__("Order Management and Reporting", "wp-module-ecommerce")}
-
-
- {__("With Ecomdash you can sit back and relax, knowing that all aspects of order fulfillment are under control. Easily track your top selling items, cost of goods sold, stale inventory and more with Ecomdash's extensive reporting tools.", "wp-module-ecommerce")}
-
-
-
+
+
+ {__("Order Management and Reporting", "wp-module-ecommerce")}
+
+
+ {__("With Ecomdash you can sit back and relax, knowing that all aspects of order fulfillment are under control. Easily track your top selling items, cost of goods sold, stale inventory and more with Ecomdash's extensive reporting tools.", "wp-module-ecommerce")}
+
- {__("Ecomdash contains a variety of powerful add-ons that will help you handle everything from creating barcodes and inventory templates, to managing warehouse feeds, Fulfillment By Amazon and even accounting.", "wp-module-ecommerce")}
-
-
-
-
-
- {__("Fullfillment By Amazon (FBA)", "wp-module-ecommerce")}
-
-
- {__("Auto-export non-Amazon orders to FBA. Import the tracking and pass it to the", "wp-module-ecommerce")}
-
- {__("originating sales channel, marking it as shipped.", "wp-module-ecommerce")}
-
-
-
-
-
-
-
-
-
- {__("Barcodes", "wp-module-ecommerce")}
-
-
-
- {__("Print barcodes for your products that can be", "wp-module-ecommerce")}
-
- {__("used for labeling and scanning your", "wp-module-ecommerce")}
-
- {__("products", "wp-module-ecommerce")}
-
- {__("Print shipping labels with a preferred carrier", "wp-module-ecommerce")}
-
- {__("right from your ecomdash account and save", "wp-module-ecommerce")}
+
+ {__("Ecomdash contains a variety of powerful add-ons that will help you handle everything from creating barcodes and inventory templates, to managing warehouse feeds, Fulfillment By Amazon and even accounting.", "wp-module-ecommerce")}
+
+
+
+
+
+ {__("Fullfillment By Amazon (FBA)", "wp-module-ecommerce")}
+
+
+ {__("Auto-export non-Amazon orders to FBA. Import the tracking and pass it to the", "wp-module-ecommerce")}
- {__("on postage.", "wp-module-ecommerce")}
-
+ {__("originating sales channel, marking it as shipped.", "wp-module-ecommerce")}
+
+ {__("Print barcodes for your products that can be", "wp-module-ecommerce")}
+
+ {__("used for labeling and scanning your", "wp-module-ecommerce")}
+
+ {__("products", "wp-module-ecommerce")}
+
-
- {__("Create listing presets to cut down most of", "wp-module-ecommerce")}
-
- {__("the manual data entry needed when creating", "wp-module-ecommerce")}
-
- {__("new listings.", "wp-module-ecommerce")}
+
+ {__("Print shipping labels with a preferred carrier", "wp-module-ecommerce")}
+
+ {__("right from your ecomdash account and save", "wp-module-ecommerce")}
+
+ {__("on postage.", "wp-module-ecommerce")}
+
+ {__("Setup feeds to export your sales orders via", "wp-module-ecommerce")}
+
+ {__("email or FTP sites to third parties such as", "wp-module-ecommerce")}
+
+ {__("Dropshippers, Suppliers, or 3PL systems.", "wp-module-ecommerce")}
+
-
- {__("Setup feeds to export your sales orders via", "wp-module-ecommerce")}
-
- {__("email or FTP sites to third parties such as", "wp-module-ecommerce")}
-
- {__("Dropshippers, Suppliers, or 3PL systems.", "wp-module-ecommerce")}
-
- {__("Quickly create new orders and have", "wp-module-ecommerce")}
-
- {__("inventory quantities adjusted and synced out", "wp-module-ecommerce")}
-
- {__("to listings as units are received.", "wp-module-ecommerce")}
+
+ {__("Quickly create new orders and have", "wp-module-ecommerce")}
+
+ {__("inventory quantities adjusted and synced out", "wp-module-ecommerce")}
+
+ {__("to listings as units are received.", "wp-module-ecommerce")}
+