Post by saltandp » Wed Feb 01, 2012 2:15 pm

Hi all,
I'm wondering whether it is possible to have a gift card sent, once someone has claimed enough reward points

Newbie

Posts

Joined
Tue Jan 31, 2012 10:39 pm

Post by bikermunda » Thu Feb 02, 2012 7:10 am

I will be interested in the same

New member

Posts

Joined
Sat Jan 28, 2012 8:58 am

Post by saltandp » Wed May 30, 2012 4:55 pm

Possible?

Newbie

Posts

Joined
Tue Jan 31, 2012 10:39 pm

Post by qahar » Wed May 30, 2012 5:22 pm

I'm not test this, but I think will work.

The simple method is redirect user under certain points to other page:
Put code bellow to catalog\controller\account\voucher.php

Code: Select all

$points = $this->customer->getRewardPoints();
if ($points <= 200) { // points under 200 will be redirected to Home
	$this->redirect($this->url->link('common/home'));
}

User avatar
Expert Member

Posts

Joined
Tue Jun 29, 2010 10:24 pm
Location - Indonesia

Post by saltandp » Thu May 31, 2012 4:23 pm

Hi,
So I sort of get what you mean.
Is there a way I can have it send an email when they reach that many points with a link to the gift card.
Also how would I go about adding a gift card to the site?
I would like to mail out the gift card when they confirm the order.
Order of Operation below:
1. Buy item and points are added.
2. Points add up to certain number. (eg. 200)
3. Email is sent with a link to the page with gift card.
4. Confirm the gift card.
5. Get gift card.

*Also** I think I may have removed the vouchers some where and am unsure how to add it back.

Newbie

Posts

Joined
Tue Jan 31, 2012 10:39 pm

Post by qahar » Sat Jun 02, 2012 12:36 am

It's possible to do that, but if you not really understand how to code it, I suggest you to post it on commercial support.
Pay someone; and get your business run as soon as possible.

User avatar
Expert Member

Posts

Joined
Tue Jun 29, 2010 10:24 pm
Location - Indonesia
Who is online

Users browsing this forum: Amazon [Bot], Semrush [Bot] and 34 guests