'ECommerce_Checkout', 'itemName' => 'Order', 'itemsName' => 'Orders', //allowed shipping methods 'shipping' => array( 'ups' => 'UPS', 'fedEx', 'usps' => 'USPS', 'manual' => 'Our Shipping' ), //allowed payment methods 'payment' => array( 'authorizeNet' => 'Credit Card (through Authorize.Net)', 'linkPoint' => 'Credit Card (through First Data Global Gateway)', 'PayPalExpressCheckout' => 'PayPal Express', 'PayPalStandard' => 'PayPal Standard', 'po' => 'P.O.' ), // list of payment processors that needs service product if cart item subtotal == 0 and shipping exists 'serviceProductPayments' => ['PayPalExpressCheckout', 'PayPalStandard'], 'currency' => 'USD', );