View Single Post
  #5  
Old 12-25-2002, 07:36 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

include/register.php

Code:
$fillerror = (empty($uname) || !empty($error) || empty($passwd1) || empty($passwd2) || ($passwd1 != $passwd2) || empty($firstname) || empty($lastname) || empty($b_address) || empty($b_city) || (!empty($states) && empty($b_state)) || empty($b_country) || empty($b_zipcode) || empty($phone) || empty($email));

Simply edit that if statement to your liking.

The template file:
skin1/main/register.tpl

merry xmas!
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote