Page 1 of 1

How to override common summary template?

Posted: 14 Sep 2021, 12:23
by Spixi
Hello,

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

Re: How to override common summary template?

Posted: 14 Sep 2021, 12:38
by Spixi
Found it

Code: Select all

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