craigchristenson / opencart-2checkout-api

2Checkout Payment API OpenCart Payment Module
MIT License
8 stars 19 forks source link

Problem with Opencart 2.3.02 #9

Closed fikko2 closed 7 years ago

fikko2 commented 7 years ago

Hi,

I have opencart version 2.3.0.2, and the shipment extension can not be installed. Could you please prepare for version 2.3.0.2

Thank you in advance.

Fikko

sunrise-xx commented 7 years ago

This is bug , need fix , it miss .tpl

admin/controller/payment/twocheckout_api.php

Line # $this->response->setOutput($this->load->view('payment/twocheckout_api', $data));

change to $this->response->setOutput($this->load->view('payment/twocheckout_api.tpl', $data));

craigchristenson commented 7 years ago

We recently updated the module for 2.3 and this issue should be fixed. Please let us know if you are still seeing an error in the 2.3 branch.

fikko2 commented 7 years ago

Thanks. However, I have fixed it. Thanks for your help.