DavidD Posted June 2, 2009 Share Posted June 2, 2009 From the registration page, I would like to remove the newsletter/partner offers as well as change default country to the US. Is this possible? I have not found a way. Thanks much! Link to comment Share on other sites More sharing options...
rocky Posted June 2, 2009 Share Posted June 2, 2009 Remove the following section from authentication.tpl and identity.tpl in your theme's directory: <input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) AND $smarty.post.newsletter == 1} checked="checked"{/if} /> {l s='Sign up for our newsletter'} <input type="checkbox"name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} /> {l s='Receive special offers from our partners'} The default country should be what you have set in Shipping > Countries. Is your default country set to US? Link to comment Share on other sites More sharing options...
DavidD Posted June 2, 2009 Author Share Posted June 2, 2009 Thanks much Worked. I appreciate it greatly. Link to comment Share on other sites More sharing options...
Recommended Posts