jhit
8/29/2018 - 1:02 PM

Load text snippets in Plugin without template

Load text snippets in shopware plugin without template file.

/** @var Enlight_Components_Snippet_Manager $snippetManager */
$snippetManager      = $this->container->get('snippets');
$salutationNamespace = $snippetManager->getNamespace('frontend/salutation');
$salutationNamespace->get($customer->getSalutation());