Need help customizing checkout module

seaus

Joined: 2007-02-15
Posts: 24
Posted: Fri, 2009-05-01 17:22

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.

 
alecmyers

Joined: 2006-08-01
Posts: 4338
Posted: Fri, 2009-05-01 17:54
Quote:
1. Where can I change the "From" email address on notifications/emails sent by this module?

site admin -> Checkout Configuration -> "Email address to send order status notifications from" ....

Quote:
2. Where can I change the subject lines of the notifications/emails sent by this module?

Edit file modules/checkout/classes/CheckoutTransactionEventHelper.class, function handleChangeTransactionStatus(...)

Quote:
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.

Use the checkoutpricebands module, set the price for the first three of each item to zero etc.