magento2-vsbridge-indexer icon indicating copy to clipboard operation
magento2-vsbridge-indexer copied to clipboard

Bug: Wrong data of product's custom options

Open tajveez-73 opened this issue 4 years ago • 3 comments

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.

tajveez-73 avatar Feb 05 '21 13:02 tajveez-73

This error is still not fixed..

kkdg avatar May 05 '21 11:05 kkdg

There is a fix in #372

mileandra avatar May 20 '21 09:05 mileandra

But the fix is not included in any release ... how about creating a v2.0.2?

netzkollektiv avatar Jun 21 '21 08:06 netzkollektiv