Jump to content

Recommended Posts

Buenas, en mi tienda cuando no hay un producto en stock, no sale la caja para poner el correo electronico, solo sale el boton, y al darle te da el error de no haber introducido ningun correo. He modificado algunos archivos, entre ellos el "product.tpl" por si sirve de información. Adjunto imagen:

 

image.thumb.png.12274d53da8c5f60f99b4d7d5900cb44.png

 

 

 

Y supongo que habrá que modificar esta parte en el product.tpl del módulo "mail alerts"

 

<!-- MODULE MailAlerts -->
	{if isset($email) AND $email}
		<input type="text" id="oos_customer_email" name="customer_email" size="20" value="{l s='[email protected]' mod='mailalerts'}" class="mailalerts_oos_email" onclick="clearText();" /><br />
	{/if}
	<a href="#" title="{l s='Notify me when available' mod='mailalerts'}" onclick="return addNotification();" id="mailalert_link" rel="nofollow">{l s='Notify me when available' mod='mailalerts'}</a>
	<span id="oos_customer_email_result" style="display:none;"></span>
<!-- END : MODULE MailAlerts -->

 

Edited by Pelleque (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...