Answers for "shopware echo sesssion in tpl"

PHP
0

shopware echo sesssion in tpl

$view->assign('isUserLoggedIn', !empty($session->sUserId)); or
$view->assign('isUserLoggedIn', !empty($session->offsetGet("sUserId"));
Posted by: Guest on October-27-2020
0

shopware install plugin

./bin/console plugin:install MyPlugin --activate
Posted by: Guest on November-07-2020

Browse Popular Code Answers by Language