abandoned_carts.php 2.0 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. // Heading
  3. $_['heading_title'] = 'Abandoned Carts';
  4. // Text
  5. $_['text_bailed_carts'] = 'Abandoned Carts';
  6. $_['text_edit'] = 'Edit Abandoned Cart Options';
  7. $_['text_extension'] = 'Extensions';
  8. $_['text_list'] = 'Bailed Cart Overview';
  9. $_['text_no_results'] = 'Good news! No recent abandoned carts.';
  10. $_['text_success'] = 'Abandoned Carts configuration has been saved!';
  11. // Email Body
  12. $_['subject_prefix'] = "Incomplete Order at";
  13. $_['failed_cart_greeting'] = 'Hi, %s';
  14. $_['failed_cart_intro'] = 'We noticed you stopped by our shop recently and didn\'t complete your purchase; we just wanted to make sure this wasn\'t in error -- if you meant to complete checkout, you didn\'t complete the payment process and thus your order wasn\'t placed.';
  15. $_['failed_cart_contents'] = 'For your convenience, here\'s a list of what was in your cart:';
  16. $_['failed_cart_body'] = 'If your bailed cart was intentional, we\'d love to hear any feedback, suggestions or complaints you can offer so we can improve our store and customer experience!';
  17. $_['failed_cart_footer'] = 'You received this message because you (or someone using your email address) recently stopped by our shop - you have not been added to any newsletter and will not receive further communication from us as a result of your order attempt (unless you explicitly signed up to our newsletter and/or product notifications). We do not forcefully sign people up to our communications.';
  18. $_['failed_cart_signoff'] = 'We thank you for your interest in our merch; have an excellent day!';
  19. $_['failed_cart_signature'] = 'Regards,';
  20. // Entry
  21. $_['entry_abandoned_status'] = 'Criteria';
  22. $_['help_abandoned_status'] = 'Order status(es) to consider abandoned';
  23. $_['entry_limit'] = 'Day(s) to search for bailed carts';
  24. $_['entry_status'] = 'Status';
  25. // Button
  26. $_['button_view'] = 'View details of the abandoned order';