Jump to content

venkatesh

Members
  • Posts

    61
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

venkatesh's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hai hoacomay I didn't get you. Where can I set this option.
  2. I am using prestashop 1.4.6.2. After selecting products and click on compare button the url is redirecting like this http://www.flowers.c...e_product_list= and the page become blank. The products checked previously not unchecked until doing manually. whats the problem with url and where I have to change code? Thanks.
  3. go to BO preferences > products tab. Here you can set value in the field "Maximum number of items for comparison:"
  4. Hi i am using ps1.4.6.2 and I was created an image map(catalog > image mapping) with two zones successfully. But in front page the popup was not showing when mouse hover. Only the image with plus sign was showing. Can anyone say the reason? What can I do to show popup? Thanks.
  5. Hi i am using ps1.4.4. I used the following code to display category with corresponding image. Categories are properly displayed,but i cant get category image. {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> {/foreach} Can any help for displaying categories images? Thanks
  6. Hi i am using ps1.4.4. I used the following code to display category with corresponding image. Categories are properly displayed,but i cant get category image. {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> {/foreach} Can any help for displaying categories images? Thanks
  7. HI yousam, How did you display category images? which version u r using? I used the following code to display category image. but i cant get it. can you post how you done this? {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" />
  8. Hi ashian, I changed like what u said. It wont give image. <img src="{$link->getCatImageLink($category->link_rewrite, $node.id, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> any one help regarding this?
  9. Hi i was used this code to display category image. <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> But it shows the path like this- /prestashop/img/c/-category.jpg and i want like this to display image- "/prestashop/img/c/6-category.jpg" here 6 is image id. Can any one help me how to write the code to get url like above. Thanks
  10. Hi i was used this code to display category image. <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> But it shows the path like this- /prestashop/img/c/-category.jpg and i want like this to display image- "/prestashop/img/c/6-category.jpg" here 6 is image id. Can any one help me how to write the code to get url like above. Thanks
  11. what is the code to get image id and how to display category image with code i.e. without using any module. any one? hope u clarified. Thanks.
  12. Hi, I have installed blockcategories module and hooked to top of pages and header of pages using back office. categories not showing on home page. Any help ? i am using prestashop 1.4.4 Thanks
×
×
  • Create New...