Jump to content

PS 1.7 Moduł oficjalny emailalerts v2.0.1 - blok powiadomienia o dostępności produktu nie pojawia się automatycznie.


Pawel___

Recommended Posts

Witam,
Kiedy wybieramy produkt z atrybutem którego brak na stanie nie pojawia się automatycznie pole do wpisania emaila z powiadomieniem o ponownej dostępności towaru. Dopiero wskakuje kiedy się odświeży sklep. W poprzednich wersjach działało to automatycznie.
Gdzie może być błąd? Można jakiś warunek trzeba dodać? Proszę o pomoc :)

Plik odpowiedzialny za ten element wygląda tak:

ps_emailalerts/views/templates/hook/product.tpl

<div class="js-mailalert" data-url="{url entity='module' name='ps_emailalerts' controller='actions' params=['process' => 'add']}">
	{if isset($email) AND $email}
		<input type="email" class="form-control" placeholder="{l s='[email protected]' d='Modules.Mailalerts.Shop'}"/><br />
	{/if}
  <input type="hidden" value="{$id_product}"/>
  <input type="hidden" value="{$id_product_attribute}"/>
	<a href="#" class="btn btn-primary" rel="nofollow" onclick="return addNotification();">{l s='Notify me when available' d='Modules.Mailalerts.Shop'}</a>
	<span style="display:none;"></span>
</div>

 

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...