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.
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.
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!
When you run a multi-brand or multi-vendor website, divide your collections using your brands/vendors, and make sure to showcase your store's merchandise through these collections first (so it’s obvious for first time visitors). After that...
Bathleisure — made better. What a promise! Let's dig into their funnel review in video - we'll list here the main takeaways you can take.
We love this brand to be honest. That's why it's interesting for us to review them, as they do an incredible job on their ecommerce funnel. These funnels at a glance series are always shorter than we'd like to, but for now — let's focus on the main takeaways. It's not only about your products — it's about your brand and your universe.
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.
With the top 10 Direct-to-Consumer brands that we’ve reviewed and was able to gather all the juicy details you need in setting up your e-shop’s product page! Whether you are an entrepreneur in beauty, fashion, lifestyle, or food & wine — we got you covered. Check out our list below to find your perfect match:
How to increase click rate on emails? This is a very tricky question because it always depends on a lot of stuff and by a lot we mean — A LOT. So, we suggest to actually follow this checklist that we have formulated to help you get a bigger picture of what should be done.
Once you set up a sales funnel, there are several things you should implement in order to maximize your conversion rate. No matter what you’re selling, this checklist can help you get better scores, close more clients and get a better understanding of your business.
Launching your brand’s very first social media platform can be exciting and nerve-wracking at the beginning. Of course your main goal here is to drive social media users to your website or e-shop and convert them to customers. However, in this day and age, brands are expected to be more relevant and engaging to its target community especially in the universe of instagram, facebook, tik-tok, and twitter. So, how do you do that? How will you be able to sell while being relevant?
The lower your bounce rate is, the better. Because with a lower bounce rate, it just means that more people are engaging with your content, visiting pages on your website, etc.
Onboarding is key to any product — that’s the first impression you’re giving to new users, and it’s the occasion to lead your users to complete specific actions, that will ensure that they might stick to your product.