La page de statut de commande commandes est la page où vos clients arrivent, au moment où ils complètent leur commande. Sur Shopify, à première vue, cette page n'est pas personnalisable pour les personnes qui ne possèdent pas Shopify Plus. Cependant, dans la section /admin/settings/checkout, vous disposez d'un champ appelé Additionnal scripts :
Ici, vous pouvez ajouter des scripts spécifiques - généralement, c'est aussi là que vous voulez mettre les scripts de suivi de conversion, pour déclencher les conversions Facebook, Adwords, ou le tracking de vos referrals..
Mais vous pouvez aussi ajouter du contenu à la page d'état des commandes !
Il s'agit de la page que les clients verront juste après avoir complété leur commande, et c'est particulièrement intéressant pour plusieurs scénarios : ils sont très engagés envers votre marque à ce moment - et le fait qu'ils aient acheté un produit ne doit être que le début de votre histoire.
Grâce à ce script, vous pourrez ajouter votre propre boîte sur la page :
<script>Shopify.Checkout.OrderStatus.addContentBox( '<h2>Titre de la boîte</h2>', '<p>Contenu de la boîte</p>' ) </script>
Ce faisant, vous avez accès à plusieurs objets liquid dans cet espace : Checkout et Shop.
Cela peut être utile pour plusieurs scénarios. Par exemple, l'exemple principal d'utilisation de Shopify est basé sur la localisation du client, lui proposant de rediriger le nouveau client vers les points de vente physiques, en se basant sur sa localisation et la variable liquid : checkout.shipping_address.country_code == 'GB'
Une autre utilisation pourrait être d'envoyer les gens à une enquête de satisfaction juste après leur achat, en suivant leur identité via Typeform (et pourquoi pas leur offrir une récompense à la réponse)
Pour cela, dans Typeform, veillez à utiliser les champs cachés (hidden fields) 😉
Pour le style, nous ajoutons un bouton dans la nouvelle boîte créée, en utilisant des variables disponibles :
<script>
Shopify.Checkout.OrderStatus.addContentBox(
'<h2>Bienvenue !</h2>',
'<p>Nous aimerions beaucoup avoir <a href="https://your.typeform.com/to/xxxx?firstname={{ checkout.customer.first_name }}&email={{ checkout.email }}&code={{ checkout.order.order_name }}">votre avis</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: blue;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;">C'est parti !</a>'
)
</script>
En utilisant le même type de script, c'est aussi une excellente façon de les initier à un programme de parrainage, par exemple à la fin du questionnaire ! ✌️
<script>
{%for line in checkout.line_items %}
// DEBUG looking at {{ line.title }}
{%if line.title == 'Title du produit' %}
Shopify.Checkout.OrderStatus.addContentBox(
'<p>Vous venez d'acheter Titre du Produit! Génial ! Vous saviez que vous pouviez aussi l'utiliser __________ ? </p>'
)
{% endif %}
{% endfor %}
</script>
Vos produits sont géniaux. Et si on en vendait plus ?
Quand il n'y en a plus, il y en a encore.
Faire plus en faisant moins.
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.