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.
i just checked and paypal is setup correctly.
mine is:
mine is:
Code: Select all
$this->id = 'payment';
$this->template = $this->config->get('config_template') . 'payment/paypal.tpl';
$this->render();
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.
Who is online
Users browsing this forum: No registered users and 3 guests