Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Add Multiple Products To Cart Function Does Not Use Configurable Parent Product #528

Open
supercid opened this issue Jul 12, 2019 · 0 comments
Labels
Milestone

Comments

@supercid
Copy link
Member

Magento version(s) used: 1.9
Extension version(s) affected: 3.11.0 and below

Description
When adding multiple products to cart with

Nosto.addMultipleProductsToCart([
        {'productId' : '425', 'skuId' : '310'},
		{'productId' : '425', 'skuId' : '314'},
		{'productId' : '425', 'skuId' : '312'},
		{'productId' : '425', 'skuId' : '313'},
    ], this);

Configurable products are not correctly added, having no images in some setups.

How to reproduce
Use the snippet above and observe that the SKU is added directly instead of the parent product with the super attributes.

Possible Solution
Call addSkuToCart multiple times to add all products.

Additional context
N/A

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

No branches or pull requests

1 participant