Flow
The product review plugin only allows customers to review the purchased product, so here is the review flow.
Customers place an order on Craft Commerce.
Once the order is completed, Craft Commerce assigns it a status.
If the order status matches the
orderStatusToReview
, proceed to step 4. If not, update the order status manually or automatically toorderStatusToReview
.The plugin generates a list of purchased products eligible for review.
Customers can review these products.
Last updated