All Collections
OrderBump
General information
How to add cart page bumps - COMING SOON
How to add cart page bumps - COMING SOON
Jonathan Biri avatar
Written by Jonathan Biri
Updated over a week ago

Using Themes 1.0 based theme? follow the steps below.

Using Themes 2.0? skip to the next section.


Themes 1.0

On most themes, once you have at least one active cart page bump - the app will render above the products list automatically inside your cart page.

Can't see the bump? follow these steps:

(1) Open Shopify's admin panel

(2) Go to Online store > Themes

(3) Click *** and Edit code:

(4) Inside the theme file search box, type in "cart":

(5) Click cart-template.liquid

(!!!) PLEASE NOTE: each theme is different, so your cart page might be rendered through a different theme file.

(6) Above the cart form, place the following code:

<div class="orderbump_cart_bump"></div>

(!!!) PLEASE NOTE: this code is used as a placeholder to render the cart page bump offer.

(7) Save your changes.

Your offer should now render where the code is placed. Head over to your store cart page to see it.


Themes 2.0

(1) Open Shopify's admin panel

(2) Go to Online store > Themes

(3) Click "Customize":

(4) Click app embeds:

(5) Enable OrderBump

(6) Inside the page selection, go to Cart page

(7) Inside the Sections menu > Click Apps > click Add block:

(8) Select Cart bump - drag and drop to position it in your page

(9) Save your changes

Did this answer your question?