More customizable order bumps
P
Pete Sveen
I would love to see customizable order bumps. We moved over from Samcart which had order bumps you can format easily to change the photo size, background color, layout, text color/size, etc. I'd love to have the ability to modify the order forms without knowing custom code. I'm not in love with the flashing red arrow and green text offered inside GHL order bumps currently. Here is a link to show more examples on Samcart. https://help.samcart.com/support/solutions/articles/60000680293-order-bumps Thanks in advance for your consideration to make order bumps more customizable!
Log In
A
Antonin Prébois
We need the new order bump available in the the checkout block in funnels. Asap otherwise Sam cart becomes realy tempting...
C
Claire Hunt
This simply needs to be done because the current order bump is so outdated and not elevated at all. I'd feel sketched to put my card in anywhere that has this outdated bump design.
Also, I saw that we can add bumps to forms and it is more custom, however, when having a product with multiple payment options (for full price, tripwire, upsell) and also for multiple payment plans offered, attaching a product to forms shows all options rather than the ability to select the payment option. This needs to be fixed too!
L
Liat Nadler
No one loves the flashing arrow or the colors. Why has this been requested so many times and still isn't customizable?
T
Tanya Aliza
Yesssss this is desperately needed. We would also like it to look more modern like SamCart - https://mariawendt.samcart.com/products/instagram-follower-fast-track
N
Natalia Villegas
Is this still not available ? I am getting ads for Samcart and ive bought from creators using it and it looks so clean and minimalist
T
Theo Gilardo
Somehow modern order bump are live now but not for order forms lol
S
Sales & Marketing
Merged in a post:
More order form design options
C
Carlos Vazquez
2 Step order forms aren't the only form types out there and sometimes we need just a minimalist form for our order pages.
HIGHLVL-I-6731
C
Caleb Christopher
So off-brand for me. I hate it.
It SCREAMS that the page is a funnel from 15 years ago.
T
Tony Barrett
This is near the top of my wishlist!
N
Nico Theuss
until this is live, I use the following CSS Custom Code to align font and colors with branding. Simply replace the xxx with the RGB color codes you want to use. Hope that helps
section.order-bump-container {
background-color: rgb(xxx, xxx, xxx);
border: 3px dashed rgb(xxx, xxx, xxx);
border-radius: 5px;
padding: 8px;
box-sizing: border-box;
}
span.headline.bump-headline {
overflow-wrap: break-word;
color: rgb(xxx, xxx, xxx);
font-size: 14px;
font-weight: 700;
line-height: 20px;
margin-left: 1px;
box-sizing: border-box;
}
div.main-section {
background-color: rgb(xxx, xxx, xxx) !important;
border-radius: 5px;
display: flex;
justify-content: space-between;
padding: 2px;
text-align: left;
align-items: center;
box-sizing: border-box;
}
span.oto-headline {
color: rgb(xxx, xxx, xxx);
font-weight: 700;
text-decoration: underline;
box-sizing: border-box;
}
J
Janet Hurn
Nico Theuss where do you put that code? I can't get it to work.
Load More
→