magento2-module-store-locator icon indicating copy to clipboard operation
magento2-module-store-locator copied to clipboard

Magento 2 store locator module

Results 32 magento2-module-store-locator issues
Sort by recently updated
recently updated
newest added

Hi, Updating magento from version 2.4.1-p1 to 2.4.6-p2 I get this error. Fatal error: Smile\StoreLocator\Model\Data\RetailerAddress::setRetailerId($retailerId) declaration must be compatible with Smile\Map\Model\Address::setRetailerId(int $retailerId): Smile\Map\Model\Address in /var/www/html/vendor/smile/module-store-locator/Model/Data/RetailerAddress.php at line 56

### Preconditions The following table shows the private content block(s) that have the _isScopePrivate variables configured making the block not cacheable. > Smile/StoreLocator/Block/ContactForm.php **Recommendation** Do not use the _isScopePrivate property...

In the Adminhtml's `Renderer.php`, the call of `$this->date->date()->format('Y-m-d')` correctly returns the string `2023-02-06` for today, February 6th of 2023. However, in installations with a different locale (like `de_DE`), this is...

Smile\StoreLocator\Model\Data\RetailerTimeSlot use Zend\Stdlib\JsonSerializable without composer dependency ### Preconditions Magento Version : 2.4.4 ee (php 8.1) Module Store Locator Version : 2.0.8 Environment : All ### Steps to reproduce 1. composer...

Newly installed Magento with luma data and tried to install store locator via composer and getting this error then also enabled Smile_Seller and Retailer module but getting same error again....

### Preconditions Magento Version : 2.4.4 Module Store Locator Version : 2.0.0 Environment : Any ### Steps to reproduce 1. Add Special Hours Opening for a retailer and save it...

* Use of a helper to be reused by store delivery module * Use magento stdlib datetime instead of Zend_Locale_Format * Call once to the getRetailerCollection method I fixed the...

Fixes https://github.com/Smile-SA/magento2-module-retailer/issues/38

Currently, it's impossible to delete an already saved Special Hours Opening. By giving a proper id to each `` lines, it works.

When editing or creating new retailer on sections "Opening Hours" and "Special Opening Hours" time slider doesn't work ### Preconditions PHP 8.1 Magento Version : EE 2.4.4 Module Store Locator...