X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   checkout step 1 remove password fields (https://forum.x-cart.com/showthread.php?t=21364)

romanobstuder 04-26-2006 04:24 AM

checkout step 1 remove password fields
 
Hi all
I would like to remove the Username and Password fields at the end of Checkout Step 1.

I have experimented with a lot of the templates but can not find the one that creates the password fields.

Thanks for any hints
Romano

romanobstuder 04-26-2006 04:31 AM

this time with signature

romanobstuder 04-26-2006 04:33 AM

signature
 
I have tried to ad this into my signature but with no success...

X-Cart version 4.0.18
X-Cart directory /var/www/vhosts/psophidian.com/httpsdocs/xcart
PHP 4.3.10 Details >>
MySQL server 3.23.58
MySQL client 3.23.58
Web server Apache/2.0.51 (Fedora)
Operation system Linux

NightFire 04-26-2006 06:05 AM

I guess your signature is too long. Maybe remove some lines and it would work. And also do not forget to enter your customer help desk password when updating your profile.

You can de-activate these fields by setting the setting allow anomynous checkout.

romanobstuder 04-26-2006 03:55 PM

signature
 
signature test

romanobstuder 04-26-2006 04:00 PM

No Password isue...
 
Under General settings:
Disable anonymous checkout: Click on/off
I tried bouth settings, it made no difference to the Checkout Step 1. Password question at the end is always included.
Romano

wjbrewer 04-26-2006 04:41 PM

Make sure that you have anonymous checkout enabled. Then open main/register_account.tpl and change the fields you do not want to show from "text" to "hidden"

For example change

Code:

<INPUT type="text" name="uname" size="32" maxlength="32" value="{$userinfo.login}">

to

Code:

<INPUT type="hidden" name="uname" size="32" maxlength="32" value="{$userinfo.login}">

This should work. You might have to do a little formatting to this template to make it look good.


All times are GMT -8. The time now is 07:38 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.