Personalized checkout and custom promotions with Shopify Scripts
Hi guys, firstly thanks for looking + any help
I have an issue where I need customers with a certain tag (say, "distributor") to receive Shopify notifications through another email, another branding (image + any {{ shop.email }} + {{ shop.title }})
It seems like with an if statement I could easily do the tag thing from the top:
{% if customer.tags contains ‘vip’ %}
##modified code that replaces all branded assets
{% else %}
##current code in notification
{% endif %}
It seems simple enough although tedious to do for every notification, but I am worried I can't change the email that the notifications are sent from
Would a better solution be:
{% if customer.tags contains ‘distributor’ %}
#NOTHING, DON'T SEND EMAIL
{% else %}
#current notification code
{% endif %}
and try to use an invoice app to only send invoices to tagged customers?
Any ideas? Thanks a ton for the help
Hi @mv5,
Sufio's invoicing app can provide you with custom emailing options. With this app, our team can build custom scripts that will only send invoices to customers with a certain tag. On top of this, if needed, we can also set your account to send invoices for certain orders that have been paid, unpaid or fulfilled.
Feel free to reach out to support@sufio.com to discuss your needs and we will happily get you set up 🙂
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025