term.nav.add_to_cart = "Add to Cart"
term.nav.checkout = "Proceed to Checkout"
term.nav.purchase = "Click to Purchase Selected Items"
-term.nav.print_vouchers = "Print Vouchers"
+term.nav.print_vouchers = "Print Boarding Passes"
term.nav.delete_from_cart = "Delete these items from your cart"
; Prompts used for shop checkout fields
; chuck's server configuration data inherits from development
; and overrides values as necessary
[chuck : development]
-option.checkout_testing = false ;Dissables clearing of cart and storing of purchase to permit repeat checkout submissions.
+option.checkout_testing = true ;Dissables clearing of cart and storing of purchase to permit repeat checkout submissions.
; steve's server configuration data inherits from development
; and overrides values as necessary