移动商务/零售购物应用程序的基本功能?

时间:2017-09-20 15:34:09

标签: android ios e-commerce shopping

我想尝试创建一个购物应用程序。购物应用程序的一些基本功能是什么?我写下了以下内容。我错过了任何重要的基本功能吗?谢谢:):

- Menu Bar
    - Simple and well structured Navigation for browsing
    - Search features
    - Customers Service/Customer Support
- Shopping Cart/Checkout API (same as website)
    - add products to cart
    - Delete from Cart
    - List of chosen products
    - Buy Item
    - Checkout Screen
    - Add devlivery address
    - redeem Coupons and Discount Codes
    - Payment Details/payment options same as werbsites
- Product Details Screen (same as Website)
    - Picture
    - Description
    - Price
    - Availablity
    - Share Product on Social media
- Products (taken over from websites via API)
    - List of products from website
            - all the products from the website should automatically be on the App
            - Availability should be visible
            - if a product is added (on website) its automatically added on App etc.
    - Stock Count
- Log in (same as Website)
    - Registration & LogIn via App
    - forgot password
- Admin Panel
    - Authorization
    - User Management

谢谢;)

1 个答案:

答案 0 :(得分:-1)

您可能希望允许用户将收藏夹保存为列表,以便他们可以快速重新排序项目。

评论可能会变得非常复杂,所以如果您进行设置评论,请首先保持简单。

还可以考虑打开初始幻灯片,以指示用户第一次如何使用该应用程序。

最后让它变得非常简单到达常见问题解答或实时帮助部分,如果人们可以回答他们自己的问题,它将获得更多的销售...

我没有时间审核您的整个规范,但上面是我在移动设备上构建一个几乎相同的应用时通过反复试验所学到的。