aamnah / easypaisa

Easypaisa payment module for Opencart
9 stars 4 forks source link

Installed in 2.3 OC #3

Closed seansmith1 closed 7 years ago

seansmith1 commented 7 years ago

Notice: Error: Could not load template /home/footinso/public_html/catalog/view/theme/default/template/default/template/payment/easypaisa.tpl! in /home/footinso/public_html/system/storage/modification/system/library/template/basic.php on line 26 Selected easypaisa while checkout, getting this error.

I installed it from DRAg n DROP.

seansmith1 commented 7 years ago

How can change the Path default/template/ as it is repeating. and i am NOT using Default Template.

aamnah commented 7 years ago

Current compatibility is 2.1.x so i wouldn't be surprised if installing on 2.3.x gives any errors.. I can look into upgrading the extension but no guarantees..

aamnah commented 7 years ago

Also, i just tested on 2.3.0.2 and not getting the error on checkout. Can you please share a screenshot?

seansmith1 commented 7 years ago

Thank you ,that would be great, I tried changing Path from default/template/payment/easypaisa.tpl to /payment/easypaisa.tpl it removed that error but after confirming the order, I get this on the next success screen

http://www.footinsole.com/index.php?route=checkout/success

Parse error: syntax error, unexpected '<' in /home/footinso/public_html/catalog/view/theme/pav_krstore/template/common/success.tpl on line 64

seansmith1 commented 7 years ago

i receive the order though in the admin , but custom see this error

seansmith1 commented 7 years ago

http://imgur.com/a/uOEe5

Screenshot.

I have this in Success.tpl file on line 64

<!-- Google Code for FOOTINSOLE COMPAIN1 Conversion Page -->

?> <?php echo $footer; ?>

seansmith1 commented 7 years ago

i use theme (pav_krstore) ,

aamnah commented 7 years ago

Download the latest release for OC 2.3 from here

aamnah commented 7 years ago

You may also need to delete the folders created when you installed the incompatible 2.1 version of the extension:

The major difference between the two OpenCart versions is directory structure.. payment folder is now extension/payment and language folder has been renamed from english to en-gb

Good luck!