kowalczj / shop24

Web commerce application implemented in Flask
GNU General Public License v3.0
0 stars 0 forks source link

Display Verified Purchaser Reviews for Products #4

Open kowalczj opened 4 years ago

kowalczj commented 4 years ago

As the site owner, I want a reviews area for all verified purchasers to be able to write reviews. Verified means the item they are reviewing must be in the reviewers order history. Customers may be more willing to buy products if they find credible reviews for it.

crisischris commented 4 years ago

(estimation) 2 weeks. some sort of UI that scrapes logged in user DB to check if the current item SKU they are viewing has been purchased by them. If so, comment field is available.