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.
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
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
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
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