Jump to content

Configuring and translate few things


Recommended Posts

Hello,

I'm wondering how I can edit settings for new user registrations. Then I mean the form. I want to remove things as newsletter and state. And how do i translate the mails the customers recieve when the order is sent, payed and such? Thanks!

Link to comment
Share on other sites

Open the authenitcation.tpl in yout themes>directory and comment out the fieldsyou don't want
e.g. about line 132 for 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'}
-->

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