I have installed the Merchant Center Reviews for WooCommerce plugin (Version 1.0.8) together with WooCommerce Version 10.1.2.
After placing an order, the opt-in dialog for collecting reviews is displayed correctly. However, in the generated code the product information is incomplete – I only see:
"products":[{"identifier_exists":false}]
It seems that the product identifiers (SKU) are not being passed to the products array, only identifier_exists:false.
For the ordered product, in the database table wc_product_meta_lookup, the sku field contains the correct value.
Could you please advise how to configure the plugin so that proper product data (SKU) is sent to Merchant Center in the review opt-in code?