voucher.php (471B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Use Gift Certificate'; 4 5 // Text 6 $_['text_voucher'] = 'Gift Certificate (%s)'; 7 $_['text_success'] = 'Success: Your gift certificate discount has been applied!'; 8 9 // Entry 10 $_['entry_voucher'] = 'Enter your gift certificate code here'; 11 12 // Error 13 $_['error_voucher'] = 'Warning: Gift Certificate is either invalid or the balance has been used up!'; 14 $_['error_empty'] = 'Warning: Please enter a gift certificate code!';