Hi all,
I'm wondering whether it is possible to have a gift card sent, once someone has claimed enough reward points
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
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'));
}
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.
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.
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.
Pay someone; and get your business run as soon as possible.
Who is online
Users browsing this forum: No registered users and 39 guests