medalto Posted November 21, 2015 Share Posted November 21, 2015 i want to put the notify when available dialog next to the out of Stock message ( it will save customers a clicks or 2 and they may not know the notification option is available) ive found the relevant code from product.tpl <div id="oosHook"><!-- MODULE MailAlerts --><p class="form-group"><input type="text" id="oos_customer_email" name="customer_email" size="20" value="[email protected]" class="mailalerts_oos_email form-control"></p><a href="#" title="Notify me when available" id="mailalert_link" rel="nofollow">Notify me when available</a><span id="oos_customer_email_result" style="display:none; display: block;"></span><!-- END : MODULE MailAlerts --> and have added it to product-list.tpl ( about line 220 ) I need to add the JS - I assume its this <script type="text/javascript" src="/themes/default-bootstrap/js/modules/mailalerts/mailalerts.js"></script> whats the 'correct' way to do it ? thanks Link to comment Share on other sites More sharing options...
Straigh&Alert Posted March 3, 2017 Share Posted March 3, 2017 Hey medalto. did you ever find an answer to that problem ? I'd like to do the same Thanks ! 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