PDA

View Full Version : Log in/ register


mac
13-Oct-2003, 12:17 AM
on the login page, it says: "If you don't have an account, please click here to start shopping..

I want to change that to say: If you don't have an account, please click here to REGISTER.

if i creat a new "REGISTER page" , how do i change that "If you don't have an account, please click here to start shopping.. ???? and have my customer directed to the REGISTER page?

Jan
13-Oct-2003, 06:21 AM
You can setup your site to only accept orders from logged in customers, you could then edit the login template (Act_LoginPage.html probably) to include a link to a regstration page - the registration page would be written outside of Actinic and it could email you there details.

Regards,

mac
13-Oct-2003, 05:34 PM
thanks for your reply.
I dont want all visitors to log in when they come to buy in the store.
I want the ones who decide to log in, rather the line that now says: If you don't have an account, please click here to start shopping..
I want a line that says: please clich here to register to get a user name and password.

How can i revise that line and link it to the REGISTER page that i have created?


Thanks.

cdicken
15-Oct-2003, 08:32 AM
1) Create a registration page called 'register.html' and upload it to your 'acatalog' folder online.

2) Go to 'Design | Text', click 'Go to' and go to prompt '206'.

3) Change the <a href="%"> to point to the full URL of your registration page - and change the text as necessary to talk about your registration page.