ROI calculator for Shopify
What the manual way costs, worked out from four numbers the visitor can change.
Putting it on Shopify
Your widget gives you one line of HTML. It goes in once for the whole site, not once per page, and it does nothing until the trigger you chose fires.
- Where the box is
- Online Store → Themes → Edit code, then open theme.liquid and paste just before the closing </body> tag.
- What catches people out
- Duplicate your theme before editing it if you have not edited theme code before. The snippet belongs in the theme, not in checkout — Shopify's checkout is its own hosted interface now, and no pasted script runs there on any plan.
<script src="https://kestero.com/widget.js" async data-api="https://kestero.com" data-key="ke_your_key" data-widget="your-widget-id"></script>
The key and the id above are placeholders — copy the real line from your widget’s page.
Every platform, and frameworks — including Google Tag Manager, React and Next.js.
What it is for
Showing a business buyer what the way they work now is costing them, before they have to ask a colleague for money. Four answers — how many people, how many hours a week, what an hour of their time costs, which plan they would be on — and the widget works out the year. It is the argument somebody would have had to build themselves, built on your page instead.
Where the numbers come from
You set what it opens on and the visitor overwrites it. This one starts at twenty-five people losing four hours a week, because a calculator showing nothing until somebody fills it in reads as broken rather than as waiting. It counts forty-five working weeks rather than fifty-two, and that assumption is printed beside the result rather than buried in the formula, since it is the one most likely to be argued with.
When not to use one
Not if it can only ever flatter you. This preset takes your own price back off the saving and says so plainly when the answer comes out negative, and a version that cannot do that is a figure nobody believes twice. Not, either, when the saving turns on something four questions cannot ask about. A number built from the wrong four is still a number, and somebody will quote it back at you.
Questions
- Can I change the figures it opens on?
- Yes. Every starting answer is a field you can rename, re-bound or remove, so what a visitor meets first is whatever you decided is typical of your customers rather than of ours.
- Does it take our own price off the saving?
- Yes. The gross figure and the net one sit beside each other, and a line appears underneath when the plan would cost more than the time it gives back.
- Why forty-five weeks and not fifty-two?
- Because nobody works fifty-two. Holiday, public holidays and the week everyone is ill come off first. Forty-five is the conservative round number, it is in the formula, and anybody who disagrees can change it.
- Do the figures somebody enters reach you?
- Only the ones they choose to send. The working out happens in their own browser, so a visitor who moves the numbers about and then leaves has left nothing behind at all.