I am starting to use the checkout and checkoutemail modules and have run into some questions. Any advice and guidance will be appreciated.
1. Where can I change the "From" email address on notifications/emails sent by this module?
2. Where can I change the subject lines of the notifications/emails sent by this module?
3. Is there any way to use discount feature or something else that would say the first 3 items are free, after that it is $x per item? So if a person selected 5 items they would only be charged for 2.
Posts: 4338
site admin -> Checkout Configuration -> "Email address to send order status notifications from" ....
Edit file modules/checkout/classes/CheckoutTransactionEventHelper.class, function handleChangeTransactionStatus(...)
Use the checkoutpricebands module, set the price for the first three of each item to zero etc.