Merge branch 'ticket/r13185-productpack' into 'develop'
Ticket/r13185 productpack See merge request !12
This commit is contained in:
commit
abb6abb7c4
@ -59,7 +59,7 @@
|
||||
{if isset($column)}
|
||||
<h2 class="product-name" itemprop="name">
|
||||
{else}
|
||||
<h5 class="product-name" itemprop="name">
|
||||
<h2 class="product-name" itemprop="name">
|
||||
{/if}
|
||||
<a href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url" >
|
||||
{if !isset($column)}
|
||||
@ -71,7 +71,7 @@
|
||||
{if isset($column)}
|
||||
</h2>
|
||||
{else}
|
||||
</h5>
|
||||
</h2>
|
||||
{/if}
|
||||
<div class="featureConditioning">
|
||||
{foreach from=$product.features item='feature' name='feature'}
|
||||
|
@ -476,9 +476,6 @@
|
||||
</div>
|
||||
<div class="col-md-9 content_pack">
|
||||
{$packItem.pack_quantity} x <a class="link" href="{$link->getProductLink($packItem.id_product, $packItem.link_rewrite, $packItem.category)|escape:'html':'UTF-8'}">{$packItem.name|escape:'html':'UTF-8'}</a>
|
||||
<p class="price">
|
||||
{l s='Prix unitaire :'} <span class="red">{convertPrice price=$packItem.price}</span>
|
||||
</p>
|
||||
|
||||
<!-- <h5>{l s='Data sheet'}</h5> -->
|
||||
<ul class="features">
|
||||
|
Loading…
Reference in New Issue
Block a user