[*] FO : added "back to search results" the the product page
This commit is contained in:
@@ -36,4 +36,9 @@
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
{if isset($smarty.get.search_query) && isset($smarty.get.results) && $smarty.get.results > 1}
|
||||
<div class="pull-right">
|
||||
<strong ><i class="icon-chevron-left left"></i> {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]}</strong>
|
||||
</div>
|
||||
{/if}
|
||||
<!-- /Breadcrumb -->
|
||||
@@ -160,7 +160,6 @@ var contentOnly = {if $content_only}true{else}false{/if}
|
||||
</script>
|
||||
<div id="primary_block" class="row">
|
||||
|
||||
|
||||
{if !$content_only}<div class="container"><div class="top-hr"></div></div>{/if}
|
||||
|
||||
{if isset($adminActionDisplay) && $adminActionDisplay}
|
||||
@@ -188,7 +187,6 @@ var contentOnly = {if $content_only}true{else}false{/if}
|
||||
|
||||
<div id="image-block">
|
||||
|
||||
|
||||
{if $product->on_sale}
|
||||
<span class="sale-box"><span class="sale">{l s='Sale!'}</span></span>
|
||||
{elseif $product->specificPrice AND $product->specificPrice.reduction AND $productPriceWithoutReduction > $productPrice}
|
||||
|
||||
Reference in New Issue
Block a user