How to override common summary template?

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!
Spixi
Posts: 9
Joined: 14 Sep 2021, 12:20

How to override common summary template?

Post by Spixi » 14 Sep 2021, 12:23

Hello,

how can I override Common summary template? Can someone insert a code snippet I need in my shop.php config, please?

Spixi
Posts: 9
Joined: 14 Sep 2021, 12:20

Re: How to override common summary template?

Post by Spixi » 14 Sep 2021, 12:38

Found it

Code: Select all

	'basket' => [
                    'standard' => [
                        'summary' => [
                            'detail' => resource_path('views/shop/common/summary/detail-standard'),
                        ],
                    ],
                ],

Post Reply