The Order status page is when your customers land when they complete their order. At first sight, this page is not customizable for non-Shopify Plus owners. However, on the /admin/settings/checkout section, you have a field called Additionnal scripts :
Here, you can add specific scripts - usually, that's also where you want to put conversion tracking scripts, to trigger the conversion or referrals.
But you can also add content to the Order Status page! It's the page customers will see just after completing their order, and that's particularly interesting for several scenarios : they're the most engaged at this moment, and the fact they're purchased a product is just the beginning.
Using this formula, you'll be able to add a box of your own on the page :
<script>Shopify.Checkout.OrderStatus.addContentBox( '<h2>Title of the box</h2>', '<p>Content of the box</p>' ) </script>
While doing it, you have access to several liquid objects here : checkout & shop.
That can be useful for several scenarios. For instance, the main example Shopify use is based on the location of the customer, proposing him to check the retail stores :
Other uses cases could be :
For this, in Typeform, make sure to use hidden fields 😉
For the styling, we're adding a button in the new created box.
<script>
Shopify.Checkout.OrderStatus.addContentBox(
'<h2>Welcome in the community!</h2>',
'<p>We would love to have<a href="https://your.typeform.com/to/xxxx?firstname={{ checkout.customer.first_name }}&email={{ checkout.email }}&code={{ checkout.order.order_name }}">your feedback</a></p><a href="https://your.typeform.com/to/xxxxx?firstname={{ checkout.customer.first_name }}&email={{ checkout.email }}&code={{ checkout.order.order_name }}" style="display: inline-block!important; margin: 1em;padding: 5px 12px !important;min-height: 28px !important;min-width: 120px !important;font-size: 1.06667em;border-radius: 2px;background-color: red;color: #000;font-weight: 500;font-style: normal;letter-spacing: 0.1em;text-transform: uppercase;line-height: 1.8;text-decoration: none;text-align: center;vertical-align: middle;">let-a-go!</a>'
)
</script>
Using the same kind of script, that's also a great way to introduce them to a referral program ✌️
<script>
{%for line in checkout.line_items %}
// DEBUG looking at {{ line.title }}
{%if line.title == 'Title of your product' %}
Shopify.Checkout.OrderStatus.addContentBox(
'<p>Wow, you just bought _______! We are thrilled - did you know that _______? </p>'
)
{% endif %}
{% endfor %}
</script>
Your products are awesome. What if we could sell more of them?
Even when there’s none left, there are still some more
Do more with less
I'm sharing here a proven tactic that drive results to get back at least 25% of your lost checkouts, while the e-commerce average is around 8%.
Launching an ecommerce store? You have everything ready, your products, your website, your design - even your analytics? Yupee !But how about your CRM ? In this article, we'll review a simple go-to plan you can start with today to extend your CRM capabilities. Let's dive in!
This calculator will let you know which budget you'll need on Facebook - and if your ads are profitable.
This email A/B test significance test will let you know which version of your email A/B test is the most performant - and on which metrics. Plus, we'll display which recommandations you can take.
SEO-optimized FAQ for your eCommerce store gives people the information they're looking for without them having to leave your website or call customer service.
The perennial, ever-so-sticky question: How much does an e-commerce website cost? The answers will vary. Also, the answer you don’t like: It depends.
Personalizing your eCommerce site is a great way to improve conversion rates.
Learn how to create FAQ (Frequently Asked Questions) for eCommerce and you’d not only do a service for your potential customers but also save time answering questions (on live chat, email, phone, or otherwise).
Search Engine Optimization (SEO) is key to getting your website found and for you to take advantage of the phenomenal use of search engines as the starting point for most users’ journey on the web -- to find answers, to look for information, to compare product A with product B, to look for solutions, to find local stores or merchants, and also to buy.
As far as proven eCommerce marketing strategies go, while we use the word “try” in the title, what we really mean is that you “should”. By the end of 2022, global eCommerce will be worth a whopping $5.55 Trillion. By 2023, eCommerce is going to be worth $6.17 Trillion. If anything, eCommerce is only going to get bigger and is a viable opportunity for any eCommerce brand.
Landing pages -- unlike regular pages -- help convert better. Use them generously for all campaigns. eCommerce conversions -- along with sign ups with tracking pixels happen on landing pages. Sales happen on eCommerce product pages. All of this is tracked.
One way to challenge big brands is to leverage data. Which data? Yours
To help boost your Shopify store conversion rates, you’ll need a holistic approach.
What do customers want to see? Truth is, it really depends on what you offer and how you want to brand your business. Overall, here are the things that we highly suggest you consider when writing your newsletter.