Jump to content

enginenr9

Members
  • Posts

    17
  • Joined

  • Last visited

enginenr9's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm having the same problem on PS1.4 - Add to Cart button not showing up on my wishlist after clicking on "view". Apparently the .tpl that's being open is not blockwishlist/view.tpl but blockwishlist/managewishlist.tpl - which does not have any add to cart button. Is this suposed to be this way? If so, how can I add the button? Appreciate any help. Cheers.
  2. Hi everybody, Just wanted to leave here the changes I've made to ezakimak's solution, in order to work with PS 1.4.3 version. Hope it helps somebody. Best Regards extratabs_ps143.zip
  3. Fico então a aguardar pacientemente pelo desenvolvimento. Não sendo entendido por aí além em matéria de programação disponibilizo-me desde já para toda a ajuda necessária que possa dar Ehinarr. E quero deixar o meu apreço e agradecimento pelo trabalho em torno desta comunidade. Um abraço.
  4. Olá a todos e um grande obrigado pelo esforço colectivo em torno deste tópico, em especial ao Ehinarr e ao Exadra37. Tendo perfeita consciência da complexidade deste módulo queria perguntar ao Ehinarr o ponto de situação - Já conseguiu terminar Ehinarr? Abraço
  5. I was also trying to replicate this on version 1.4.2 but, from what I can figure out, in this version the module doesn't write to XML but directly to database. Can anyone help me out on this? Thanks
  6. OrderBy is also not working on categories product list, but working fine on New Products page. Going nuts here.
  7. Just realise product sort isn't working either. When I select other quantity than initially defined and hit "ok" doesn't update the page. On New Products page, this also works.
  8. Found an interesting behavior while comparing a category list page pagination with new products list pagination - on the second one pagination is working fine...
  9. I'm using Prestashop 1.3.6 by the way. Anyone had this problem before?
  10. Hi everybody. I just finished a project I was testing in MAMP and put it on the webserver and realise the pagination doesn't work, at least on the server, cause while I'm in MAMP everything seems fine. I attach a printscreen to show the behavior (when I click next page or another page number, the address bar changes but the page stays the first one). Can anybody point me out what could be causing this? Appreciate your help. Cheers.
  11. Anybody? I'm not being able to find any info on $currentParentId or $currentRootId anywhere. Maybe this also could be done with jquery? Appreciate your help.
  12. Boas! Estou a usar a versão 1.3.5 do PS com o ddsmoothmenu criado por Marghoob Suleman (link aqui) Tenho tendado, sem sucesso, por a categoria mãe seleccionada com uma class ".selected" (quero que quando o utilizador clica no terceiro nível esse botão fique seleccionado, assim como relativamente o 2º e 1ºs níveis) Estou a usar o código que se segue em "category-tree-branch.tpl”, que põe o 3º nível seleccionado, mas não os anteriores: > {if $node.id == $currentCategoryId} class="selected" {elseif $node.id == $currentParentId || $node.id == $currentRootId} class="previousselected"{/if} >{$node.name|escape:htmlall:'UTF-8'} {if $node.children|@count > 0} </pre> <ul> {foreach from=$node.children item=child name=categoryTreeBranch} {if $smarty.foreach.categoryTreeBranch.last} {include file=$tpl_dir./category-tree-branch.tpl node=$child last='true'} {else} {include file=$tpl_dir./category-tree-branch.tpl node=$child last='false'} {/if} {/foreach} </ul> <br> {/if}<br><br Nota: Estou a atribuir a classe de seleccionado não directamente à tag “a” mas sim a uma “span” que lá está dentro. Calculo que o problema esteja na segunda linha de: {if $node.id == $currentCategoryId} class="selected" {elseif $node.id == $currentParentId || $node.id == $currentRootId} class="previousselected"{/if} Alguém me pode dar uma ajuda? Obrigado.
×
×
  • Create New...