How to hide buy button in catalog list?

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!
oliwin4
Posts: 12
Joined: 16 Aug 2022, 08:36

How to hide buy button in catalog list?

Post by oliwin4 » 24 Aug 2022, 19:54

How to hide buy button in catalog list that I reused in home page?

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

Re: How to hide buy button in catalog list?

Post by aimeos » 26 Aug 2022, 10:04

If you don't want to show the button at all, you can set this configuration to FALSE in your ./config/shop.php:
https://aimeos.org/docs/2022.x/config/c ... basket-add

If only the product list on the home page should not display the button, you can hide it via CSS because page specific configuration isn't supported.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply