Post by chrisdevelop » Mon Jan 09, 2012 4:06 pm

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.

New member

Posts

Joined
Sun May 01, 2011 12:41 am

Post by i2Paq » Mon Jan 09, 2012 7:45 pm

Always include a link if you are having a store front issue!

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.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by chrisdevelop » Mon Jan 09, 2012 8:05 pm

www.surecalltelecoms.co.uk

http://www.surecalltelecoms.co.uk/checkout/voucher

I have not generated any codes as I dont know how

New member

Posts

Joined
Sun May 01, 2011 12:41 am

Post by robjmccarthy » Fri Jan 13, 2012 11:03 pm

Did you get an answer to this? I have this problem too??

(site not yet live like above though)

New member

Posts

Joined
Mon Oct 10, 2011 10:57 pm

Post by robjmccarthy » Mon Jan 16, 2012 4:37 pm

Sorry to bump this up, but still not sorted :(

New member

Posts

Joined
Mon Oct 10, 2011 10:57 pm

Post by chrisdevelop » Mon Jan 16, 2012 4:42 pm

thats ok but i have had no help on this and this is now urgent

New member

Posts

Joined
Sun May 01, 2011 12:41 am

Post by robjmccarthy » Thu Jan 19, 2012 5:59 pm

BUMP again, sorry guys but it seems a few of us need help with this now :)

New member

Posts

Joined
Mon Oct 10, 2011 10:57 pm

Post by i2Paq » Thu Jan 19, 2012 7:54 pm

robjmccarthy wrote:BUMP again, sorry guys but it seems a few of us need help with this now :)
Did you use our FREE search on this?

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.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by chrisdevelop » Thu Jan 19, 2012 8:32 pm

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

New member

Posts

Joined
Sun May 01, 2011 12:41 am

Post by d7a7z7e7d » Mon Jan 23, 2012 4:56 am

This is a known bug with the current version of OpenCart.

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'))) {
replace 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!

Oh and be sure to check out my Improved Gift Vouchers extension :)

http://www.opencartworld.com/improved-gift-vouchers

Image
OpenCart Extensions, Technical Support & Custom Development | Have I helped you?


User avatar
Active Member

Posts

Joined
Fri Sep 17, 2010 5:51 am
Location - USA

Post by Maansy » Mon Jan 23, 2012 3:20 pm

d7a7z7e7d wrote:This is a known bug with the current version of OpenCart.

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'))) {
replace 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!

Oh and be sure to check out my Improved Gift Vouchers extension :)

http://www.opencartworld.com/improved-gift-vouchers
Thanks mate for the fix.
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


User avatar
Active Member

Posts

Joined
Thu Jun 24, 2010 6:04 am


Post by 2dawgs » Mon Jan 30, 2012 8:08 am

Thank you - just found this problem on our site, too, and this fixed it right up.

New member

Posts

Joined
Sat Jun 11, 2011 5:26 am
Who is online

Users browsing this forum: No registered users and 78 guests