Jump to content

Germán Oronoz Arbide

Members
  • Posts

    10
  • Joined

  • Last visited

Germán Oronoz Arbide's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Hello everyone, I have a store with Geolocation enabled (PS v.1.6.1.18), with a default price for worldwide and a lower price for Spain. Everything was working perfectly until yesterday. No updates, no code changes done, nothing, but since yesterday it shows de worldwide price for Spain also. Hope anyone has a clue on how to solve this. I have read all the related forum topics in the PS forums, but none of the answers helped me solve the issue. Thanks a lot in advance, best regards!
  2. Hello everyone, When you enter into the frontend's product page you see all the images attached to that product. When you select your desired combination is when images get filtered and then you can only see this combination's image. I want prestashop to show by default only the images associated with the combination you have set by default in the backend and then change to others when you click on other color or choose other combination. The answer (i think) is on product.js file. Am I explaining ok? Hope you can help me guys! Thanks a lot in advance!
  3. Hola a todos, me gustaría mostrar los transportistas asociados a un producto en la página de producto, en la pestaña de "Más Info". Alguna pista?? He probado esto en product.tpl: {foreach $option.carrier_list as $carrier} <img src="{$carrier.logo}" alt="{$carrier.instance->name}"/> {$carrier.instance->name} {/foreach} Pero por supuesto sin resultados... Muchísimas gracias de antemano!
  4. Hello, I would like to show the product's associated carriers on the "More Info" tab of the product page. Any clue on how to get this? I've tried this on product.tpl: {foreach $option.carrier_list as $carrier} <img src="{$carrier.logo}" alt="{$carrier.instance->name}"/> {$carrier.instance->name} {/foreach} But, of course, no result. Thank you very much in advance!
  5. hello, thank you very much artizzz, it worked fine! what can i do if i want to show the tags in the product-list.tpl file?? each product with it's tags. i've tried to insert the code {if $tags|@count > 0} {foreach from=$tags item=tag key=name name=tags} <a href="{$link->getPageLink('search.php')}?tag={$tag|urlencode}" > </a> {/foreach} {/if} inside the <li> in the product-list.tpl file hope i'm explaining myself okay, thanks in advance
  6. hola a todos, en mi tienda online voy a vender 3 tipos de productos: normales, frios y congelados. mi idea es hacer un módulo que ponga una "etiqueta" (parecida a cuando sale "nuevo" en los productos nuevos) diferenciando a que tipo de producto pertenecen, es decir, que al lado de "nuevo" saque "NORMAL", "FRÍO" o "CONGELADO". Para ello por supuesto tengo que asignar el tipo correspondiente a cada producto desde el backoffice. A alguien se le ocurre cómo podría hacerlo?? estaría muy agradecido. Un saludo a todos. La tienda es: http://www.isarogastronomia.com/tienda
  7. Hola www.creameshop.com, Estoy muy interesado en esto. Te importaría decirme qué archivos concretos tengo que modificar y que lineas de codigo? No entiendo la parte de "Luego en el BackOffice puedes añadir un botón nuevo en la fila de cad ausuario que llame a la funcion toggleStatus() de /classes/Customer.php que lo que hace es cambiar el estado." No se cómo hacerlo. Te lo agradecería muchísimo. Saludos, Germán
  8. hola! seguí todos los pasos y fue todo perfecto, pero sólo veo el backoffice, al cargar el front se me queda en blanco la pestaña del navegador, por qué puede ser? muchas gracias!
  9. tengo el mismo problema, quiero asociar otro tamaño de imagen a las miniaturas de las imágenes del producto. he probado a modificar el product.tpl y he mirado en thickbox.css y en thickbox-modified.js pero no he encontrado nada. si alguien me ayudara lo agradecería muchísimo. un saludo!
×
×
  • Create New...