Order Discounts

  1. Log in to Your Shopify Admin Panel: Go to your Shopify store admin by logging in at your-store-name.myshopify.com/admin.

  2. 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.
  3. 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.
  4. 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.
  5. 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.

  1. Navigate to Discounts:

    • Click on “Discounts” in the left sidebar.
  2. 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.
  3. 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).
  4. Write the Script:

    • Use the Ruby code to specify your discount logic (like the examples I provided earlier).