Nosto / nosto-magento

Magento extension for Nosto
https://marketplace.magento.com/nosto-nosto-tagging.html
Open Software License 3.0
27 stars 24 forks source link

Hotfix/add to cart js function #532

Closed supercid closed 5 years ago

supercid commented 5 years ago

Related Issue

Continues #529 which have not fixed the issue.

How Has This Been Tested?

    Nosto.addMultipleProductsToCart([
        {'productId' : '402', 'skuId' : '231'}, // Configurable
        {'productId' : '402', 'skuId' : '232'}, // Configurable
        {'productId' : '408', 'skuId' : '252'}, // Configurable
        {'productId' : '408', 'skuId' : '253'}, // Configurable
        {'productId' : '878', 'skuId' : '878'}, // Not visible individually, should not have link or photograph
        {'productId' : '339', 'skuId' : '339'} // Simple and visible, should have link and picture
    ], this);

Documentation:

Checklist: