1.1.0 • Published 1 year ago

ms-e-commerce v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Strapi plugin e-commerce

A quick description of e-commerce. creates products table schema which includes title, description, price, quantity and image

Version 1.1.0

creates products table schema which includes title, description, price, quantity and image creates orders table schema which includes quantity, price and relation column product which you can get data from product table (You should get price and quantity directly from self columns)and relation column owner which related to your user table it creates orders column on users table automatically