Download the PHP package eggate/chalhoub-shopfinder without Composer
On this page you can find all versions of the php package eggate/chalhoub-shopfinder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eggate/chalhoub-shopfinder
More information about eggate/chalhoub-shopfinder
Files in eggate/chalhoub-shopfinder
Download eggate/chalhoub-shopfinder
More information about eggate/chalhoub-shopfinder
Files in eggate/chalhoub-shopfinder
Vendor eggate
Package chalhoub-shopfinder
Short Description Shopfinder module allows you to add shops to your magento2 store
License proprietary
Package chalhoub-shopfinder
Short Description Shopfinder module allows you to add shops to your magento2 store
License proprietary
Please rate this library. Is it a good library?
Informations about the package chalhoub-shopfinder
Shopfinder module
An assignment for Chalhoub M2 open vaccancy.
Installation
Install extension with composer
Run magento installion commands
Features
- We want you to prepare a module for us which can be installable with composer.
- We should be able to see "Shopfinder" menu on the Content section, When we click on Shopfinder link it should list all added shops. And it should also have filtering options
- We should be able to add/edit new shops
- we have lots of fields. For this scenario, you just need to cover these fields
- Shop name - the name of the shop, string
- Identifier - a unique identifier of a shop, string
- country - which should be populated by a list of countries in Magento
- image - user should be able to upload an image
- (Optional) longitude/latitude, string
REST API Reference
Get all shops
Get shop by shop id
Parameter | Type | Description |
---|---|---|
shopId |
string |
Required. Id of item to fetch |
Create new shop or update existing shop if shop_id exists
Parameter | Type | Description |
---|---|---|
shop |
\Chalhoub\Shopfinder\Api\Data\ShopInterface::class |
Required. shop object |
Parameter | Type | Description |
---|---|---|
shopId |
int |
Required. shop id to delete |
All versions of chalhoub-shopfinder with dependencies
PHP Build Version
Package Version
The package eggate/chalhoub-shopfinder contains the following files
Loading the files please wait ....