Display Random Products in a Slider

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
superscotty19
Posts: 95
Joined: 13 May 2019, 08:09

Display Random Products in a Slider

Post by superscotty19 » 27 Jun 2019, 10:22

Hi,

I've had a request to insert a slider on the home page that grabs 10-12 products at random and shows them in the slider.

Is that even possible?
-S.

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

Re: Display Random Products in a Slider

Post by aimeos » 27 Jun 2019, 10:25

Yes, but you have to implement it yourself as it's not available yet as plugin out of the box
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

superscotty19
Posts: 95
Joined: 13 May 2019, 08:09

Re: Display Random Products in a Slider

Post by superscotty19 » 27 Jun 2019, 22:48

Fair enough,

Now, for implementing and because it's a separate content element but it connects to Aimeos DB, what is the best approach to take? Do we need to make a separate TYPO3 extension and upload to the TER? Do we extend an existing Aimeos plugin (ex Catalog list)?

I appreciate your recommendation,
-S.

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

Re: Display Random Products in a Slider

Post by aimeos » 28 Jun 2019, 10:29

The easiest way is to create a plugin in your own Aimeos TYPO3 extension and use the index manager to retrieve the products from the storage: https://aimeos.org/docs/TYPO3/Extend_Aimeos
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply