About Promotion Products

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!
User avatar
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

About Promotion Products

Post by GülsümAkça » 21 Mar 2021, 12:44

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!

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

Re: About Promotion Products

Post by aimeos » 22 Mar 2021, 14:36

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:

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, Image give us a star

Post Reply