Products in my collections page is showing "sale" in my product image but i'd like to take it out since there's no sale.
Also I got 4 purchases today but facebook only tracked 1 of them. Can anyone help?
Solved! Go to the solution
Hello,
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one), I'll help you out to the best of my ability.
Kind regards,
Diego
This is an accepted solution.
Hey,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:
<style>
.saso-offer-badge{
display: none !important;
}
</style>
Kind regards,
Diego
User | Count |
---|---|
25 | |
23 | |
22 | |
19 | |
11 |