Hi
I've been having problems with VariantPrices.
My questions in short:
- Is it possible to import variantprices by their ProductId instead of the combination: masterproduct-ProductId + ProductVariantId? Maybe not via the ecomprovider?
- If so, is there a way to use the Product-id instead of the MasterProductId?
My case:
- First I created all my products without combining them
- Then I imported via the EcomProvider (batch,csv) all my product prices with their ProductId
- Products were combined
- ISSUE: I noticed on the frontend prices didn't change when a variant was selected
- I discovered that the price matrix on a combined product doesn't allow to use the productId of the variant, but you select the DW-variantproductid (E.g VO27)
- Then I discovered you should use the masters' ID instead of the product's when importing via the EcomProvider. Which is not ideal since it's not always known in advance
- Then I imported 1 variant (out of 6) using this new method
- Result
- The price of this Variant was shown correct
- When I selected other variants I noticed their own price showed as well. This is bizarre because they were not imported with the import in step5. It seems the system fetches the price from my second step, from when they were not combined
- So I hope there is a way to import prices for combined products, using their own ProductId and or VariantproductId?