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>&nbsp;</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].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to