wix-stores
The wix-stores module contains functionality for working with your site's store from client-side code. Learn more.
Additional information about this section
Perform actions on an object
- getCurrentCart( )
Deprecated. This function will continue to work, but a newer version is available at wix-stores.cart.getCurrentCart().
- removeProductFromCart( )
Deprecated. This function will continue to work, but a newer version is available at wix-stores.cart.removeProduct().
- getProductOptionsAvailability( )
Deprecated. This function will continue to work, but a newer version is available at wix-stores.product.getOptionsAvailability().
- getProductVariants( )
Deprecated. This function will continue to work, but a newer version is available at wix-stores.product.getVariants().
- onCartChanged( )
Deprecated. This function will continue to work, but a newer version is available at wix-stores.cart.onChange().
- Cart
The wix-stores.Cart module contains functionality for working with your site's cart from client-side code.
- Navigate
The wix-stores.Navigate module contains functionality for navigating to store-related pages from client-side code.
- Product
The wix-stores.product module contains functionality for working with your store's products from client-side code.