Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Bug: Wrong data of product's custom options #379

Open
tajveez-73 opened this issue Feb 5, 2021 · 3 comments
Open

Bug: Wrong data of product's custom options #379

tajveez-73 opened this issue Feb 5, 2021 · 3 comments

Comments

@tajveez-73
Copy link

tajveez-73 commented Feb 5, 2021

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.

@kkdg
Copy link

kkdg commented May 5, 2021

This error is still not fixed..

@mileandra
Copy link

There is a fix in #372

@netzkollektiv
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants