Jump to content

Product List Sayfasını Bu şekilde nasıl yapabiliriz..


matkap

Recommended Posts

Arkadaşlar product list sayfasında ürünler yan yana çıksın istiyorum bunu nasıl yapabiliriz diğer açtığım konuda da bu konudan bahsettim kısaca size bir resimle anlatayım

Normal Böyle : http://prestashopthemes.files.wordpress.com/2009/05/jilbab-cantik_1243641456525.jpeg
Ama ben böyle olmasını istiyorum yan yana resimdeki açıklamar vs olmadan : http://www.halici.com.tr/urunler/urunler.jpg


>{if isset($products)}
   <!-- Products list -->
</pre>
<ul>
   {foreach from=$products item=product name=products}



{if $product.new == 1}{l s='new'}{/if}{$product.name|truncate:35|escape:'htmlall':'UTF-8'}

{$product.description_short|strip_tags:'UTF-8'|truncate:360}


               {if $product.on_sale}
{l s='On sale!'}
               {elseif ($product.reduction_price != 0 || $product.reduction_percent != 0) && ($product.reduction_from == $product.reduction_to OR ($smarty.now|date_format:'%Y-%m-%d' <= $product.reduction_to && $smarty.now|date_format:'%Y-%m-%d' >= $product.reduction_from))}
{l s='Price lowered!'}
               {/if}

{if ($product.allow_oosp OR $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if}
               {if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2}
               {else}
{l s='Add to cart'}
               {/if}
{l s='incele'}




   {/foreach}
</ul>
<br>   <!-- /Products list --><br

Link to comment
Share on other sites

>{if isset($products)}
   <!-- Products list -->
</pre>
<ul>
   {foreach from=$products item=product name=products}



               <!-- Ekranda Yeni Ürün ibaresini istemiyorsan alttaki satırı kaldır -->
{if $product.new == 1}{l s='new'}{/if}{$product.name|truncate:35|escape:'htmlall':'UTF-8'}



               {if $product.on_sale}
{l s='On sale!'}
               {elseif ($product.reduction_price != 0 || $product.reduction_percent != 0) && ($product.reduction_from == $product.reduction_to OR ($smarty.now|date_format:'%Y-%m-%d' <= $product.reduction_to && $smarty.now|date_format:'%Y-%m-%d' >= $product.reduction_from))}
{l s='Price lowered!'}
               {/if}

{if ($product.allow_oosp OR $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if}
               {if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2}
               {else}
{l s='Add to cart'}
               {/if}
{l s='incele'}




   {/foreach}
</ul>
<br>   <!-- /Products list --><br



Burda Yeni ürün ibaresi kısmını if lerle birlikte istersen kaldırabilirsin. Ben sadece ürün detayı kısmını kaldırdım. Verdiğin betikte Butonlar kısmı yok. Olsaydı onlarıda kaldırırdım. Bunun harciinde geriye kalan kısım CSSden yapılacak olan Resim ve çerçeve alanı daraltılması. Onlarıda class ve style tanımlarını takip ederek width (genişlik) ve Height (Yükseklik) değerlerini kısarak istediğin sonuca ulaşabilirsin.

teşekkürler

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