Flow

The product review plugin only allows customers to review the purchased product, so here is the review flow.

  1. Customers place an order on Craft Commerce.

  2. Once the order is completed, Craft Commerce assigns it a status.

  3. If the order status matches the orderStatusToReview, proceed to step 4. If not, update the order status manually or automatically to orderStatusToReview.

  4. The plugin generates a list of purchased products eligible for review.

  5. Customers can review these products.

Last updated