Hi all
I am launching my site today, but hit a major snag. I am using 1.5.3 with Practicwide template.
On the gift voucher, i can fill in the details, and hen go to checkout, but when i hit continue, nothing happens it just stays on that page.
I have checked everywhere i can think of, but i still cannot get this to go through, can anyone help to solve this last problem please.
I am launching my site today, but hit a major snag. I am using 1.5.3 with Practicwide template.
On the gift voucher, i can fill in the details, and hen go to checkout, but when i hit continue, nothing happens it just stays on that page.
I have checked everywhere i can think of, but i still cannot get this to go through, can anyone help to solve this last problem please.
Always include a link if you are having a store front issue!
Also a code to test would help.
Also a code to test would help.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
www.surecalltelecoms.co.uk
http://www.surecalltelecoms.co.uk/checkout/voucher
I have not generated any codes as I dont know how
http://www.surecalltelecoms.co.uk/checkout/voucher
I have not generated any codes as I dont know how
Did you get an answer to this? I have this problem too??
(site not yet live like above though)
(site not yet live like above though)
Did you use our FREE search on this?robjmccarthy wrote:BUMP again, sorry guys but it seems a few of us need help with this now
What did you find but not worked?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I have not found anything to solve this, one of the important parts on the site, and no ones bothered to find an answer so whats the point in having that fuction
This is a known bug with the current version of OpenCart.
Do the following to fix:
Open catalog/controller/checkout/checkout.php find
replace with:
That should do the trick!
Oh and be sure to check out my Improved Gift Vouchers extension
http://www.opencartworld.com/improved-gift-vouchers
Do the following to fix:
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'))) {
Code: Select all
if ((!$this->cart->hasProducts() && empty($this->session->data['vouchers'])) || (!$this->cart->hasStock() && !$this->config->get('config_stock_checkout'))) {
Oh and be sure to check out my Improved Gift Vouchers extension

http://www.opencartworld.com/improved-gift-vouchers
OpenCart Extensions, Technical Support & Custom Development | Have I helped you?
Thanks mate for the fix.d7a7z7e7d wrote:This is a known bug with the current version of OpenCart.
Do the following to fix:
Open catalog/controller/checkout/checkout.php findreplace with:Code: Select all
if ((!$this->cart->hasProducts() && !empty($this->session->data['vouchers'])) || (!$this->cart->hasStock() && !$this->config->get('config_stock_checkout'))) {
That should do the trick!Code: Select all
if ((!$this->cart->hasProducts() && empty($this->session->data['vouchers'])) || (!$this->cart->hasStock() && !$this->config->get('config_stock_checkout'))) {
Oh and be sure to check out my Improved Gift Vouchers extension
http://www.opencartworld.com/improved-gift-vouchers
And your improved gift vouchers extension is indeed worth it. Loving it

ALL Templates :: 1.5.1+ Templates :: 50%-75% PRICE DROP ONLY at OpencartStuff.com
Who is online
Users browsing this forum: No registered users and 89 guests