Videos
What are some Shopify apps built on Shopify Discount Functions?
How many discount codes can I create on Shopify?
What are the limitations of Shopify Discount Functions?
I want people from one business to get a discount without them having to type in a code. I am on the Basic plan.
(Found this from 2023 which has a bit of discussion but no real solution: https://community.shopify.com/c/shopify-apps/applying-discount-to-customers-using-accounts-with-specific/m-p/2273071 )
This is what ChatGPT says:
In Shopify, it is not possible to automatically apply discounts based specifically on the customer's email domain using the built-in discount functionality. Shopify’s discount system allows for discount codes, automatic discounts based on conditions like cart value or product types, but it doesn't offer a direct way to apply discounts based on a customer's email domain.
To implement this, you would likely need to use custom coding, such as:
Shopify Scripts (for Shopify Plus users): This allows you to create custom rules that could apply discounts based on conditions like email domains, but it requires knowledge of Ruby programming.
Apps or custom code: You could develop or use a third-party app that can check the email domain of the customer and apply the discount accordingly.
For non-Plus Shopify users, you may need to look for third-party apps or develop a custom app with a developer to achieve this functionality.