Jump to content

Úprava vypsaného produktu


petik

Recommended Posts

Ahoj,

 

v Prestashop 1.5.4 se mi vypisují produkty viz. příloha zobrazení produktu.

 

Rád bych toto zobrazení upravil následovně viz. příloha zobrazení produktu - nové.

 

Je možné abych si to nějak ručně udělal sám?

Používám free theme Nice&Clean a nejsem si jistý jeslti to udělám správně.

Máte nějaký návod, radu? Popř. našel by se člověk ochotný pro mě toto předělat za nějakou korunu?

 

Děkuju  :rolleyes:

post-763676-0-65397000-1393879896_thumb.jpg

post-763676-0-30528800-1393879897_thumb.jpg

Link to comment
Share on other sites

upravíš šablonu product-list.tpl.

 

teď tam je

 

<li class="ajax_block_product first_item item clearfix">
<div class="left_block">
<p class="compare">
<input type="checkbox" class="comparator" id="comparator_item_1" value="comparator_item_1"  /> 
<label for="comparator_item_1">Select to compare</label>
</p>
</div>
<div class="center_block">
<a href="http://webiz.bg/cleantheme/index.php?id_product=1&controller=product&id_lang=1" class="product_img_link" title="iPod Nano">
<img src="http://webiz.bg/cleantheme/img/p/1/5/15-home_default.jpg" alt=""  width="124" height="124" />
</a>
<h3><a href="http://webiz.bg/cleantheme/index.php?id_product=1&controller=product&id_lang=1" title="iPod Nano">iPod Nano</a></h3>
<p class="product_desc"><a href="http://webiz.bg/cleantheme/index.php?id_product=1&controller=product&id_lang=1" title="New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before." >New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before.</a></p>
</div>


...


</li>
 
nyní tam musíš upravit
 
<li class="ajax_block_product first_item item clearfix">
<div class="left_block">
<p class="compare">
<input type="checkbox" class="comparator" id="comparator_item_1" value="comparator_item_1"  /> 
<label for="comparator_item_1">Select to compare</label>
</p>
</div>
<h3><a href="http://webiz.bg/cleantheme/index.php?id_product=1&controller=product&id_lang=1" title="iPod Nano">iPod Nano</a></h3>
<div class="center_block">
<a href="http://webiz.bg/cleantheme/index.php?id_product=1&controller=product&id_lang=1" class="product_img_link" title="iPod Nano">
<img src="http://webiz.bg/cleantheme/img/p/1/5/15-home_default.jpg" alt=""  width="124" height="124" />
</a>
<p class="product_desc"><a href="http://webiz.bg/cleantheme/index.php?id_product=1&controller=product&id_lang=1" title="New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before." >New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before.</a></p>
</div>


...


</li>

no a potom ti začne prcání s css, kde musíš upravit výšku bloku. :)

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