Show product description on basket items

How to configure and adapt Aimeos based shops as developer
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!
User avatar
KhushalWebroot
Posts: 11
Joined: 29 May 2023, 11:29

Show product description on basket items

Post by KhushalWebroot » 14 Dec 2023, 12:44

I want to show product description under every item on basket page.
Please explain full process.

I want to basket/standard/body.php file and it says
<?= $this->partial(
/** client/html/basket/standard/summary/detail
* Location of the detail partial template for the basket standard component
*
etc etc


can anyone explain

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

Re: Show product description on basket items

Post by aimeos » 18 Dec 2023, 13:54

The basket products are only a condensed view of the original products and the short/long description isn't available any more. As it usually makes no sense to show the full product description for every product in the basket, Aimeos contains another way to show product text in the basket: Add the text that should be shown in the basket below each product in the product admin backend with the type "basket description".
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply