Jump to content

daniel.alonso

Members
  • Posts

    5
  • Joined

  • Last visited

daniel.alonso's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hola, este modulo parece ser jusamente lo que estoy buscando, ¿podrias volver a subirlo que el enlace ya no funciona? Muchas gracias
  2. Today i just realize the add method of ObjectModel class is not atomic, that means, it can do some part of the job and faill later. Maybe thats not important, but you can end with a lot of products created in your backend with no name, or descriptions or not assigned to any shop in multishop enviroments. This is because the save product, save shop related tables and save language related tables data happens one after the other, so, if you are lucky it will fail at the beginig, saving the product in our example, or if you arent, it will fail at the end, saving the name and descriptions. I know is not a bug itself, but maybe the best option is to do the whole procedure as an atomic procedure, maybe using database transactions, or just undoing the work did it if some step fails. I have no idea where i can tell the development team about it, but i hope it will think about it for the next versions
  3. I tried and it works perfect, but i have a new problem now. I would love to show the meta tags (Meta title, Meta description, Meta keywords) when i show the categorie name. Really, i have no idea how the $category object i send to the smarty template, becomes the $categories objetc there). I just need to add this fields to the $categories object at the template. Any idea? I was looking for the prestashop api, but i cant find nothing. Thanks in advance
  4. Hello, i wonder if there are any way to show the categories as images, their own images instead a name list. Of course if i click on a category name, i see it pic and the products on this category, but i need to show this images on the home page I have a few categories with no subcategories, and i`m using the moon template. Any idea Thanks in advance
×
×
  • Create New...