About Promotion Products
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- GülsümAkça
- Posts: 57
- Joined: 20 Nov 2020, 13:30
About Promotion Products
I put the "view all" button with the promotion products on the home page and I want to create a link to list only promotion products. How can I do?
thanks!
thanks!
Re: About Promotion Products
You need to create your own Laravel controller/action that renders the Aimeos list view but shows the promotion section only.
Example: Aimeos catalog controller
https://github.com/aimeos/aimeos-larave ... hp#L86-L96
Set different configuration:
Example: Aimeos catalog controller
https://github.com/aimeos/aimeos-larave ... hp#L86-L96
Set different configuration:
Code: Select all
app( 'config' )->get()->set( 'client/html/catalog/lists/subparts', ['promo'] );
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
