Example Description
In this example we select a product we would like to promote (upsell) and display it on the cart page. The upsell product is displayed when site visitors have a product in their cart from the same Stores collection as the upsell product. Site visitors can add the upsell product to the cart directly from the cart page.
How We Built It
Page Elements
On the cart page we added the following elements:
-
A container box to display information about the upsell product
-
3 text elements to display the product name, price, and description
-
An image to display the product image
-
An Add to Cart button
Code
In the backend cart.jsw module, we get information about the current site visitor’s shopping cart.
On the cart page, we do the following:
-
Define a variable that contains information about the upsell product.
-
Initially hide the upsell box.
-
Use the backend function to get information about the current cart.
-
Check whether the upsell product is currently in the cart by comparing the upsell product ID with each cart item product ID.
-
If the upsell item is not in the cart, we get information about the upsell product from the Stores/Products collection and display the information in the upsell box.
-
We set an event handler that runs if a site visitor clicks the Add to Cart button. It adds the upsell product to the cart with the upsell choices defined in the upsell variable, and hides the upsell box.
Related Examples
Did this help?
|
Thanks for your feedback!
![Add to Cart Gallery](https://static.wixstatic.com/media/f0504e_75215e3944d046519bca915596c1a403~mv2.jpg/v1/fill/w_314,h_206,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Image%20placeholder.jpg)
Add to Cart Gallery
Let customers add products to their cart—right from your product gallery.
![Intermediate.png](https://static.wixstatic.com/media/12d367_3e4cb40eaf29447896e3ccdc94a766e5~mv2.png/v1/fill/w_10,h_9,al_c,q_85,enc_avif,quality_auto/Intermediate.png)
Advanced
![Bulk Add to Cart](https://static.wixstatic.com/media/f0504e_efc00c5902114bd4aa703b97efdf1942~mv2.jpg/v1/fill/w_314,h_206,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Image%20placeholder.jpg)
Bulk Add to Cart
Let customers add multiple items to their cart—all at once.
![Intermediate.png](https://static.wixstatic.com/media/12d367_3e4cb40eaf29447896e3ccdc94a766e5~mv2.png/v1/fill/w_10,h_9,al_c,q_85,enc_avif,quality_auto/Intermediate.png)
Advanced
![Related Items](https://static.wixstatic.com/media/f0504e_6be760c60a414336a0275f47f5b3200b~mv2.jpg/v1/fill/w_314,h_206,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Image%20placeholder.jpg)
Related Items
Recommend products based on price, brand and more.
![Intermediate.png](https://static.wixstatic.com/media/12d367_3e4cb40eaf29447896e3ccdc94a766e5~mv2.png/v1/fill/w_10,h_9,al_c,q_85,enc_avif,quality_auto/Intermediate.png)
Intermediate