Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreditCards Logo Display 404 Error #50

Open
elachino opened this issue Jun 22, 2017 · 0 comments
Open

CreditCards Logo Display 404 Error #50

elachino opened this issue Jun 22, 2017 · 0 comments

Comments

@elachino
Copy link

When you use module with credit cards logos disabled, you have an error on checkout becouse your module try to load image images/paymill/icon_32x20_.png.
This error in magento 1.9 with php7 block checkout process, paymill form go in error.

We resolve changing this code:

if(!empty($cards)) {

with

if(trim(Mage::getStoreConfig('payment/paymill_creditcard/specificcreditcard')) != "") {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant