Skip to content

indykoning/rapidez-smile-store-locator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smile Store Locator

Requirements

You need to have a modified version of the Smile Store Locator module installed and configured within your Magento 2 installation. This fork adds some extra's to the retailers:

  • Description field
  • Streetview field
  • Facilities field
  • Description and display from/to fields on special opening hours

It's also possible to use the original module but in that case you need to remove these extra's from the Blade views.

Installation

yarn add gmap-vue -D
composer require rapidez/smile-store-locator

Add to your resources/js/app.js

require('Vendor/rapidez/smile-store-locator/resources/js/maps.js');

After that go to the configured url, default: /stores

Views

If you need to change the views you can publish them with:

php artisan vendor:publish --provider="Rapidez\SmileStoreLocator\SmileStoreLocatorServiceProvider" --tag=views

License

GNU General Public License v3. Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Blade 51.6%
  • PHP 35.9%
  • Vue 11.4%
  • JavaScript 1.1%