Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Press0 1122 #281

Merged
merged 6 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,59 @@ height="42" />

Next-generation WordPress eCommerce Experience for WordPress sites at Newfold Digital.


## Module Responsibilities

* Ecommerce module displays `Home or Dashboard` page for Brand plugin, with below options:
1. Live site preview for both, live and coming soon mode for WordPress site with view & edit site options
aratidgr8 marked this conversation as resolved.
Show resolved Hide resolved
2. Next steps to setup your site helps customers to complete below tasks:
* To add store info
* Setup online payment options like PayPal, Stripe, RazorPay. Also choose offline payment options like, check payments, bank transfers & C.O.D
* Setup shipping options like Shippo.
* Configure tax settings
* Add/import products
* Customers who have selected `novice` as WordPress experience level will have access to Signup to BlueHost WP academy / Yoast academy for learning purpose.
* There is also link for Customers to view list of `Completed tasks`
* Ecommerce module also displays `Store` option which gives snapshot of recent customer activity with details like total sales, net sales, recent orders, products sold, visitors, views and also a link to detailed `Analytics` page of Woocommerce plugin.
* `Store` page also, allows customers to Purchase/Enable/Manage and learn more about YITH extended plugins like:
1. YITH Booking and Appointment for WooCommerce
2. YITH WooCommerce AJAX Search
3. YITH WooCommerce Gift Cards
4. YITH WooCommerce Wishlist
5. YITH WooCommerce Customize My Account Page
6. YITH WooCommerce Ajax Product Filter.
* Under Store we have a `Products & Services` submenu option which provides following options:
1. Easy access to Add new product/Import CSV of products into your store.
2. Option to setup bookings & appointments or offer gift cards on purchases via YITH extended plugins.
* Next submenu under Store is `Sales & Promotions`where customer can setup different promotional offers on products in their store.
1. Here we display 13 different campaign setup options offered by `WonderCart` plugin under `All Campaigns` tab.
2. There is also a `Settings` tab where users can customize look & feel of how sales campaigns are displayed on their Store page.
* Next submenu under Store is `Payments` where we store owner can setup payments option accepted on purchases at Store.
1. There 3 online payment options via payments gateways like PayPal, Stripe & RazorPay(only for India location).
2. We also offer offline payments option via cheque, bank transfer or cash on delivery.
* Final submenu under Store is `Store details` with following options:
1. Store location and complete address, email address of store owner and currency in which products/services are displayed on the store.
2. Under `shipping option` tab on the store details page you can connect to Shipping partner like, Shippo (based on your store location).
3. Under `tax settings` tab, store owner can choose to enable/disable sales tax.


## Critical Paths

* `Store` page should give a brief overview of `recent customer activity` on Ecommerce website.
* `Store` page displays section to setup `Ecommerce features` where users can purchase/enable/manage YITH extended plugins.
* It is required to install & activate `WooCommerce` plugin for below plugins to work,
1. `YITH PayPal Payment` plugin for - facilitating payments via PayPal,
2. `WonderCart`plugin for - creating sales & promotional campaigns,
3. `YITH Stripe Payments` plugin for - facilitating payments via Stripe
4. `Ecomdash` plugin for - managing marketplace and ecommerce website sales.
* `Home` page should display warnings `enabled but not effective, requires WooCommerce in order to work.` for above YITH plugins, incase WooCommerce isn't setup.
* If `WooCommerce` plugin isn't setup, `Store` tab should ask users to first install & activate `WooCommerce` till then all the sub-menu options under `Store` menu should be disabled.
* `Products & Services` tab should provide customers access to purchase services offered by YITH extended plugins like: YITH Booking and Appointment for WooCommerce and YITH WooCommerce Gift Cards.
* `Sales & Promotions` submenu allows customers to install `WonderCart` plugin if it is not already installed & activated. Once `WonderCart` is activated it offers option to setup different promotional campaigns.
* `Payments` tab facilitates Customers to connect their accounts to receive payments via popular online payment options like PayPal, Stripe and RazorPay. Customers can also choose to accept offline payment via options like: check payments, bank transfers & C.O.D.
* `Store details` tab facilitates setup of `Shippo` third party shipping software for e-commerce businesses.


## Installation

### 1. Add the Newfold Satis to your `composer.json`.
Expand Down
3 changes: 2 additions & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '75ee6dfacce73eb32cea');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '76e618e019ad98fa7c7c');

Loading