Skip to main content

Remove the Customer Pricing Tag from Shopify's Email Notifications

G
Written by Graham Barrett

Shopify's order confirmation emails will generally display the customer pricing tags that are associated with a specific product.

In most cases, these tags don't provide much information to your customers who are already aware they are wholesale purchasers.


Setup

To remove the customer pricing tag on a variant name from your Shopify emails, please follow these steps:

  1. From Shopify's admin, select Settings.

  2. Select Notifications.

  3. Under Orders, select Order confirmation.

  4. Find the following line of code:

    {{ line.title }}
    Find the code
  5. Replace it with:

    {{ line.title | remove: "(####)" }}
    Replace code
  6. Replace #### with the customer pricing tag you want to hide.

    Alter code
  7. Select Save.

Did this answer your question?