Jump to content

mayid

Members
  • Posts

    52
  • Joined

  • Last visited

mayid's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok, finalmente encontré una solucion! http://www.prestashop.com/forums/viewthread/89796/development/problem_with_newproducts_dot_php/ Se trata de poner un numero alto en la opcion de numero de dias. Sin embargo, eso fuerza a que la paginacion muestre toodos los productos. Pero bueno, es un detalle menor.
  2. Desde hace un mes, la pagina de nuevos productos (new-products.php) está vacia. No entiendo por qué, siendo que tenemos cientos de productos cargados. Busco documentacion sobre como funciona esa pagina, pero no encuentro nada. Alguien me lo cuenta? Lo unico que se me ocurre es que haya una restriccion por fechas, que habiendo inaugurado hace dos meses, prestashop considere que ya no hay productos "nuevos". Pero en el back office no veo nada para setear ese comportamiento. Ni en la wiki ni en este foro encuentro solucion. Les pido alguna idea sobre como solucionarlo.
  3. Please, any tip will be welcome. I just can't have the new-products area empty!
  4. I don't think this is configurable through the BackOffice. And the *new-products.php* file won't give me any clue either.
  5. For some reason, my new-products page is empty. Why? Does the script only compute a certain date range? How could i change that behaviour?
  6. That's right. However the code is very little and don't disturbs. It's just for image downloaders, to call their attention for a second. Yes, we are using watermarks also. Thanks for commenting.
  7. I'm up to disable the right mouse button in order to prevent my images to be stolen. However, as soon as i write some javascript code en the <head> my web page collapse. Why? Prestashop has any security issue with javascript code? This is it (but i really don't think it's problematic in any sense): function clickDerecho(){ if(event.button==2){ return false; } } document.onmousedown = clickDerecho; document.oncontextmenu = clickDerecho; I tried deleting several lines, but the problem persists. So, what is it?
  8. A mi, google me da un codigo un tanto diferente (y actualizado). Así que optaré por modificar el codigo fuente del modulo. Ademas, me dice de colocarlo al final del header, no al final del body.
  9. Not sure about what you mean. But after buying, your customer will receive a couple of emails. Did you try that yourself?
  10. I solved this by defining more information for the nodes. Now it works like this: {if $node.children|@count == 0 || $node.parent != 1} And the trick was adding this to the getTree array (in the php file): 'parent' => $resultIds[$id_category]['id_parent']); So, now i have a catalogue, separated by main categories and not by second level categories. Cheers!
  11. Kelian: me pasa exactamente lo mismo! En local anda bien, y en remoto no me toma los decimales. Mi archivo es utf-8 y usa el punto como separador de decimales. EDITADO: me funcionó importar en idioma ingles. Una pena que haya que estar pendiente de estos “workarounds”.
  12. A mi me pasa esto solo en servidor remoto. En servidor local me aparecen los decimales sin problemas. Tengo el archivo guardado como utf-8 y lo importo de igual manera en ambos casos. La version instalada de prestashop es la misma. Así que el problema es raro. Habría que avisar a los autores de prestashop. EDITADO: me funcionó importar en idioma ingles. Una pena que haya que estar pendiente de estos "workarounds".
  13. Is this only happening to me? The temporal files are messing up the importer. And it only works fine when i delete them manually.
  14. Any clue on this? The above solution is not possible in smarty because it don't allow declaring vars, as far as i know. EDITED: nevermind. I'm using another module now, that can be controlled easily. I'm referring to the featured products module.
×
×
  • Create New...