Skip to content

Instantly share code, notes, and snippets.

@basir
Last active March 9, 2024 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basir/4e3275f6f3c5b4b8d557c186d0915226 to your computer and use it in GitHub Desktop.
Save basir/4e3275f6f3c5b4b8d557c186d0915226 to your computer and use it in GitHub Desktop.
Amazona Features

Dynamic Currency Support

There are a lot of features that we want to add to Amazona (An ecommerce website like amazon). Please vote for your features in the comment to prioritize them.

Dynamic currency

user should be able to change the currency.

  1. in site setting, admin define list of currency and the conversion ratio against the main currency
  2. in the site header, user can change the currency
  3. all price in the website accept the selected currency and update the price amount based on the conversion ratio.

Muli-vendors

sellers should be able to sign up in the website and have a store to add product and manage orders

  1. in website header a seller click on become a seller and register in the website
  2. seller can add products and prices
  3. seller can manage order placed by user and handle them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment