Post by Qphoria » Fri Mar 20, 2009 3:01 am

The new COD payment shows:

$this->id = 'payment';
$this->template = $this->config->get('config_template') . 'payment/cod.tpl';

$this->render();

But other ones like paypal still have:
$this->id = 'payment';
$this->template = 'payment/paypal.tpl';

$this->render();

So they error out.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Daniel » Fri Mar 20, 2009 6:10 am

i just checked and paypal is setup correctly.

mine is:

Code: Select all

		$this->id       = 'payment';
		$this->template = $this->config->get('config_template') . 'payment/paypal.tpl';
		
		$this->render();	

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Qphoria » Fri Mar 20, 2009 8:07 am

Daniel wrote:i just checked and paypal is setup correctly.

mine is:

Code: Select all

		$this->id       = 'payment';
		$this->template = $this->config->get('config_template') . 'payment/paypal.tpl';
		
		$this->render();	

Ah, you're right. I was looking at the v118 version. My mistake.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 3 guests