Exemple #1
0
        <td > 
      	<input type="text" class="inputbox" name="customer_number" size="40" value="<?php 
echo $ps_shopper_group->get_customer_num($db->f("user_id"));
?>
" />
        </td>
     </tr>
     <tr> 
    	<td style="text-align:right;"> <?php 
echo $VM_LANG->_('PHPSHOP_SHOPPER_FORM_GROUP');
?>
:</td>
        <td ><?php 
include_class('shopper');
$sg_id = $ps_shopper_group->get_shoppergroup_by_id($db->f("user_id"));
echo ps_shopper_group::list_shopper_groups("shopper_group_id", $sg_id["shopper_group_id"]);
?>
        </td>
    </tr>
</table> 
</fieldset>
       
<?php 
if ($db->f("user_id")) {
    ?>
 
    <fieldset><legend><?php 
    echo $VM_LANG->_('PHPSHOP_USER_FORM_SHIPTO_LBL');
    ?>
</legend>
    
:
      </td>
		<td> 
        <?php 
$ps_html->list_currency("product_currency", $db->sf("product_currency"));
?>
      </td>
	</tr>
	<tr>
		<td class="labelcell"> <?php 
echo $VM_LANG->_('PHPSHOP_PRICE_FORM_GROUP');
?>
:
      </td>
		<td><?php 
echo ps_shopper_group::list_shopper_groups("shopper_group_id", $db->sf("shopper_group_id"));
?>
      </td>
	</tr>
	<tr>
		<td colspan="2" height="2">&nbsp;</td>
	</tr>
	<tr>
		<td class="labelcell"><?php 
echo $VM_LANG->_('PHPSHOP_PRODUCT_LIST_QUANTITY_START');
?>
:</td>
		<td><input type="text"
			value="<?php 
echo $db->f("price_quantity_start");
?>