azahara Posted November 26, 2013 Share Posted November 26, 2013 (edited) Me gustaria cambiarle el color rosa que viene en la confirmacion de pedido que me llega a mi correo cuando hacen un pedido, donde puedo cambiarlo? gracias. Solo quiero cambiar el color rosa por otro color diferente al correo de confirmacion que me llega a mi. Edited November 26, 2013 by azahara (see edit history) Link to comment Share on other sites More sharing options...
Josraso Posted November 26, 2013 Share Posted November 26, 2013 Desde tu ftp busca el modulo mailalerts dentro de la carpeta mails encontraras los emails que envia. Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted November 26, 2013 Share Posted November 26, 2013 (edited) Los emails generales desde Preferencias -> Temas -> Opción: Color para los mensajes de email El email que comentas, en concreto, fichero: modules/mailalerts/mails/es/new_order.html tendras algo como esto: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body> <div> <p style="line-height:17px"><a title="{shop_name}"><img style="border:none" alt="{shop_name}"></a><br><br> Felicitación! Tiene un nuevo pedido en su tienda <strong>{shop_name}</strong> realizado por el cliente :<br><strong style="color:#db3484">{firstname} {lastname} ({email})</strong></p> <table border="0"> <tbody> <tr> <td style="width:550px;font-family:Verdana,sans-serif;font-size:11px"> <p style="background-color:#db3484;width:540px;color:#fff;font-size:12px;font-weight:bold;padding:5px">Detalles del pedido</p> <p>Pedido : <strong><span style="color:#db3484">#{order_name}</span> realizado el {date}</strong></p> <p>Método de pago : <strong>{payment}</strong></p> <table style="width:100%;font-size:11px;color:#374953"> <tbody> <tr style="background-color:#b9babe;text-align:center"><th style="width:15%;padding:0.6em">Referencia</th><th>Producto</th><th style="width:15%;padding:0.6em">Precio</th><th style="width:15%;padding:0.6em">Cantidad</th><th style="width:20%;padding:0.6em">Precio Total</th></tr> <tr> <td>{items}</td> </tr> <tr style="text-align:right"> <td style="background-color:#b9babe;padding:0.6em 0.4em" colspan="4">Productos</td> <td style="background-color:#b9babe;padding:0.6em 0.4em">{total_products}</td> </tr> <tr style="text-align:right"> <td style="background-color:#ebecee;padding:0.6em 0.4em" colspan="4">Descuentos</td> <td style="background-color:#ebecee;padding:0.6em 0.4em">{total_discounts}</td> </tr> <tr style="text-align:right"> <td style="background-color:#ebecee;padding:0.6em 0.4em" colspan="4">Embalaje regalo</td> <td style="background-color:#ebecee;padding:0.6em 0.4em">{total_wrapping}</td> </tr> <tr style="text-align:right"> <td style="background-color:#dde2e6;padding:0.6em 0.4em" colspan="4">Portes</td> <td style="background-color:#dde2e6;padding:0.6em 0.4em">{total_shipping}</td> </tr> <tr style="text-align:right;font-weight:bold"> <td style="background-color:#f1aecf;padding:0.6em 0.4em" colspan="4">Total pagado</td> <td style="background-color:#f1aecf;padding:0.6em 0.4em">{total_paid}</td> </tr> </tbody> </table> <p>Transportista : <strong>{carrier}</strong></p> <table style="width:100%;font-size:11px;color:#374953"> <tbody> <tr style="background-color:#b9babe;text-transform:uppercase"><th style="text-align:left;padding:0.3em 1em">Dirección de entrega</th><th style="text-align:left;padding:0.3em 1em">Dirección de facturación</th></tr> <tr> <td style="padding:0.5em 0 0.5em 0.5em;background-color:#ebecee">{delivery_block_html}</td> <td style="padding:0.5em 0 0.5em 0.5em;background-color:#ebecee">{invoice_block_html}</td> </tr> </tbody> </table> <p style="background-color:#db3484;width:540px;color:#fff;font-size:12px;font-weight:bold;padding:5px">Mensaje del cliente : <strong>{message}</strong></p> <p style="width:100%;text-align:center"><a style="color:#db3484;font-weight:bold;text-decoration:none">{shop_name}</a> desarrollado por <a style="text-decoration:none;color:#374953" href="http://www.prestashop.com/" target="_blank">PrestaShop™</a></p> </td> </tr> </tbody> </table> </div> </body></html> cambia los background Edited November 26, 2013 by Sergio Ruiz (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts