ebay_order.php (298B)
1 <?php 2 // Text 3 $_['text_total_shipping'] = 'Shipping'; 4 $_['text_total_discount'] = 'Discount'; 5 $_['text_total_tax'] = 'Tax'; 6 $_['text_total_sub'] = 'Sub-total'; 7 $_['text_total'] = 'Total'; 8 $_['text_smp_id'] = 'Selling Manager sale ID: '; 9 $_['text_buyer'] = 'Buyer username: ';