Inchoo / magento2-Inchoo_Stripe

Stripe payment gateway Magento2 extension
56 stars 36 forks source link

Thos module affects whole Checkout “Design” and “E-Mails”, Why? #15

Open N1njaWTF opened 7 years ago

N1njaWTF commented 7 years ago

I recently installed this extension. Works so far, but I noticed, the extension does affect the look/design of my checkout and also changes the e-mails structure.. I found out that it has probably something to do with the JS files in https://github.com/Inchoo/magento2-Inchoo_Stripe/tree/master/view/frontend/web/js/view/payment

Does someone know how to change / remove this file, so it does not affect my checkout design and order email?

Thanks alot. :)

udovicic commented 7 years ago

Hi @N1njaWTF ,

I am not sure about the emails, but design of the checkout is influenced by the following line:

https://github.com/Inchoo/magento2-Inchoo_Stripe/blob/master/view/frontend/layout/checkout_index_index.xml#L13

More specifically, layout="1column" should be removed from that line, and everything should work. Please try that, and let me know how it goes.

Also, this module was made for educational purposes only, it should not be used in production. You have probably noticed, but It wasn't updated for 10 months now.

Regards, Stjepan

N1njaWTF commented 7 years ago

Thanks alot. That fixed it for me. Email & Checkout design/layout is fixed now. :) 👍