userDetails->JUser->guest,$this->userFields); ?>

page_title ?>

userDetails->virtuemart_user_id==0) { echo '

'.vmText::_('COM_VIRTUEMART_YOUR_ACCOUNT_REG').'

'; }?>
userDetails->user_is_vendor){ ?>
 
userDetails->virtuemart_user_id!=0) { $tabarray = array(); $tabarray['shopper'] = 'COM_VIRTUEMART_SHOPPER_FORM_LBL'; if(!empty($this->manage_link)) { echo $this->manage_link; } if(!empty($this->add_product_link)) { echo $this->add_product_link; } if($this->userDetails->user_is_vendor){ $tabarray['vendor'] = 'COM_VIRTUEMART_VENDOR'; } //$tabarray['user'] = 'COM_VIRTUEMART_USER_FORM_TAB_GENERALINFO'; if (!empty($this->shipto)) { $tabarray['shipto'] = 'COM_VIRTUEMART_USER_FORM_ADD_SHIPTO_LBL'; } if (($_ordcnt = count($this->orderlist)) > 0) { $tabarray['orderlist'] = 'COM_VIRTUEMART_YOUR_ORDERS'; } shopFunctionsF::buildTabs ( $this, $tabarray); } else { echo $this->loadTemplate ( 'shopper' ); // captcha addition echo $this->captcha; } // end of captcha addition ?>