- Effortless Ecom
- Posts
- ⚡️Building trust in your Shopify store
⚡️Building trust in your Shopify store
Free code inside

Making a purchase feels risky. Especially if we have never shopped with that brand before.
To combat that risk, it’s common for brands to offer satisfaction guarantees.
But simply having a satisfaction guarantee is not enough.
There’s only one place where we need to mention that guarantee.
That’s right when they’re about to make the purchase.
Therefore right below our buy buttons, is always the best place.
I recorded a tutorial showing exactly how you can add one.
Here’s the code:
<div id="custom-container" style="display: flex; padding-bottom: 1em;flex-direction: column; text-align: center; max-width: 44rem;">
<small style="text-align: center;">
Love your results or get your money back
</small>
</div>
<style>
@media screen and (max-width: 768px) {
#custom-container {
margin-top: -1em !important;
}
}
</style>
Instructions:
Copy the code above
Create a new “custom liquid” block in your product information
Paste the code into the liquid field.
(optional) change the message
Save
Need help?
Simply reply to this email.
Happy selling,
Flo