WooCommerce Setting
A walkthrough to change Flutter Ecommerce WooCommerce server into yours and other notes.
1. Product Categories
once the admin dashboard is ready, add categories from the admin dashboard under which the products will be categorised. Each Product should be under some categories. Such as
Product-> Categories and then create your categories.
Here MEN, EOS, KIDS being the parent category and each parent category can have multiple childs such as MEN-Accessories-Bags and Backpacks or Men- Clothing- Bottomwear- Casual Trousers. Each of the parent category say(MEN, WOMEN,KIDS) will appear on the home screen of the app itself represented by their respective images. The sub categories of the parent category will appear once clicked on the parent category in the form of an expansion tile.
2. Adding a Product under a Category
once the categories are defined, add product with its description, images, price etc. as follows.
Product-> Add New
2.1. Product Name And Description
2.2 Categorise a Product under a Category:
Here Louis Vuitton is under the category MEN - CLOTHING - BOTTOMWEAR - FORMAL TROUSERS.
2.3 Adding price and sale price for the product.
2.4 Add Image for a Product using the Product Image.
You can add multiple images for a product under the Product Gallery.
3. Adding notification for the app.
Notification for the app can be added from the post section.
POSTS->ADD NEW
Here as a sample two notifications has been added under the post and if published from the publish section of the app on the bottom right screen above, the same will appear on the app. Push notification to mobile device is not integrated yet however the same works for web and can appear in the app if published.(Admin can push the notification anytime and the same appears in the app)
Here's how it appears in the app.