Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

First time customer discount magento

Tags:

php

magento

I want to give discount to all new customer to use coupon code or simple discount based on new registered email id. I want to do this from admin panel , I could not find any free module for that, please guide how can I do that

like image 298
saurav Avatar asked Feb 13 '23 04:02

saurav


1 Answers

You can create Shopping Cart Price Rule that have:

  1. Customer Groups without "NOT LOGGED IN".
  2. Uses per Customer = 1
  3. Coupon = Specific Coupon
  4. Coupon Code = whatever you want.

Then provide it to genneral knowledge.

like image 121
Zentoaku Avatar answered Feb 15 '23 11:02

Zentoaku