Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds verified purchaser #40

Merged
merged 1 commit into from
Jun 19, 2019

Conversation

ericsaupe
Copy link
Contributor

One feature that many other eCommerce sites have is the concept of
a "verified purchaser" which is when someone leaves a review for a
product they verifiably purchased. In the implementation here we
add a toggle on whether to display the verfied purchaser on the
frontend, a column on the database to store if the review is from
a verified purchaser, and logic when creating the review to set
that value.

@ericsaupe ericsaupe force-pushed the verified-purchaser branch from e0acea0 to d0e6253 Compare June 13, 2019 19:26
One feature that many other eCommerce sites have is the concept of
a "verified purchaser" which is when someone leaves a review for a
product they verifiably purchased. In the implementation here we
add a toggle on whether to display the verfied purchaser on the
frontend, a column on the database to store if the review is from
a verified purchaser, and logic when creating the review to set
that value.
@ericsaupe ericsaupe force-pushed the verified-purchaser branch from d0e6253 to bdb40e0 Compare June 19, 2019 16:43
@ericsaupe ericsaupe merged commit 7e967d7 into solidusio-contrib:master Jun 19, 2019
@ericsaupe ericsaupe deleted the verified-purchaser branch June 19, 2019 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant