Jump to content

britanico

Members
  • Posts

    8
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    Madrid
  • First Name
    Britanico
  • Last Name
    Merida

britanico's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hola Quiero utilizar CloudFront para servir las imagenes, css y js de la web. Les explico lo que tengo montado hasta ahora y cual es el problema. El prestashop esta en un EC2 de Amazon. Primera Parte: Para mantener mi S3 sincronizado en todo momento. 1.- He creado un bucket de S3 2.- Con s3fs he vinculado el bucket creado con una carpeta de mi servidor. 3.- He copiado la carpeta "img" de prestashop en la carpeta que he vinculado el s3 y se ha sincronizado en mi bucket correctamente 4.- En la carpeta htdocs he creado un soft link "img" que apunta al la carpeta que esta sincronizada con mi S3. Hasta aquí todo bien Segunda Parte: Crear un CloudFront y distribuirlo en todos los nodos de amazon. 1.- creo un subdominio en 1and1, donde tengo mis dominios "ccc1.miweb.es" 2.- Creo un cloudFront que tiene como origen mi bucket de S3, este me da una url -> http://xxxxxxxxx.cloudfront.net y lo creo con un CNAME = ccc1.miweb.es 3.- En 1and1 creo la redireccion ccc1.miweb.es -> http://XXXXXXXXXXXX.cloudfront.net Con esto obtengo una url que apunta a mi cloudFront que apunta a mi S3 Pruebo las rutas y todas me funcionan Directamente a mi bucket (esta no es la ruta real) https://s3.eu-west-3.amazonaws.com/<mibucket-static>/img/p/2/2.jpg Directamente a traves de mi CloudFront https://xxxxxxxxx.cloudfront.net/img/p/2/2.jpg A través del CNAME (subdominio) que apunta al cloudFront http://ccc1.miweb.es/img/p/2/2.jpg Tercera Parte: Al activar el servidor multimedia con ccc1.miweb.es se me rompen las imagenes de producto porque estas no apunta directamenrte a una imagen si no a un controlador , si desactivo la url amigable todo funciona perfecto pero quiero dejar la url amigable . Como puedo solucionar esto? Si necesitan mas información se las mando por aqui in problemas
  2. Hi I just downloaded the latest version of social socialsharing module and It fails sharing with any social network, someone knows if I'm missing something? I attached the error in JS
  3. Hola me he bajado la ultima version (v1.4.1) del modulo socialsharing y falla al compartir con cualquier red social, alguien sabe si me falta algo?
  4. Yes, in my case in on a standar instalation. And , Walrus my problem is not on modules update is on save template. Anyway I changed my template and delete the border-radius
  5. Hola, El problema es cuando creo una plantilla de correo electrónico (fuera de prestashop) y luego copio y pego el código HTML o incluso cambio todo el archivo html directamente desde la carpeta de mails, el editor de correo electrónico cambiar una parte del código. Tengo en mi plantilla original este estilo: style = "- moz-border-radius: 40px; border-radius: 40px; border: 1px solid # F69565; display: inline-block; background-color: # F69565;"> Y luego, cuando el correo electrónico se ha enviado me sale: style = "border: 1px solid # f69565; background-color: # f69565" Simplemente quite el - moz-border-radius: 40px; border-radius: 40px; y el display: inline-block; ¿alguna idea?
  6. Hi, The problem is when I create an email template (outside of prestashop) and then I copy and paste the html code or even change the entire html file directly from the folder's mail, the email editor change some of the code. I have in my original template this style: style="-moz-border-radius: 40px;border-radius: 40px;border: #F69565 1px solid;display: inline-block;background-color: #F69565;"> And then when the email has been sent I get: style="border:#f69565 1px solid;background-color:#f69565" It just remove the border-radius and display any Ideas?
  7. Hi, I have the same problem, did you solved it ?, How? I have in my original template this style: style="-moz-border-radius: 40px;border-radius: 40px;border: #F69565 1px solid;display: inline-block;background-color: #F69565;"> And then when the email has been sent I get: style="border:#f69565 1px solid;background-color:#f69565" It just remove the border-radius and display
  8. selectshop.at, I'm usign the stable realease 1.6.1.0, thast weird.
  9. I have the same problem, any ideas to solve it?
×
×
  • Create New...