Why can't I see automatic discounts on my admin page?

Hello, does anyone know why I cant see the automatic discounts on my admin page? Thank you

Hello,

you can create from here.

Hello @Angel95 . Unfortunately, there is no automatic discounts option’

Hi @eduard95

Actually you almost close to make it. Pls see images below

1 Like

Hi @eduard95 ,

In order to create Automatic discounts kindly follow below steps from your shopify admin dashboard.

  1. Admin Dashboard > Discounts
  2. Select “Amount off products” from the discount from discount type popup.
  3. Finally select “Automatic discount” from the Method.
  4. You can set other options as per requirement and click “Save” to generate the Automatic Discount code.

Thanks

1 Like

Oh, Thank you @Kani ! is it not possible to add automatic discount to free shipping?

I can’t found this option, but you can apply it via Jquery. just add it in ‘theme.liquid’, before


1 Like

Hi @eduard95 ,

Currently Automatic Discount can be generated for other three options “Amount off Products”, “Amount off order”, “Buy X get Y” but not for “Free Shipping”.

You can follow below approaches to implement free shipping.

  1. You can set conditions to provide free shipping from your shipping settings > Shipping Rates.
  2. If you are on shopify plus plan, you can use shipping script.
    URL: https://help.shopify.com/en/manual/checkout-settings/script-editor/examples/shipping-scripts

Thanks