over2010 Posted August 19, 2023 at 01:32 PM Share Posted August 19, 2023 at 01:32 PM Добрый день, не получается вывести ID клиента в профиле в разделе "бонусные баллы"Сделал так в контроллереcatalog/controller/reward.phpдобавил$data['customer_id'] = $output;и вcatalog/view/theme/default/template/mail/reward.twigдобавил Customer ID: {{ customer_id }}Но id не выводиться, помогите пожалуйста 0 Quote Link to comment Share on other sites More sharing options...
mpn2005 Posted August 19, 2023 at 08:10 PM Share Posted August 19, 2023 at 08:10 PM В 19.08.2023 в 16:32, over2010 сказал: $data['customer_id'] = $output; А что это такое странное? Надо так: $data['customer_id'] = $this->customer->getId(); 1 Quote Link to comment Share on other sites More sharing options...
Solution over2010 Posted August 19, 2023 at 08:12 PM Author Solution Share Posted August 19, 2023 at 08:12 PM В 19.08.2023 в 23:10, mpn2005 сказал: А что это такое странное? Надо так: $data['customer_id'] = $this->customer->getId(); Спасибо попробую конечно, просто так подсказали изначально) 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.