Page 1 of 1

Freecheckout module gives blank page

Posted: Mon Nov 09, 2009 10:00 pm
by crteam
Hi,

I installed freecheckout and followed the instructions in readme file. Now when i click on the edit ( in extensions page ) , i get a blank page.

Am i doing something wrong ?

please help !!

Re: free checkout blank page

Posted: Mon Nov 09, 2009 10:12 pm
by imaginetech
If your using opencart v1.3.3 check to make sure Q has updated the module for that version.

Re: free checkout blank page

Posted: Mon Nov 09, 2009 10:16 pm
by crteam
Yes i am on v1.3.3 :( . Does this mean i am stuck ? :'(

Re: free checkout blank page

Posted: Mon Nov 09, 2009 10:26 pm
by imaginetech
No your not stuck, but you might have to throw a few bucks Q's way to make it a priority for him to upgrade the module (if in fact that is the problem).

Re: free checkout blank page

Posted: Mon Nov 09, 2009 11:14 pm
by Qphoria
Correct, I have not updated it yet. I will do it now

Re: free checkout blank page

Posted: Mon Nov 09, 2009 11:54 pm
by Qphoria
ok, its updated:
http://www.opencart.com/index.php?route ... ion_id=217
Be sure you grab the last/latest one

Re: free checkout blank page

Posted: Tue Nov 10, 2009 12:46 am
by crteam
Thanks a million dude !! you just rock.

The blank page has gone, but i get a payment method error on using free checkout.

I added the following code at:

Code: Select all

private function validate() {
    	if (!isset($this->session->data['payment_methods']) || $this->config->get('free_checkout_status')) {
	  		$this->error['warning'] = $this->language->get('error_payment');
		} 
....

Re: free checkout blank page

Posted: Tue Nov 10, 2009 1:12 am
by crteam
OK. Reverted the code back to the original payment.php file ( one that came with opencart installer ). Everything is working fine now :) .
Thanks for the great help ! ;D

Re: free checkout blank page

Posted: Fri Feb 19, 2010 2:38 am
by scottkurland
Any chance of an update for 1.4.0? I tried the current version but no go...

Re: [1.3.3] free checkout blank page

Posted: Fri Feb 19, 2010 3:13 am
by Qphoria
The latest updated version is always on my site (see sig)