-
Log in to Your Shopify Admin Panel: Go to your Shopify store admin by logging in at your-store-name.myshopify.com/admin.
-
Navigate to Discounts:
- On the left sidebar, click on “Discounts.”
- This will take you to a page where you can view all existing discounts and create new ones.
-
Create a New Discount:
- Click on “Create discount” on the top right.
- You can choose between:
- Discount code: A code that customers enter at checkout.
- Automatic discount: Automatically applied at checkout without needing a code.
-
Configure the Discount:
- For discount codes:
- Enter a code (e.g., SAVE10).
- Set the discount type (percentage, fixed amount, free shipping, etc.).
- Specify the amount, usage limits, and any applicable conditions.
- For automatic discounts:
- Specify the discount type and conditions for when it should be applied.
- For discount codes:
-
Save the Discount:
- After filling in the required fields, click “Save” to activate the discount.
For Shopify Plus Users:1. Log in to Your Shopify Admin Panel: Use the same link as above to access your admin panel.
-
Navigate to Discounts:
- Click on “Discounts” in the left sidebar.
-
Create or Edit Discounts:
- You can create discounts just like standard Shopify users, but Plus users also have the option to create more advanced discounts using Shopify Scripts.
-
Use Shopify Scripts:
- Go to “Apps” in the left sidebar, then select “Script Editor.”
- From here, you can create scripts that apply discounts dynamically based on various conditions (e.g., cart value, specific products, customer tags).
-
Write the Script:
- Use the Ruby code to specify your discount logic (like the examples I provided earlier).