save blockbestsellers modif
This commit is contained in:
parent
613ba6398c
commit
de0e0cf3b7
@ -19,13 +19,14 @@
|
|||||||
*
|
*
|
||||||
* @author PrestaShop SA <contact@prestashop.com>
|
* @author PrestaShop SA <contact@prestashop.com>
|
||||||
* @copyright 2007-2013 PrestaShop SA
|
* @copyright 2007-2013 PrestaShop SA
|
||||||
|
|
||||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||||
* International Registered Trademark & Property of PrestaShop SA
|
* International Registered Trademark & Property of PrestaShop SA
|
||||||
*}
|
*}
|
||||||
{if $best_sellers|@count > 0}
|
{if $best_sellers|@count > 0}
|
||||||
<!-- MODULE Block best sellers -->
|
<!-- MODULE Block best sellers -->
|
||||||
<div id="best-sellers_block_right" class="block products_block">
|
<div id="best-sellers_block_right" class="block products_block">
|
||||||
<p class="title_block"><a href="{$link->getPageLink('best-sales')}">{l s='D\'autres ont aussi acheté' mod='blockbestsellers'}</a></p>
|
<p class="title_block">{l s='D\'autres ont aussi acheté' mod='blockbestsellers'}</p>
|
||||||
<div class="block_content">
|
<div class="block_content">
|
||||||
<ul class="product_images">
|
<ul class="product_images">
|
||||||
{foreach from=$best_sellers item=product name=myLoop}
|
{foreach from=$best_sellers item=product name=myLoop}
|
||||||
|
Loading…
Reference in New Issue
Block a user