Shopping Cart
Allow to add products to your cart from within 8SELECT widgets
Many widgets allow a product to be added directly to the shopping cart.
Widgets that allow to add products to the cart will call the function _eightselect_shop_plugin.addToCart()
. This function can then directly contain the code to add something to the shopping cart or call another function that is already implemented in the shop frontend.
To identify a product variant that should be added to the cart we currently only have the sku available. For sku, the same value as in the product export is used.
A Promise
object is injected into the function. A polyfill is provided for older browsers. This means that this does not have to be covered by the shop.
Last updated
Was this helpful?