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
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;
}
S
Sales & Marketing
Merged in a post:
Add EXTRAS / ADD-ONS to products
A
Andrea Comuzzi andrea@andreastudios.com
These optional add-ons are designed to complement or customize the main product, allowing customers to tailor their purchase to meet specific preferences or needs.
Add-ons often provide extra functionalities, accessories, or extended services, enhancing the overall value and utility of the primary product.
J
Jason Hessley
Use case:
Hamburger 6.95
add bacon +1.00
add cheese +0.50
no pickles +0.00
no tomato -0.10 (Negative Modifier)
total 8.35
K
Kyle Gonterman
I need this desperately!