magento2-vsbridge-indexer
magento2-vsbridge-indexer copied to clipboard
Bug: Wrong data of product's custom options
Hi,
I have come across a bug in Vsbridge v2.0.1 in the file:
divante/magento2-vsbridge-indexer/src/module-vsbridge-indexer-catalog/ArrayConverter/Product/CustomOptionConverter.php
here option_id
is being mapped to sort_order
line #: 95, 96
$option['option_id'] = (int) $option['sort_order'];
$option['option_type_id'] = (int) $option['sort_order'];
this causes problems when you add products with custom options in the cart.
This error is still not fixed..
There is a fix in #372
But the fix is not included in any release ... how about creating a v2.0.2?