Customizable order bumps
Is it possible to get order bumps (and checkout pages) that you can customize? Like in the example. They really need to stand out, and that is not the case now.
Thatβs from Plug&Pay, nice system :)
The FluenCart team should study it because itβs probably the best sales funnel tool in the world.
What customization options are you looking for for order bumps? Colors and customization texts?
F. C.Β Plug & Pay is very nice! Used is before but lifetime deal for Fluentcart was kind of a no-brainer, so I switched. I am looking for simple adjustments such as adding a photo and color adjustments. And a button like that certainly stands out! π
Monique DelissenΒ Agreed, that would be good to have.
Monique DelissenΒ you can do this for orderbump with a little css

Natascha VantuykomΒ dat heb je heel netjes gedaan! π Zin om te delen?
Monique DelissenΒ wat geef je ervoor? π
.fct_order_promotion {position: relative; border: 2px dashed #F9B41C; }
.fct_order_promotion::after {content: "β"; position: absolute; bottom: -18px; left: 20px; background: white;padding: 0 5px; font-size: 20px;color: #BC2E55; transform: rotate(90deg); display: inline-block; }
Natascha VantuykomΒ heb het inmiddels zelf al gemaakt, maar toch bedankt! Ziet er top uit met het schaartje (dat heb ik dan weer niet :-)
It would be cool if there were more styling and layout controls for this when the funnel features are added. A little custom CSS is fine for now but that's ultimately not the best option for everyone. Non technical store owners would have trouble with it.