Jump to content

choix liste ou grille Presta 1.5.6.2


Recommended Posts

Bonjour, je dois mettre l'affichage des produits par défaut sur liste alors qu'actuellement c'est sur grille. J'ai fait des recherches sur le Net mais je n'ai pas trouvé la solution qui corresponde à ma configuration. Le thème est Electrolite, que je ne retrouve pas sur Addons alors qu'il paraît qu'il vient de là.
Voici le fichier product-list.tpl

{if isset($products)} 


<!-- Products list -->
<div class="image_list">
<ul id="product_list" class="clear da-thumbs">


  {foreach from=$products item=product name=products}
  <li class="ajax_block_product {if $smarty.foreach.products.first}first_item{elseif $smarty.foreach.products.last}last_item{/if} {if $smarty.foreach.products.index % 2}alternate_item{else}item{/if} clearfix">
    
    <div class="center_block"> <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}"> 
    <div class="hover-box">
	{if isset($listimages[$product.id_product].0)}
     <img src="{$link->getImageLink($product.link_rewrite,$product.id_product|cat:"-"|cat:$listimages[$product.id_product].0.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} />	
      
    	<article class="da-animate">
         {if isset($listimages[$product.id_product].1)}
      <img src="{$link->getImageLink($product.link_rewrite,$product.id_product|cat:"-"|cat:$listimages[$product.id_product].1.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}"  {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if}  class="v"/>	
    	{/if}
   {else} 
      <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /> 
    	<article class="da-animate">
               {foreach from=$addimages key=k item=v}
                    {if $k==$product.id_product && $v} <img src="{$link->getImageLink($product.link_rewrite,$product.id_product|cat:"-"|cat:$v, 'home_default')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.legend|escape:htmlall:'UTF-8'}" class="v" /> {/if}
               {/foreach}
	 {/if}
        </article>
        
   
        </div>
        
        {if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if} 
    {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if}
    {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only!'}</span>{/if}
    </a>
    <div class="right_block">
     
      <h3><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3>
      {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))}
      <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />
        {/if}
        <div style="clear:both;"></div>
      <p class="product_desc_grid"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:80:'...'}</a></p>
    <p class="product_desc_list"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:180:'...'}</a></p>
      
     
        
        {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div>
      
      
      {/if}
      <br/>
      
      {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE}
					{if ($product.allow_oosp || $product.quantity > 0)}
                   
						{if isset($static_token)}
                       
							<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}", false)}" title="{l s='Add to cart'}"><span>{l s='Add to cart'}</span></a>
                           
						{else}
                       
							<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}", false)}" title="{l s='Add to cart'}"><span>{l s='Add to cart'}</span></a>
                            
						{/if}
                       				
					{else}
						 <a class="lnk_more" href="{$product.link|escape:'html'}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='omicronCategories'}</a>
					{/if}
				{/if} 
     
      <div class="left_block"> {if isset($comparator_max_item) && $comparator_max_item}
      <p class="compare">
        <input type="checkbox" class="comparator" id="comparator_item_{$product.id_product}" value="comparator_item_{$product.id_product}" {if isset($compareProducts) && in_array($product.id_product, $compareProducts)}checked="checked"{/if} />
        <label for="comparator_item_{$product.id_product}">{l s='Select to compare'}</label>
      </p>
      {/if} </div></div> </div>
               
  </li>
  {/foreach}
</ul>
</div>
<!-- /Products list --> 

Je ne comprends pas pourquoi Prestashop ne propose pas la fonctionnalité du choix mais bon, si quelqu'un pouvait m'aider, je lui en saurais fort gré !

Merci d'avance

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...