*

rosistyles

  • ***
  • 28 posts
Email translation error
« on: March 01, 2018, 01:32:56 PM »
Hello

I translated the email template in the Backend, but now - the user receive an Mail with all Promotion opportunities and not only with the activated one. How can i fix this?

Thanks

*

MB Themes

Re: Email translation error
« Reply #1 on: March 01, 2018, 01:45:06 PM »
@rosistyles
You have probably removed / changed keywords. Original email text can be found in model/ModelOSP.php in install function
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rosistyles

  • ***
  • 28 posts
Re: Email translation error
« Reply #2 on: March 01, 2018, 04:17:27 PM »
That's strange. I have exactly the same code??

Code: [Select]
<p>Hola {CONTACT_NAME}!</p>
<p>Acabamos de publicar su artículo {ITEM_URL} en {WEB_TITLE}, es posible que desee promocionarlo y hacerlo más atractivo.</p>
<p>{START_PUBLISH}</p>
<p><strong>Tarifa de publicación:</strong> para que su anuncio esté disponible para cualquier persona que se encuentre en {WEB_TITLE}, debe completar el proceso y pagar la tarifa de publicación.</p>
<p>{END_PUBLISH}</p>
<p>{START_IMAGE}</p>
<p><strong>Tarifa de imagen:</strong> para mostrar imágenes en su lista, debe pagar la tarifa de imagen.</p>
<p>{END_IMAGE}</p>
<p>{START_PREMIUM}</p>
<p><strong>Hacer premium:</strong> haga que su anuncio sea premium y haga que aparezca en el resultado superior de las búsquedas realizadas en {WEB_TITLE}.</p>
<p>{END_PREMIUM}</p>
<p>{START_HIGHLIGHT}</p>
<p><strong>Resaltar:</strong> resalta tu anuncio y hazlo más atractivo.</p>
<p>{END_HIGHLIGHT}</p>
<p>{START_MOVETOTOP}</p>
<p><strong>Mover a la parte superior:</strong> mueva su lista a la parte superior y haga que se muestre en la parte superior de los resultados de búsqueda.</p>
<p>{END_MOVETOTOP}</p>
<p>{START_REPUBLISH}</p>
<p><strong>Volver a publicar:</strong> republique / renueve automáticamente su lista en períodos seleccionados varias veces.</p>
<p>{END_REPUBLISH}</p>
<p> </p>
<p>Puedes promocionar tu ficha en {ACCOUNT_LINK} o en el siguiente enlace:<br />{PROMOTE_LINK}</p>
<p> </p>
<p>Este es un correo electrónico automático, si ya lo hizo, ignore este correo electrónico.</p>
<p>Gracias,<br />{WEB_TITLE}</p>