push category on left column

This commit is contained in:
ToutPratique 2016-01-13 10:06:13 +01:00
parent 15050fe4c3
commit f5ee54bf8a
3 changed files with 4 additions and 60 deletions

View File

@ -34,14 +34,7 @@
<div class="container category_content">
<div class="row">
<div class="col-sm-3 subcategories">
<p class="title title_{$category->id}"><i class="awesome"></i> {$category->name}</p>
{if isset($subcategories)}
<ul>
{foreach from=$subcategories item=subcategory}
<li><a href="{$link->getCategoryLink({$subcategory.id_category})}">{$subcategory.name} <span>></span></a></li>
{/foreach}
</ul>
{/if}
{hook h="displayLeftColumn"}
</div>
<div class="col-sm-9">
{if $products}

View File

@ -1,37 +1,13 @@
{*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2015 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
{if $blockCategTree && $blockCategTree.children|@count}
<!-- Block categories module -->
<div id="categories_block_left" class="block">
<h2 class="title_block">
<p class="title title_{$category->id}"><i class="awesome"></i>
{if isset($currentCategory)}
{$currentCategory->name|escape}
{else}
{l s='Categories' mod='blockcategories'}
{/if}
</h2>
</p>
<div class="block_content">
<ul class="tree {if $isDhtml}dhtml{/if}">
{foreach from=$blockCategTree.children item=child name=blockCategTree}

View File

@ -1,32 +1,7 @@
{*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2015 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<li {if isset($last) && $last == 'true'}class="last"{/if}>
<a
href="{$node.link|escape:'html':'UTF-8'}"{if isset($currentCategoryId) && $node.id == $currentCategoryId} class="selected"{/if} title="{$node.desc|strip_tags|trim|escape:'html':'UTF-8'}">
{$node.name|escape:'html':'UTF-8'}
{$node.name|escape:'html':'UTF-8'} <span>></span>
</a>
{if $node.children|@count > 0}
<ul>