Ecommerce About
Shopify

Add Upsells to Your Checkout Page on Shopify

By EcomAbout1 min read
Add Upsells to Your Checkout Page on Shopify

👉👉TRY SHOPIFY FOR FREE👈👈

Shopify 60 day trial

  1. Add an upsell section to your cart page

In your Shopify admin, go to Settings > Checkout.

Under Order processing, select Edit code.

In the Sections directory, click Add a new section.

Name your section, then click Create section.

In the new section, add the following code:

{% for upsell in upsells %}

%7B%7B%20upsell.url%20%7D%7D

{{ upsell.title }}

{% endfor %}

  1. Add an upsell section to your product page

In your Shopify admin, go to Online Store > Themes.

Find the theme you want to edit, then click Actions > Edit code.

In the Sections directory, click Add a new section.

Name your section, then click Create section.

In the new section, add the following code:

{% for upsell in upsells %}

%7B%7B%20upsell.url%20%7D%7D

{{ upsell.title }}

{% endfor %}

  1. Add an upsell section to your order confirmation page

In your Shopify admin, go to Settings > Checkout.

Under Order processing, select Edit code.

In the Templates directory, click order.confirmation.liquid.

In the new section, add the following code:

{% for upsell in upsells %}

%7B%7B%20upsell.url%20%7D%7D

{{ upsell.title }}

{% endfor %}

👉👉TRY SHOPIFY FOR FREE👈👈