This project was bootstrapped with Create Wix App.
Read more about it in the Wix CLI for Apps
documentation.
This template demonstrate the usage of the Ecom orderes SDK, the addition of a menu item to the Order page in the Business Manager and an integration with WhatsUp web.
The Ecom orders SDK is a powerful tool that allows you to interact with the orders in the store.
In this template we use the SDK to get the order details and the order items.
//https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/get-order
The Business Manager is the place where the store owner can manage his store.
In this template we add a menu item to the Order page in the Business Manager.
The file (/src/dashboard/menu-plugins/my-plugin/plugin.json) demionstrate how to add a menu item to the Order page in the Business Manager.
WhatsUp web is a popular messaging app that allows you to send messages directly to your customers.
In this template we integrate with WhatsUp web and send an up sale message to the customer.
the message includes the selected product details and a link to the store product with a coupon code.
yarn install
In the project directory, you can run:
yarn dev