Shop Front Layout Changes

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
cypriotxx
Posts: 12
Joined: 06 Nov 2017, 17:09

Shop Front Layout Changes

Post by cypriotxx » 04 Dec 2017, 10:45

Dear Admin
1) Shop Front
where do we start to edit and make changes to the Shop front to achieve something like this please ?
we would like to use their tablet view for all devices , https://www.fowlersparts.co.uk/browser/ ... allicnha35

you can see the tabet view here or you can resize your internet browser and you will see the same effect.
https://s.nimbus.everhelper.me/share/12 ... ksgc5ii1lz

2) Parts List page
https://www.fowlersparts.co.uk/parts/58 ... ator-cover


what files and folders and methods and rules we should follow to follow Aimeos core rules ?

Thank you so much

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Shop Front Layout Changes

Post by aimeos » 04 Dec 2017, 11:21

cypriotxx wrote: where do we start to edit and make changes to the Shop front to achieve something like this please ?
we would like to use their tablet view for all devices , https://www.fowlersparts.co.uk/browser/ ... allicnha35
This is all catalog/filter related, mostly catalog/filter/attribute
cypriotxx wrote: 2) Parts List page
https://www.fowlersparts.co.uk/parts/58 ... ator-cover
what files and folders and methods and rules we should follow to follow Aimeos core rules ?
There's a basket section in the catalog/detail component where you can list the single articles instead of using the variant attributes to determine the article based on them.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

cypriotxx
Posts: 12
Joined: 06 Nov 2017, 17:09

Re: Shop Front Layout Changes

Post by cypriotxx » 04 Dec 2017, 13:11

Thank you so much
1) do Aimeos have custom ajax calling to select item category and sub-category like in the below link:
https://www.fowlersparts.co.uk/browser/ ... inator-600

2) do Aimeos have group of items interlinked with one parent item to show list or what options to show list of items under single parent item, Do we need to use category to show item listing ?

3) how we can customise the direct calling into ajax calling to show category list on to same page?

Thank you so much

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Shop Front Layout Changes

Post by aimeos » 04 Dec 2017, 22:00

You can dynamically fetch categories and attributes using the JSON REST API:
https://aimeos.org/docs/Developers/Client/JSONAPI
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply