-
Notifications
You must be signed in to change notification settings - Fork 77
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
missing CSS class for InPost integration #647
Comments
One more example of BEM breaking things 😜 |
Hi @kkolcon, I'm not sure if we should be concerned about this right now 🤔. |
Hi, I've already informed InPost and sent them my solution as well. |
I don't get why we have to use BEM. I'm also pretty sure it won't be the only module with problems like that. Many of them refer to classes used typically on PS themes and they won't work on hummingbrid because standard-css-class was changed to standard--css__class. BEM is useless here! Anyway, the fix is quite simple (add missing non-BEM class) so it should be fixed here. |
@SharakPL BEM has nothing to do with some module relying on a class. |
Sure, but completely unnecessary switch to BEM is the reason those modules don't work with Hummingbird. |
Hello,
I've noticed a problem with InPost free module - when module is installed and configured, map with Paczkomaty (Parcel Lockers) doesn't open in the shipping step.
The problem is caused by missing CSS class "carrier-extra-content" in file hummingbird/templates/checkout/_partials/steps/shipping.tpl, in line 61. This CSS class is used as a reference in the module code.
Here's how this part should look like (starting from line 60):
The text was updated successfully, but these errors were encountered: