Example script product discount by customer tag

Hi,

I want to add a product discount based on a customer tag.
Therefore I tried out this product discount by customer tag script:
https://help.shopify.com/en/manual/checkout-settings/script-editor/examples/line-item-scripts#product-discount-by-customer-tag

When I select a user with the tag ‘VIP’. I get an error on this block:

Anyone else got this error?
How can I fix this?

Hey @Brecht , I ran into this problem too with the code on Shopify’s example, not sure what was going wrong but I found this article with a working version: https://www.underwaterpistol.com/blogs/e-commerce-news-and-advice/11-best-shopify-script-examples-with-script-editor-instructions?utm_source=facebook&utm_medium=SEO_post&utm_campaign=shopifyplusQ121 - #6 is the one you’re looking for. Hope that helps!

Do you get same error if there is an item in the cart?

Also try downcasing all your tags, same as with liquid templates removes at lot of edge cases.

The error indicates either an issue with the campaign method either not being created or deleted.

Without the full code I’d assume there’s some other logic elsewhere that also checks for tag and leading to no campaign existing.