aligent / magento-stockists-module
Stockist location module for Magento 2
Installs: 9 401
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 18
Forks: 1
Open Issues: 3
Type:magento2-module
Requires
- php: >=7.3
- magento/magento-composer-installer: *
Requires (Dev)
- phpunit/phpunit: ~4.6
- dev-main
- v2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5.3
- 1.2.5.2
- 1.2.5.1
- 1.2.5.0
- 1.2.4.2
- 1.2.4.1
- 1.2.4.0
- 1.2.1
- 1.2.0
- 1.1.0
- dev-feature/add_pagination_functionality
- dev-fix/get_identities_cache_tag_default_value
- dev-feature/update_codeowners
- dev-feature/return_createSearchCriteria_to_public_function
- dev-fix/prevent_internal_error_on_stockist_update_request
- dev-fix/stockist_resource_model_handle_default_store_id
- dev-develop-1.x
- dev-feature/remove_null_constraint_on_url_key
- dev-fix/remove_null_contraint_on_url_key
- dev-feature/BEG-82_add_geocoding_api_region_biasing_control
- dev-feature/handle_null_explode_main
- dev-feature/handle_null_explode
- dev-feature/php_7.2_up_support
- dev-feature/fix_pagebuilder_configuration
- dev-feature/fix_gallery_pagebuilder_attribute
- dev-fix/15_geocoding_response_status
- dev-fix/15_geocode_response_backport
- dev-feature/version_2
- dev-fix/radius-arg-required
- dev-feature/extension-attribute-dataprovider
- dev-fix/stockist-button-rename
- dev-feature/handle_null_hours_and_null_public_holidays
- dev-feature/save_region_by_name_not_id
- dev-feature/add_ability_to_disable_stockists
- dev-fix/avoid_triggering_type_warnings_with_null
- dev-fix/render_media_urls_from_pagebuilder
- dev-fix/address_suburb_data_missing_in_graphql
- dev-feature/add_new_field_into_db
- dev-fix/hours_cannot_save_from_admin
This package is auto-updated.
Last update: 2024-10-29 03:02:50 UTC
README
This module is designed to allow vendors to add physical store information, including addresses and coordinates, and provides functionality for:
- Store lookup by latitide/longitude
- Store lookup by URL key (for individual store pages)
- Rich text descriptions using PageBuilder
Installation
To install via composer, simply run:
composer require aligent/magento-stockists-module
Configuration
Geocoding settings can be found under Stores -> Configuration -> Aligent -> Stockists
.
By default, Google Maps API is the service used, but any URL can be specified.
Viewing/Adding/Editing Stockists
This module adds a new "Stockists" menu, which gives the following options:
- All Stockists: View all current stockists in a grid
- Add Stockist: Go directly to the new stockist form
When adding a new stockist, you must enter the following:
- Is Active?
- Identifier
- Name
- URL Key
- Store IDs (choose 1 or more store views)
- Country
- State/Province (If the chosen country requires it)
- Postcode
Additional information such as telephone number, street address, and trading hours can also be added.
GraphQL
Two GraphQL queries are provided:
-
stockists
- Returns a list of stockists within a given radius, ordered by distance
- Must provide customer's latitude and longitude as input
-
stockist
- Returns the information for a single stockist given an identifier or URL key