Jump to content

displayLeftColumn does not show up


miko784

Recommended Posts

Hi, I have a problem with the hook. Everything in the panel is configured and added in the code. Unfortunately, the categories are not displayed.

image.thumb.png.e020d1389653bad75e56024394e53021.png

            {block name="left_column"}
              <div id="left-column" class="col-xs-12 col-md-4 col-lg-3">
                {if $page.page_name == 'product'}
                  {hook h='displayLeftColumnProduct'}
                {else}
                  {hook h="displayLeftColumn"}
                {/if}
              </div>
            {/block}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...