shopware php get cookie code example
Example: shopware php get cookie
//Get Cookie
Shopware()->Front()->Request()->getCookie('nameofthecookie'));
//Set Cookie
Shopware()->Front()->Response()->setCookie('nameofthecookie', 'value');
//Get Cookie
Shopware()->Front()->Request()->getCookie('nameofthecookie'));
//Set Cookie
Shopware()->Front()->Response()->setCookie('nameofthecookie', 'value');