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

Fix shop status in retailer's details #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Chacalbis
Copy link

This fix proposes to put back the line responsible for setting shopStatus observable value. Currently the shop status is displayed at "0" in store details (observable initialization value), and this value is never set.
For the record, this line was removed back then for incompatibilities with store-locator 2.0 module in our custom repo.

Chacalbis and others added 3 commits June 15, 2021 10:49
Since last versions of StoreLocator module (>=2.0.3), shopStatus value contains <span> child elements of .showopeninghours
The preivous css rule (fixed in StoreLocator) was adding multiple icons (foreach span element)
@Chacalbis
Copy link
Author

I also added a fix for the same area : it removes multiple icons in shop-status by fixing ambiguous css rule

Since last versions of StoreLocator module (>=2.0.3), shopStatus value contains child elements of .showopeninghours
Old css rule (fixed in StoreLocator) was adding multiple icons (foreach span element)

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

Successfully merging this pull request may close these issues.

2 participants