Konabella Posted February 16, 2011 Share Posted February 16, 2011 Question anybody!I've tried several times to enable the newsletter module on prestashop back-office it shows on my website just fine and I also tested by subscribing and unsubscribing to news letters it show it was done correct.Now my question! Where do we see the new subscribers? I can't find it anywhere.Plus I want to know if anyone knows of a way to get notified when customers sign up!Any help will be greatly appreciated.Thanks in advance. Link to comment Share on other sites More sharing options...
xmax316 Posted August 4, 2011 Share Posted August 4, 2011 Question anybody!<br/><br/>I've tried several times to enable the newsletter module on prestashop back-office it shows on my website just fine and I also tested by subscribing and unsubscribing to news letters it show it was done correct.<br/><br/>Now my question! Where do we see the new subscribers? <br/>I can't find it anywhere.<br/>Plus I want to know if anyone knows of a way to get notified when customers sign up!<br/><br/><br/>Any help will be greatly appreciated.<br/><br/><br/>Thanks in advance. I believe you see them on Stadistic... But i do have a question... I have this code on my newletter registration link. For some reason i cant see them and for some reason they are not saving. The system only saves emails when customer do register on the website. I want to register visitors to the newsletter tooo. Here is my actual code. Can someone pls tell me what is missing... </div> <div class="home-news-box"> <div class="home-news-form"> <h4>{l s='Newsletter' mod='blockfooter'}</h4> <div class="block_content"> {if $msg} <p class="{if $nw_error}warning_inline{else}success_inline{/if}">{$msg}</p> {/if} <form action="{$base_dir}" method="post"> <p><input type="text" name="email" size="18" value="{if $value}{$value}{else}{l s='your e-mail' mod='blockfooter'}{/if}" onfocus="javascript:if(this.value=='{l s='your e-mail' mod='blockfooter'}')this.value='';" onblur="javascript:if(this.value=='')this.value='{l s='your e-mail' mod='blockfooter'}';" /> <input type="submit" value="Subscribe" class="button_small_cart" name="submitNewsletter" /> <select name="action" class="newsletter"> <option value="0"{if $action == 0} selected="selected"{/if}>{l s='Subscribe' mod='blockfooter'}</option> <option value="1"{if $action == 1} selected="selected"{/if}>{l s='Unsubscribe' mod='blockfooter'}</option> </select> </p> </form> </div> </div><!-- home-news-form --> <a href="#"><img src="{$module_dir}img/nav_cards.png" /></a> </div><!-- home-news-box --> </div><!-- home-info-container --> Thanks Link to comment Share on other sites More sharing options...
Recommended Posts