Jump to content

Automate voucher on first order?


motion2082

Recommended Posts

Hey guys,

 

Have a question for you core developers out there.

 

When a customer signs up to my store I offer them a 5% off discount voucher BUT sometimes they forget to apply the voucher.

 

This is what it looks like before they add it

 

post-979403-0-60824100-1461132439_thumb.png

Capture.png
 
Is it possible to have this added by default on their first order?
 
So it looks like 
 

post-979403-0-43493200-1461132442_thumb.png

Link to comment
Share on other sites

Yes it possible that if user is placing his first order then coupon could be applied automatically, for that user only in case of first order otherwise user will apply coupon manualy.

 

 

Logic:

 

1. User logged in.

2. Check Orders against the logged in user

3. if orders are 0 (zero) then we pull coupon code in coupon automatically.

4. If order more than one then user will apply coupon manually.

 

 

It could be possible by overwriting the core files of prestashop.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...