Sounds like you are doing the right thing. Maybe you are changing the wrong file? Are you modifying the template file in satchmo's source tree? Did you copy the file to a location specified in your settings file's TEMPLATE_DIRS?
The debug toolbar makes this kind of thing easy because it tells you precisely which templates are being rendered. --Stuart On Jan 20, 2011 8:54 AM, "jc" <[email protected]> wrote: > Hi, > > I would like to get rid of the "creating account" portion of the /checkout/ > page. "*If you already have an account, you can login now to fill in most of > the information below. This is just a convenience, no account is required!"* > > > My first guess was that I simply needed to get rid of this part within the > form.html file (*payment/templates/shop/checkout) * > * > * > <table> > <tr> > <td colspan="2"> > {% trans "If you already have an account, you can login now to fill in most > of the information below." %} > {% trans "This is just a convenience, no account is required!" %} > </td> > </tr> > <tr><td><label for="id_username">{% trans "Username or email" > %}:</label></td><td><input type="text" id="id_username" class="vTextField > required" name="username" size="15" value="" maxlength="75" /></td></tr> > <tr><td><label for="id_password">{% trans "Password" > %}:</label></td><td><input type="password" id="id_password" > class="vPasswordField required" name="password" size="15" value="" > maxlength="30" /></td></tr> > <tr><td> </td><td><input type="submit" value="{% trans "Login" %}" > /></td></tr> > *</table>* > * > * > But when delete the code it's still there* *on the /checkout/ page. Can > someone show me where (or how) to go to get rid of this? > > Thanks again for the help, > Jim > > -- > You received this message because you are subscribed to the Google Groups "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected]<satchmo-users%[email protected]> . > For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
