mona
mona

Reputation: 38

Opencart Checkout Issue

I have created a website in OC. But at the time of checkout there are 6 steps to follow. I followed all 5 steps but when i go to 6th step it shows me error as below:

Notice: Error: Could not load model checkout/extension! in D:\hosting\5308266\html\mastore\watches-ecommerce\system\engine\loader.php on line 48

What is wrong with my website?

Upvotes: 0

Views: 891

Answers (2)

Chetan Paliwal
Chetan Paliwal

Reputation: 1621

There is no model named extension , i think you installed some extension related to checkout that replaced your original file. i think there would be this line

$this->load->model('checkout/extension');

in catalog/controller/checkout/confirm.php removing this line might solve your problem.

If that does not work re-upload all the files of catalog/controller/checkout folder. (ASCII mode is fine, no need to upload with binary mode )

Upvotes: 1

Anurag Shukla
Anurag Shukla

Reputation: 195

Try and Reupload following folder in Binary Mode:

catalog/controller/checkout/

Upvotes: 0

Related Questions