{"id":4832,"date":"2021-05-20T13:31:57","date_gmt":"2021-05-20T13:31:57","guid":{"rendered":"https:\/\/shopthemedetector.com\/blog\/?p=4832"},"modified":"2025-12-23T10:47:09","modified_gmt":"2025-12-23T10:47:09","slug":"set-prices-differently-for-various-customers-on-shopify","status":"publish","type":"post","link":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/","title":{"rendered":"Can You Set Prices Differently for Various Customers on Shopify?"},"content":{"rendered":"<p>Not all customers are created equal. Some customers are more valuable to your business than others, and you might want to offer those loyal to your brand special pricing. This can be an interesting way for you to build more revenue from your loyal customers and grow your business through social media and digital marketing.<\/p>\n<p>There aren\u2019t many ways that you can set prices different for different customers. You can use some apps like this one here that can offer personalized prices. But this can only do certain amounts and is good if you want to offer one price for one group and another for another group. And there are some bulk edit apps that you can use too.<\/p>\n<p>However, if you want to have a more complex system, then you can use this option where you add code, using the free Script Editor app. This approach can save you money and allow for more customized pricing strategies.<\/p>\n<div class=\"key-takeaways\"><div class=\"takeaways-title h2\">Key Takeaways<\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">1<\/div><div class=\"takeaway-text\">To set prices differently for various customers, log into Shopify, add the free Script Editor app to set varied prices.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">2<\/div><div class=\"takeaway-text\">Tag customers for specific discounts, use code in Math Filter or Script Editor.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">3<\/div><div class=\"takeaway-text\">Implement custom pricing codes for loyalty, remove code if app deleted.<\/div><\/div><\/div>\n<h2 id=\"row1\">How to Set Prices Differently for Various Customers on Shopify Steps<\/h2>\n<p>Here are the instructions on how you can achieve these various prices on the website.<\/p>\n<h3 id=\"row2\">Step 1 - Log In<\/h3>\n<p>The first step is to log into your store using your credentials.<\/p>\n<h3 id=\"row3\">Step 2 - Add App<\/h3>\n<p>Ensure that you\u2019ve added the free Script Editor app to your store. If not, go to the app store, and then you can install the app on your Shopify account.<\/p>\n<h3 id=\"row4\">Step 3 - Add Customer Tags<\/h3>\n<p>Now you need to add tags to the customers where you want to offer special prices. For instance, you can add a tag that reads \u2018Customer5\u2019 or \u2018Cus10\u2019 that refers to a discounted amount or percentage on your products.<\/p>\n<p>Add these throughout certain customers.<\/p>\n<h3 id=\"row5\">Step 4 - Add Code<\/h3>\n<p>Now you can add some code into the Math Filter that is perfect for setting a discounted amount for specific customers on your store<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">{% if customer.tags contains 'Customer5' %}\r\n{{ variant.price - 5.00 | money }}\r\n{% else %}\r\n{{ settings.free_price_text }}\r\n{% endif %}<\/pre>\n<p>This tells the website that if your customer has the tag \u2018Customer5\u2019 then they get $5 off the product price. Remember to save this when complete.<\/p>\n<p>Or you can use the Script Editor app and use this code to add multiple discount points for customers depending on what tag they have.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">TAG = \"CUS\" #customer tag\r\nDISCOUNTS_BY_TAG = { #array of discounts\r\n\"CUS1\" => 1,\r\n\"CUS2\" => 2,\r\n\"CUS3\" => 3,\r\n\"CUS4\" => 4,\r\n\"CUS5\" => 5,\r\n\"CUS6\" => 6,\r\n}\r\nMESSAGE = \"Customer discount\" #this is the text that appears next to discount credit\r\ncustomer = Input.cart.customer\r\nif customer #checks to see if user is logged in\r\nif customer.tags.include?(TAG) #checks to see if user has appropriate discount tag\r\nDISCOUNTS_BY_TAG.each_pair do |tag, discount| #cycle through the above array of tags\r\nif customer.tags.include?(tag) #pairs the customer's discount level from the above array of tags\r\ndiscount = #{discount}\r\nInput.cart.line_items.each do |line_item|\r\nline_item.change_line_price(\r\nline_item.line_price * (Decimal.new(1) - discount \/ 100),\r\nmessage: MESSAGE,\r\n)\r\nend\r\nend\r\nend\r\nend\r\nend\r\nOutput.cart = Input.cart<\/pre>\n<p>This will fetch the right amount to discount the product by related to what level the customer should have. Note that if you delete the code app from your store, this code will no longer work.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Not all customers are created equal. Some customers are more valuable to your business than others, and you might want to offer those loyal to your brand special pricing. This\u2026<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_title":"Set Different Prices for Various Customers on Shopify [year]","_yoast_wpseo_metadesc":"Discover how to set prices differently for various customers on Shopify. Learn the steps for unique pricing strategies. Find out more...","_yoast_wpseo_metatitle":"","footnotes":""},"categories":[15],"tags":[],"class_list":{"0":"post-4832","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-shopify-seo-and-digital-marketing"},"acf":{"breadcrumbs":[{"postpage":[29974]}],"conclusion":"<h2>Conclusion: Can You Set Prices Differently for Various Customers on Shopify?<\/h2>\r\nYou can set different prices for various customers, though this is done as a code. Using a free app, this can be done easily. You can use the code above to help you offer this on your website and build more loyalty on your store.","repeater":null,"filter":false,"attach_to_post":[6273],"author_bio":false,"custom_author_bio":false,"author_bio_name":"","author_bio_info":"","_meta_excerpt_title":"","meta_excerpt":"","trust_signals":{"expert_reviewed":true,"items_tested":""},"key_statistics":null,"key_takeaways":{"takeaways_items":null},"required_subtopics":null,"context_block":{"context_heading":"","context_excerpt":"","context_content":""},"methodology":{"methodology_heading":"","methodology_content":""},"comparison_table":"","mid_content_cta":{"cta_text":"","cta_button_text":"","cta_link":""}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Set Different Prices for Various Customers on Shopify 2026<\/title>\n<meta name=\"description\" content=\"Discover how to set prices differently for various customers on Shopify. Learn the steps for unique pricing strategies. Find out more...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Set Different Prices for Various Customers on Shopify 2026\" \/>\n<meta property=\"og:description\" content=\"Discover how to set prices differently for various customers on Shopify. Learn the steps for unique pricing strategies. Find out more...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/\" \/>\n<meta property=\"og:site_name\" content=\"Shopify Theme Detector\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-20T13:31:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-23T10:47:09+00:00\" \/>\n<meta name=\"author\" content=\"Avi Klein\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/\"},\"author\":{\"name\":\"Avi Klein\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/person\/92ad6961d93dc3870969e8cc0219d607\"},\"headline\":\"Can You Set Prices Differently for Various Customers on Shopify?\",\"datePublished\":\"2021-05-20T13:31:57+00:00\",\"dateModified\":\"2025-12-23T10:47:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/\"},\"wordCount\":460,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#organization\"},\"articleSection\":[\"Shopify SEO and Digital Marketing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/\",\"name\":\"Set Different Prices for Various Customers on Shopify 2026\",\"isPartOf\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#website\"},\"datePublished\":\"2021-05-20T13:31:57+00:00\",\"dateModified\":\"2025-12-23T10:47:09+00:00\",\"description\":\"Discover how to set prices differently for various customers on Shopify. Learn the steps for unique pricing strategies. Find out more...\",\"breadcrumb\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Shopify Theme Detector\",\"item\":\"https:\/\/shopthemedetector.com\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set up a Shopify store in 2026?\",\"item\":\"https:\/\/shopthemedetector.com\/blog\/how-to-set-up-a-shopify-store\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Shopify Social Media and Digital Marketing Strategies\",\"item\":\"https:\/\/shopthemedetector.com\/blog\/shopify-social-media-and-digital-marketing-strategies\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Can You Set Prices Differently for Various Customers on Shopify?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#website\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/\",\"name\":\"Shopify Theme Detector\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/shopthemedetector.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/shopthemedetector.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/shopthemedetector.com\/#organization\",\"name\":\"Shopify Theme Detector\",\"alternateName\":\"Shopify Theme Detector\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png\",\"contentUrl\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png\",\"width\":50,\"height\":48,\"caption\":\"Shopify Theme Detector\"},\"image\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/shopthemedetector.com\/about\/#avi-klein\",\"name\":\"Avi Klein\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g\",\"caption\":\"Avi Klein\"},\"description\":\"Vast experience in the online world. Shopify Expert, SEO expert, Web developer and consultant to several online companies. 2 time Shopify top affiliate award (2022 + 2024). Read more about our approach to reviewing themes and apps.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/kleinavi\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Set Different Prices for Various Customers on Shopify 2026","description":"Discover how to set prices differently for various customers on Shopify. Learn the steps for unique pricing strategies. Find out more...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/","og_locale":"en_US","og_type":"article","og_title":"Set Different Prices for Various Customers on Shopify 2026","og_description":"Discover how to set prices differently for various customers on Shopify. Learn the steps for unique pricing strategies. Find out more...","og_url":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/","og_site_name":"Shopify Theme Detector","article_published_time":"2021-05-20T13:31:57+00:00","article_modified_time":"2025-12-23T10:47:09+00:00","author":"Avi Klein","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/#article","isPartOf":{"@id":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/"},"author":{"name":"Avi Klein","@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/person\/92ad6961d93dc3870969e8cc0219d607"},"headline":"Can You Set Prices Differently for Various Customers on Shopify?","datePublished":"2021-05-20T13:31:57+00:00","dateModified":"2025-12-23T10:47:09+00:00","mainEntityOfPage":{"@id":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/"},"wordCount":460,"commentCount":1,"publisher":{"@id":"https:\/\/shopthemedetector.com\/blog\/#organization"},"articleSection":["Shopify SEO and Digital Marketing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/","url":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/","name":"Set Different Prices for Various Customers on Shopify 2026","isPartOf":{"@id":"https:\/\/shopthemedetector.com\/blog\/#website"},"datePublished":"2021-05-20T13:31:57+00:00","dateModified":"2025-12-23T10:47:09+00:00","description":"Discover how to set prices differently for various customers on Shopify. Learn the steps for unique pricing strategies. Find out more...","breadcrumb":{"@id":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/shopthemedetector.com\/blog\/set-prices-differently-for-various-customers-on-shopify\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Shopify Theme Detector","item":"https:\/\/shopthemedetector.com"},{"@type":"ListItem","position":2,"name":"How to set up a Shopify store in 2026?","item":"https:\/\/shopthemedetector.com\/blog\/how-to-set-up-a-shopify-store\/"},{"@type":"ListItem","position":3,"name":"Shopify Social Media and Digital Marketing Strategies","item":"https:\/\/shopthemedetector.com\/blog\/shopify-social-media-and-digital-marketing-strategies\/"},{"@type":"ListItem","position":4,"name":"Can You Set Prices Differently for Various Customers on Shopify?"}]},{"@type":"WebSite","@id":"https:\/\/shopthemedetector.com\/blog\/#website","url":"https:\/\/shopthemedetector.com\/blog\/","name":"Shopify Theme Detector","description":"","publisher":{"@id":"https:\/\/shopthemedetector.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shopthemedetector.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/shopthemedetector.com\/#organization","name":"Shopify Theme Detector","alternateName":"Shopify Theme Detector","url":"https:\/\/shopthemedetector.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png","contentUrl":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png","width":50,"height":48,"caption":"Shopify Theme Detector"},"image":{"@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/shopthemedetector.com\/about\/#avi-klein","name":"Avi Klein","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g","caption":"Avi Klein"},"description":"Vast experience in the online world. Shopify Expert, SEO expert, Web developer and consultant to several online companies. 2 time Shopify top affiliate award (2022 + 2024). Read more about our approach to reviewing themes and apps.","sameAs":["https:\/\/www.linkedin.com\/in\/kleinavi\/"]}]}},"_links":{"self":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/4832","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/comments?post=4832"}],"version-history":[{"count":9,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/4832\/revisions"}],"predecessor-version":[{"id":39553,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/4832\/revisions\/39553"}],"acf:post":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/6273"}],"wp:attachment":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/media?parent=4832"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/categories?post=4832"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/tags?post=4832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}