Commerce Yotpo integrates the Yotpo reviews platform with Drupal Commerce.
This Drupal 10/11 compatible port provides:

- Configurable API credentials with optional checkout export toggles.
- Automatic order exports when orders transition to the “placed” state.
- Product review widgets available as Drupal blocks (testimonials, main widget,
  and bottom line) driven by drupalSettings.

## Installation

Enable the module and visit `/admin/commerce/config/yotpo` to enter your Yotpo
app key and secret. Optionally adjust the product image/description field
machine names if your product variations store data in non-default fields.

No external PHP library is required; the module communicates with Yotpo using
Drupal’s HTTP client services.
