How do I Disable Registration Script?

Discussion in 'Site & Server Administration' started by SFOD_D223, Mar 29, 2006.

  1. #1
    I'm trying to make browsing and purchase as click-less as possible. Is there anyway I can disable "registration" feature to my site without having to build it down?

    In the age of identity theft, I believe this is hindering me from processing and closing the sale.

    Thanks for the assist in advance.

    Site on SQL Server w/PHP backup.
     
    SFOD_D223, Mar 29, 2006 IP
  2. jaymcc

    jaymcc Peon

    Messages:
    139
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    By 'registration' do you mean that the customer has to sign up and create an account before they can purchase? If so then this is dependant upon the software you are using. Which eCommerce software are you using?

    J
     
    jaymcc, Mar 30, 2006 IP
  3. SFOD_D223

    SFOD_D223 Peon

    Messages:
    4,512
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This garbage software called "cartwiz". I found it on the web. If I would have known better I wouldn't have bothered with it of course, now that I'm a little educated
     
    SFOD_D223, Mar 30, 2006 IP
  4. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Just add "disabled" at your registration buton

    if you have something like
    <input type="submit" name="Register" value="Register">
    change in this
    <input type="submit" name="Register" value="Register" disabled>

    Regards
    Adrian
     
    sacx13, Mar 30, 2006 IP
  5. SFOD_D223

    SFOD_D223 Peon

    Messages:
    4,512
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If I'm understanding this correctly, i will disable all "register" values for all of my .asp pages?
     
    SFOD_D223, Mar 30, 2006 IP
  6. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #6
    No ... register is the button what user will click when want to do registering in your site ... If you have more than 1 up need to disable all of them !

    Regards
     
    sacx13, Mar 30, 2006 IP
  7. SFOD_D223

    SFOD_D223 Peon

    Messages:
    4,512
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Well I guess noone wants to help an old coot de-funk his site, so I will move on.
     
    SFOD_D223, Apr 3, 2006 IP