Page 2 of 2
Re: Gift Voucher
Posted: Wed Feb 22, 2012 8:05 am
by rwalker
uksitebuilder wrote:I'll pop this on the bug list
to fix, try the following:
open: catalog/controller/checkout/checkout.php
find
Code: Select all
if ((!$this->cart->hasProducts() && !empty($this->session->data['vouchers'])) || (!$this->cart->hasStock() && !$this->config->get('config_stock_checkout'))) {
change to
Code: Select all
if ((!$this->cart->hasProducts() && empty($this->session->data['vouchers'])) || (!$this->cart->hasStock() && !$this->config->get('config_stock_checkout'))) {
Thank you I had this issue with coupons as well (only in i.e).
This cleared it up. V1.5.1.2.
Re: Gift Voucher
Posted: Fri Feb 24, 2012 1:49 am
by annelim
once i insert the voucher code into the " Enter your gift voucher code here: xxxX" , the code will permanently stick on my account, and i cannot remove the voucher code or delete the voucher code if i do not want to use it. from the below detail do not have any link are able to delete or knowing the gift voucher code balance and credit.
My Account
Edit your account information
Change your password
Modify your address book entries
Modify your remind list
My Orders
View your order history
Downloads
Your Reward Points
View your return requests
Your Transactions
please help how to solve this problem ?
Re: Gift Voucher [SOLVED]
Posted: Thu Mar 01, 2012 4:46 pm
by hashin
I think this thread needs a bump!
I used to have the same problem. Trying to purchasing a gift voucher alone wouldn't take customer to checkout page. After using uksitebuilder's fix it goes to the checkout page but it gives the following error when you try to use voucher code:
Warning: E-Gift card is either invalid or the balance has been used up!
Is that been fixed yet? Because I couldn't find a solution on forums. There is no point of gift vouchers if it won't work properly.
Re: Gift Voucher [SOLVED]
Posted: Sat Mar 03, 2012 8:35 am
by rwalker
This extension allows you to remove gift vouchers from the cart.
http://www.opencart.com/index.php?route ... order=DESC
Re: Gift Voucher [SOLVED]
Posted: Sat Mar 03, 2012 5:48 pm
by zenweb
HI
I have the same issue:
If I buy a gift voucher with another product it works fine!
If I buy a voucher alone from the index.php?route=checkout/cart when I click checkout it just goes back to the cart page.
I have tried the fixes above anyone got any more ideas?
Re: Gift Voucher [SOLVED]
Posted: Wed Apr 11, 2012 9:12 pm
by aussiemike
zenweb wrote:HI
I have the same issue:
If I buy a gift voucher with another product it works fine!
If I buy a voucher alone from the index.php?route=checkout/cart when I click checkout it just goes back to the cart page.
I have tried the fixes above anyone got any more ideas?
Go back to page 1 of this topic to find your solution.
Mike
Re: Gift Voucher [SOLVED]
Posted: Thu Apr 19, 2012 3:45 am
by coco
Can some one help me with gift voucher please
Voucher(1010): 0.00€
Sub-Total: 170.00€
Flat Shipping Rate: 3.00€
Total: 173.00€
I have problem it doesn't make the discount
Re: Gift Voucher
Posted: Thu Apr 19, 2012 11:32 pm
by coco
Help please
I tried to use gift voucher but is
Success: Your gift voucher discount has been applied!
but nothing!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
Voucher(1010): 0.00€
Sub-Total: 112.00€
Total: 112.00€
and also at administrator I can't delete the gift voucher that I insert. when I delete something nothing just blank ..
Re: Gift Voucher [SOLVED]
Posted: Sat Apr 21, 2012 4:02 pm
by chronoslidock
You need to make sure that the order status has been set to completed before the gift voucher will work.
It took me a while to figure this out so that I would share and it helps anybody else reading this thread.
Re: Gift Voucher [SOLVED]
Posted: Sun Apr 22, 2012 4:04 am
by ninaross
chronoslidock wrote:You need to make sure that the order status has been set to completed before the gift voucher will work.
This did not work earlier today in my store. The same old error message about the voucher being invalid etc popped up. The order was definitely in 'complete' status. I have version 1.5.1.3.
Re: Gift Voucher [SOLVED]
Posted: Tue Apr 24, 2012 3:53 am
by coco
chronoslidock wrote:You need to make sure that the order status has been set to completed before the gift voucher will work.
It took me a while to figure this out so that I would share and it helps anybody else reading this thread.
thanx ..thanx thanx you help me ...
Re: Gift Voucher [SOLVED]
Posted: Fri May 24, 2013 6:10 pm
by jon303
Hi, I'm running OC v 1.5.5.1 and having just one issue with Gift Vouchers.
The e-mail for the voucher itself isn't arriving, even though I've definitely sent it.
I'm not a natural HTML coder, so may have missed something above, but could someone please explain in layman's terms, how I might mend this?
Many thanks
Jon
Re: Gift Voucher [SOLVED]
Posted: Thu Jun 13, 2019 4:07 am
by zuherkanji
Thank you soo much for your post,
This solution solved my problem
d7a7z7e7d wrote: ↑Mon Dec 12, 2011 12:47 pm
To those of you having the following error:
Warning: Gift Voucher is either invalid or the balance has been used up!
The problem is likely because the status of the order that purchased the voucher has not been set to Complete. The system checks to make sure that the order that bought the voucher has been completed before allowing the voucher to be redeemed. Setting my order status to "Complete" solved this for me. Of course, if you have modified what your default complete status is, you must set the status to the modified one you selected instead.
Re: Gift Voucher [SOLVED]
Posted: Thu Mar 11, 2021 6:10 am
by rocketfoot
Sorry to bring up an old post but I am having this exact problem...I have checked nd tried everything in this thread but the issue still persists!
I am on version 1.5.6
Does anyone know what could be causing this? I have a customer that purchased a gift voucher but the recipient cannot use it!