Jump to content

jesusroldan

New Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by jesusroldan

  1. I have solved the problem using this SQL statement: SELECT REPLACE(REPLACE(description,CHAR(13),' '),CHAR(10),' ') FROM ps_product_lang; I've been faster than the forum hehehe
  2. Hello everybody. I am developing a module to be able to download custom data about the products to a CSV file. I find the problem when trying to insert the description (long) field in the CSV. This field is added in the database as html text and stores newlines within itself, and this for a CSV file is a very bad thing, since it takes each newline as a new item. I'm looking for a PHP or SQL function similar to strip_tags or trim to help me remove this line break before putting the information in the final CSV. Thank you in advance for your help.
  3. Hola Diana02. En la configuración de tu theme puedes buscar la opción de mostrar X productos por fila. Si lo estableces en 1 quizás te muestre la página en "modo lista". En dos de mis tiendas ha ocurrido así, pero quizá luego no deje la opción al usuario de cambiar la vista. De no ser así, si me dejas el enlace de tu tienda puedo localizar en que archivo se puede encontrar la parte de código a la que hacen referencia en webempresa o, al menos ver que theme estás utilizando y ver si existe algún módulo que te pueda ayudar. Salu2.
  4. He observado un comportamiento anormal en mi tienda. Las imágenes, al subirlas, se veían rellenadas en blanco hasta conseguir un cierto tamaño. Para solucionar eso he cambiado los parámetros de tamaño en la imagen "product_default" en Diseño > Ajustes de imágenes. Al hacer esto la imágen subida se mostraba correctamente pero al hacer click para mostrar en tamaño completo se muestra totalmente distorsionada. Adjunto algunos pantallazos explicativos. Gracias de antemano.
×
×
  • Create New...