<tr> <td style="width: 125px; text-align: right;" class="key"> <?php echo JText::_('COM_TIENDA_DISCOUNT_APPLIES_TO'); ?> : </td> <td> <?php $attribs = array(); ?> <?php $attribs['onchange'] = 'shippingPerOrder();'; ?> <?php echo TiendaSelect::coupongroup(@$row->coupon_group, 'coupon_group', $attribs); ?> </td> </tr> <tr> <td style="width: 125px; text-align: right;" class="key"> <?php echo JText::_('COM_TIENDA_TYPE'); ?> : </td> <td> <?php echo TiendaSelect::btbooleanlist('coupon_automatic', '', @$row->coupon_automatic, 'Automatic', 'COM_TIENDA_USER_SUBMITTED'); ?>