Hello, does anyone know why I cant see the automatic discounts on my admin page? Thank you
Hello @Angel95 . Unfortunately, there is no automatic discounts optionâ
1 Like
Hi @eduard95 ,
In order to create Automatic discounts kindly follow below steps from your shopify admin dashboard.
- Admin Dashboard > Discounts
- Select âAmount off productsâ from the discount from discount type popup.
- Finally select âAutomatic discountâ from the Method.
- 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.
- You can set conditions to provide free shipping from your shipping settings > Shipping Rates.
- 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