Exemple #1
0
				           value="1" onclick="createUserAccount(this);"/>
					<?php 
        echo JText::_('COM_REDSHOP_CREATE_ACCOUNT');
        ?>
</h4>
			<?php 
    }
    ?>
			<div>
				<fieldset class="adminform">
					<legend><?php 
    echo JText::_('COM_REDSHOP_ADDRESS_INFORMATION');
    ?>
</legend>
					<?php 
    echo $userhelper->getBillingTable($post, $is_company, $this->lists, OPTIONAL_SHIPPING_ADDRESS, 1, CREATE_ACCOUNT_CHECKBOX);
    ?>
				</fieldset>
				<br/>
				<?php 
    $billingisshipping = "";
    if (count($post) > 0) {
        if (isset($post['billisship']) && $post['billisship'] == 1) {
            $billingisshipping = "style='display:none'";
        }
    } elseif (OPTIONAL_SHIPPING_ADDRESS) {
        $billingisshipping = "style='display:none'";
    }
    ?>
				<div id="divShipping" <?php 
    echo $billingisshipping;
Exemple #2
0
<?php 
}
?>

<form action="<?php 
echo JRoute::_($this->request_url);
?>
" method="post" name="adminForm" id="adminForm"
      enctype="multipart/form-data"><!-- id="billinfo_adminForm" -->
	<fieldset class="adminform">
		<legend><?php 
echo JText::_('COM_REDSHOP_CUSTOMER_INFORMATION');
?>
</legend>
		<?php 
echo $userhelper->getBillingTable($post, $this->billingaddresses->is_company, $this->lists, 0, 0, $create_account);
?>
		<table cellspacing="3" cellpadding="0" border="0" width="100%">
			<tr>
				<td align="right"><input type="button" class="button" name="back"
				                         value="<?php 
echo JText::_('COM_REDSHOP_CANCEL');
?>
"
				                         onclick="javascript:cancelForm(this.form);"></td>
				<td align="left"><input type="submit" class="button" name="submitbtn"
				                        value="<?php 
echo JText::_('COM_REDSHOP_SAVE');
?>
"></td>
			</tr>
Exemple #3
0
echo JRoute::_('index.php');
?>
" method="post" name="adminForm" id="adminForm"
      enctype="multipart/form-data">
	<fieldset class="adminform">
		<legend><?php 
echo JText::_('COM_REDSHOP_ADDRESS_INFORMATION');
?>
</legend>
		<table class="admintable" cellpadding="0" cellspacing="0" border="0" width="100%">
			<tr>
				<td>
					<table class="admintable" cellpadding="0" cellspacing="0" border="0" width="100%">
						<tr>
							<td><?php 
echo $userhelper->getBillingTable($post, $is_company, $this->lists, 0, 1, 1);
?>
</td>
						</tr>
					</table>
				</td>
			</tr>

			<?php 
if (SHOW_CAPTCHA) {
    ?>
				<tr>
					<td>
						<table class="admintable" cellpadding="0" cellspacing="0" border="0" width="100%">
							<tr>
								<td align="left"><?php