Jump to content

Maria Gonzalez

Members
  • Posts

    81
  • Joined

  • Last visited

1 Follower

Profile Information

  • First Name
    Marc
  • Last Name
    Garcia

Recent Profile Visitors

463 profile views

Maria Gonzalez's Achievements

Apprentice

Apprentice (3/14)

  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare

Recent Badges

1

Reputation

  1. Hola, tengo redsys como metodo de pago, no me funciona correctamente ya que no se que poner en la configuracion del modulo en URLOK. Ahora sin poner nada, me va a historial del pedido... Podeis orientarme a que debo colocar alli? Muchas gracias
  2. Thanks RMK_Code. I solved the issue, in fact there was no issue. The alert message is in the same language as the users explorer. I have chrome in spanish that's why the message is in spanish, people in france will get it in french
  3. That maybe the issue, I firstly installed the shop in spanish, then I changed to french as I want the frontend in french... So language 1 was Spanish, 2 was french. Now I have completely removed spanish, but french is still at 2... How can I make french number 1? anyway, what if it is multilanguage store, it should not behave like that...
  4. Yes, the default language is in french however the javascripts alerts are in spanish
  5. I need the banners (images) just for design purposes, I need 2 different images/banners with information on 2 separate parts on the homepage
  6. Hi, How can I add an additional banner (a static image) on the home page? The "banner" module doesn't allow adding two in the same hook. How can I do it? Thank you.
  7. Hola, como puedo añadir un banner (una imagen fija) adicional en la home page, el modulo "banner" no permite poner 2 en el mismo hook. Como puedo hacerlo? Gracias
  8. Hi, I have a prestashop 8 in french, however on the personal information section when making the purchase, all the verification javascripts are in spanish... "Selecciona esta casilla de verificacion si quieres continuar" How can I do it multilanguage or at least in french?
  9. I'm trying to make a "Text Block" on prestashop 8 responsive, but the widgets on that module only offers tables, not divs. I'm getting this code : <h1 style="text-align: center;">HEADER</h1> <p style="height: 28px;"></p> <table width="1073" style="height: 53px;"> <tbody> <tr> <td> <h1 style="text-align: center;"><strong><img src="http://prestashop-test.com/img/cms/1_green-svg%2060.png" alt="" width="60" height="50" /></strong></h1> <h1 style="text-align: center;"><strong>01</strong></h1> <p style="text-align: center;">Lorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum</p> </td> <td> <h1 style="text-align: center;"><img src="http://prestashop-test.com/img/cms/2_green-svg%2060.png" alt="" width="60" height="50" /></h1> <h1 style="text-align: center;">02</h1> <p style="text-align: center;">Lorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum</p> </td> <td> <h1 style="text-align: center;"><img src="http://prestashop-test.com/img/cms/3_green-svg%2060.png" alt="" width="60" height="50" /></h1> <h1 style="text-align: center;">03</h1> <p style="text-align: center;">Lorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum</p> </td> </tr> </tbody> </table> however I'll like something more like this : <body style="background-color: #f3f1f1cc; font-family: Arial, sans-serif; margin: 0; padding: 0;"> <h2 style="color: #3289ed; text-align: center; font-size: 4rem; margin: 0;">HEADER</h2> <div style="height: 100vh; display:flex; justify-content: center; align-items: center; gap: 3em; flex-grow: 1; padding: 0 40px;"> <div style="width: 21em; height: 25em; background-color: #fff; box-shadow: 5px 5px 25px #0000005f; padding: 10px 30px; border-radius: 10px;"> <h1 style="color: #3289ed;">01</h1> <p> Lorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum </p> </div> <div style="width: 21em; height: 25em; background-color: #fff; box-shadow: 5px 5px 25px #0000005f; padding: 10px 30px; border-radius: 10px;"> <h1 style="color: #3289ed;">02</h1> <p> Lorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum </p> </div> <div style="width: 21em; height: 25em; background-color: #fff; box-shadow: 5px 5px 25px #0000005f; padding: 10px 30px; border-radius: 10px;"> <h1 style="color: #3289ed;">03</h1> <p> Lorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum </p> </div> </div> </body> If I try to insert directly the div version, it does not work as expected.... Any solution? Thanks I've try to insert the div code in the source code of the "Text Block". Did not work.
  10. Hola, tengo prestashop 1.6.1.7, mi actual servidor tiene PHP 5.4. Ahora cambiaremos de hosting para uno que tiene PHP 7.2. El problema que nos hemos encontrado es que prestashop 1.6.1.7 no es compatible con PHP 7.2 y la web no va. Por otro lado, actualizar el prestashop en mi hosting actual tampoco funciona ya que prestashop 1.6.1.24 no es compatible con PHP 5.4. Cual es el procedimiento para actualizar prestashop a la ultima version de la 1.6...para que funcione en el hosting nuevo con PHP 7.2 ?
×
×
  • Create New...