Pawel___ Posted October 27, 2017 Share Posted October 27, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now