antoniocosentino
2/1/2018 - 2:37 PM

Styla Shopware 5 - Hide Left Block

Plugin customization to hide the left sidebar element. This will replace this file: /shopware5/engine/Shopware/Plugins/Local/Frontend/StylaSEO/Views/frontend/magazin/index.tpl

{extends file='parent:frontend/custom/index.tpl'}

{block name='frontend_index_header'}
    {include file='frontend/magazin/header.tpl'}
{/block}

{block name="frontend_index_content_left"}
{/block}