cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Store Locator in Magento 2.3

Custom Store Locator in Magento 2.3

I want to customize magento store locator.


Currently my store locator works with Amasty extension.

 

I want to disable this extension.

 

My custom store locator will have form with input field where user enter area or postal code.


My store locator page :

https://www.pennyplain.com/store-locator

Kindly Reply.

 

 

 

1 REPLY 1

Re: Custom Store Locator in Magento 2.3

Hi @pravin_vanmore1 

 

If you want to disable your storelocator extension - you can do it by running below command:

 

php bin/magento module:disable VendorName_ModuleName

In your case Vendor is Amasty so it should be like - Amasty_StoreLocator

 

Also can you please elaborate more what kind of customization you would like to do !

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution