Smile-SA / magento2-module-store-locator

Magento 2 store locator module
50 stars 57 forks source link

Add data- attributes for opening-hours dropdown widget on store details #126

Open Chacalbis opened 3 years ago

Chacalbis commented 3 years ago

Hi,

In checkout, when choosing a pick up store and checking out opening hours in store details, dropdown widget is not properly working if we click on .showopeninghours element (shopStatus)

I'd like to know if you reproduce, because i extended this part and made a few modifications. In my environment, data-role="openingHoursDropDown" and data-block="opening-hours-dropdown" are missing in final html because they are in open-hours-view.html template, which is only displayed on smile_store_locator-store-search page.

These attributes are used in initDropdown() and i only propose to put them in opening-hours.html template to restore dropdown functionnality.

Regards