How do we turn off the related products feature in basket page
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 10
- Joined: 20 Jun 2023, 07:00
How do we turn off the related products feature in basket page
Environment
Laravel : 10
Aimeos : 2023.04
Would it be possible to turn off related products in the basket page (Products you might be also interested in)?
What is the criteria for that list?
Is it possible to manage that from the admin side?
Laravel : 10
Aimeos : 2023.04
Would it be possible to turn off related products in the basket page (Products you might be also interested in)?
What is the criteria for that list?
Is it possible to manage that from the admin side?
Re: How do we turn off the related products feature in basket page
To disable the related products in the basket, just remove the "basket/related" from the config:
https://github.com/aimeos/aimeos/blob/m ... op.php#L56
https://github.com/aimeos/aimeos/blob/m ... op.php#L56
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 10
- Joined: 20 Jun 2023, 07:00
Re: How do we turn off the related products feature in basket page
Thanks Aimeos,
Could you please explain the criteria of products appeared there.we found scenario like, the purchased products within a period of time and also can able to customise the number of products displayed there (default 6), But not able understand the confident value and its calculation. What is included in confident value calculation? Please advice.
Could you please explain the criteria of products appeared there.we found scenario like, the purchased products within a period of time and also can able to customise the number of products displayed there (default 6), But not able understand the confident value and its calculation. What is included in confident value calculation? Please advice.