There is no license information available for the latest version (1.0.2) of this package.

Retail stores Magento 2 module

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.2 2019-01-18 12:01 UTC

This package is auto-updated.

Last update: 2024-04-24 04:30:44 UTC


README

Style CI

Stores:

Magento module that shows a static list of retail stores.

  • A Store entity has been created.
    • Stores have fields: Name, Address Line 1, Address Line 2, Postcode, Latitude, Longitude, Opening and Closing Hours
    • Stores can be created/updated/deleted from the admin panel, and are visible through a grid, similar to Products and Brands.
  • A Store product attribute has been created.
    • The attribute is a drop down
    • The attribute options are driven by the brand entities data.
    • When viewing a PDP, brand information appears in more information.
    • Attribute data must be stored in quote item, order item and surfaced through the API.
  • Stores can be viewed in the frontend, via /store/{code}
    • This page will be called a Store Details Page
    • A Store details page will show the brand info (name, description and image) as well as a listing of all products associated to it. The product list is paginated.
    • A store details page will also show how long until a store opens/closes.