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

parent_sku field is missing from the product data #382

Open
atishgoswami opened this issue Feb 21, 2021 · 2 comments
Open

parent_sku field is missing from the product data #382

atishgoswami opened this issue Feb 21, 2021 · 2 comments

Comments

@atishgoswami
Copy link

atishgoswami commented Feb 21, 2021

I recent upgraded the module from branch archive/2.x to release 2.0.1

It seems that the parent_sku data which used to be there for all the simple
product assigned to the configurable product is now missing

image

We had a logic implemented around this attribute data for our project which no longer works due to this change.

Was there some change in data structure implemented in the latest release ?

@revlis-x
Copy link

Can confirm, since I just noticed the same problem

@revlis-x
Copy link

revlis-x commented Mar 2, 2021

@atishgoswami i debugged and found the error:
somehow parent sku data provider didn't make it to this release, so you need to re-add it to src/module-vsbridge-indexer-catalog/etc/di.xml around line 240 right after the other listed DataProviders and everything works again as expected

<item name="parent_data" xsi:type="object">Divante\VsbridgeIndexerCatalog\Model\Indexer\DataProvider\Product\ParentSku</item>

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

2 participants