ebanx/magento-gateway-ebanx

Direct include in a phtml file can fail on design customization

Opened this issue · 0 comments

There's an include in a .phtml file. :(
app/design/frontend/base/default/template/ebanx/checkout/success/creditcardbr.phtml

Which calls an invalid file when copied to custom template folder
2018-09-18T04:31:44+00:00 ERR (3): Warning: include(apps.phtml): failed to open stream: No such file or directory in /.../app/design/frontend/custompackage/customtheme/template/ebanx/checkout/success/creditcardbr.phtml on line 12

<?php include 'apps.phtml' ?> on line 12 of creditcardbr.phtml