product_request.php 1.3 KB

1234567891011121314151617181920212223
  1. <?php
  2. // Heading
  3. $_['heading_title'] = 'Product Requests';
  4. // Text
  5. $_['text_product_requests'] = 'Product Requests';
  6. $_['text_edit'] = 'Edit Product Request Options';
  7. $_['entry_status'] = 'Status';
  8. $_['text_extension'] = 'Extensions';
  9. $_['text_success'] = 'Product Requests configuration has been saved!';
  10. $_['text_banner'] = 'There are %d requests for this product.<br />By setting the quantity to 1 or greater, these users will get an email notification of purchase availability.';
  11. // Help
  12. $_['entry_product_request_status'] = 'Status Criteria';
  13. $_['help_product_request_status'] = 'Choose the statuses you want to have the product request signup box appear on.';
  14. // Email Body
  15. $_['instock_notification_greeting'] = 'Just a quick note to inform, %s is now available for purchase!';
  16. $_['instock_notification_body'] = 'Get it now, before it\'s gone:';
  17. $_['instock_notification_signoff'] = 'You received this note as you explicitly requested updates once this item was made available for purchase. The request was confirmed by IP %s on %s.';
  18. $_['prod_notify_signature'] = 'Thanks for your interest in our merchandise!';
  19. $_['at_signifier'] = ' at ';