Its forked from quasar-shoping(opens new window) Originally build by Mayur Patel. But has following things are missing. I tried my best to fix it. If you have any suggetions please let me know.
Instamojo(opens new window) Indian Payment Gateway which accept National and International Debit, Credit cards, UPI
9
Allow payment as Guest
Yes
User can shop and make payment without login or Signup ie as a guest
10
Multiple Shipping Address
Yes
System allow to save multiple Shiping address to save for future use
11
Filter product
Yes
It auto detect the Unit and Price range and accordingly create filter options with a count to know how many items are listed in that particular option.
12
Mini Cart
Yes
Mini Cart feature is available
13
User Profile
Yes
User can update his profile, Avatar, Change Password.
Shipped with latest version of Quasar, Eslint, Prettier. (if you want to you view Eslint, Prettier files need to check initial commit then after the file will put in .gitignore).
Seprate Search bar component as its important, make it round border and clear icon. It will prove a game changer component so I pull out from layout.
Pincode section is shifted to toolbar with dialog.
Some files are splited and moved pleaes read the table above for more information.
Use of .env file for site settings such as store name & url to store vaiable such as site_name, default username, password. env.development & .env.production two seprate files are created. Thanks to hawkeye64(opens new window) for such nice extension.