Jump to content

MAMAY

Members
  • Posts

    67
  • Joined

  • Last visited

MAMAY's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I solve it by myself, but its not so good solution: in blocktopmenu_ext.php need to find this "$this->_menu .= '<li'.$selected.'><a href="'.$link->getManufacturerLink((int)$id, $manufacturer->link_rewrite).'">" after just add this "<img src="'.$img_manu_dir.'img/m/'.$manufacturer->id.'-medium_default.jpg"/>" Sorry for my English.
  2. Hi Pascal! Your module its great. Thank u for this work! But is it possible to add manufacturers logo to your module? (not in drop down menu)
  3. Hi! I add new field to my store.tpl, i can add some text in this, but i need to add some html code, just like "<a href="sdfdfd">blabla</a>". Its work If i add this code in my database, but in admin panel i have only "blabla" after save.
  4. Im understand it very well How to modify this module to have this feature?
  5. Why? Is there big difference between list cms pages from any category and list products from any category?
  6. No, i dont need selected products, just want products from any category. If i do it manualy, how i can do it?
  7. Hi everyone! I try to find it in forum, but no success. I need to dropdown products in blocktopmenu module, how i can do it without others module?
  8. Thank you very much!!! Problem is solved
  9. Thank you! It solve my problem, but i think it must be more best way.
  10. i have this standart code in product.tpl, it shows all thumbnails, but how i can show only second (by position) or another thumbnail? {foreach from=$images item=image name=thumbnails} {assign var=imageIds value="`$product->id`-`$image.id_image`"} <li id="thumbnail_{$image.id_image}"> <a href="{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox_default')|escape:'html'}" rel="other-views" class="thickbox{if $smarty.foreach.thumbnails.first} shown{/if}" title="{$image.legend|htmlspecialchars}"> <img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')|escape:'html'}" alt="{$image.legend|htmlspecialchars}" height="{$mediumSize.height}" width="{$mediumSize.width}" /> </a> </li> {/foreach}
  11. I have product with 4 images. How i can get link on the second or third image of the product, not for the cover. Maybe i need to use "position" value? But how it works? Thx!
  12. Solution there http://www.prestashop.com/forums/topic/257772-date-field-in-cms-module-solved/
  13. Hello, I need to add "date" field to CMS create/modify page in admin panel. How to do this step by step?
  14. 1.4 Clean install, but i make many changes. Problem at me for a long time, only I didn't include display of errors earlier. Strange, but she dares template change, with the standard. Each time it is necessary to change a template before manipulations in this section.
×
×
  • Create New...