Thread: Rounded boxes
View Single Post
  #11  
Old 03-28-2008, 08:54 AM
 
homeworldz homeworldz is offline
 

Advanced Member
  
Join Date: Feb 2008
Posts: 68
 

Default Re: Rounded boxes

Think I've sorted the tag.

I was using Ajax username checker. I've removed the code from cart.php and auth.php which seem to have fixed that problem.

Not sure why that caused a problem as the install.txt was....

2) In register.php and cart.php ...
After...
require "./auth.php"
Add...
require "./username_check.php";

Once I removed that, it seemed ok.

I'll check the update quantities.
__________________
x-cart 4.1.9
Reply With Quote