order_alert.php (383B)
1 <?php 2 // Text 3 $_['text_subject'] = '%s - Order %s'; 4 $_['text_received'] = 'You have received an order.'; 5 $_['text_order_id'] = 'Order ID:'; 6 $_['text_date_added'] = 'Date Added:'; 7 $_['text_order_status'] = 'Order Status:'; 8 $_['text_product'] = 'Products'; 9 $_['text_total'] = 'Totals'; 10 $_['text_comment'] = 'The comments for your order are:';