Checkout module - pricing postage by quantity
mercury66
Joined: 2005-07-11
Posts: 25 |
![]() |
Hello, I'm having a play with the checkout module on my test site and I must say it seems to be perfect One query however, has anyone enabled the opposite of the discount process - my thought being to add an additional cost (for example shipping) per quantity of items? My client is an event photographer, therefore customers will often buy images in bulk, so a shipping cost A up to 10 items, B up to 20 etc would be extremely useful. Thx, |
|
alecmyers
Joined: 2006-08-01
Posts: 4342 |
![]() |
You can code that yourself, if you want it badly enough. It's straightforward either to hack the code, or write an add-on checkout-compatible module that uses the interfaces provided in the checkout module to adjust the postage for the number of items. But nobody has done that yet. (Just think, you could be the first, and fame and glory would await you. Or not.) |
|
mercury66
Joined: 2005-07-11
Posts: 25 |
![]() |
Hello, Thanks for the prompt reply - I love the sound of the 'checkout-compatible module', but think it may be beyond my, erm skills. (Fame and glory, not!) Client I'm crafting website for might stump up for some development work over and above logo & theme I'm doing - do you entertain estimating on such tasks? (Probably not supposed to ask such things.. but hey. It's been a bad day.) Thx, |
|
alecmyers
Joined: 2006-08-01
Posts: 4342 |
![]() |
Indeed you can ask - there's even a forum for people to solicit commercial work - but I try to make myself unaffordable to encourage other people to learn the technical stuff themselves. |
|
mercury66
Joined: 2005-07-11
Posts: 25 |
![]() |
Ah - ok! >> "...I try to make myself unaffordable to encourage other people to learn the technical stuff themselves." That certainly shows a sense of style ;) Thx again for your time. |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Just to pipe in. A bit of the KISS methodology I've seen lots of small ma-n-pa type companies do it in that manner. They've figured out the shipping charges are ahead of time and just have a simple flat rate type charge on their site with a statement that if you're not shipping to a place listed you will be contacted for exact shipping charges. Not as whiz bang as something that ties in with UPS, FedEx, USPS, etc to get current and exact shipping charges, but it's simple and they can build in their "handling" charge as well to also help pay for shipping materials and their time packing the stuff up. |
|
alecmyers
Joined: 2006-08-01
Posts: 4342 |
![]() |
It's only a two-line hack to change the way the postage is calculated. Doing it in an external module (that you can share) is the coolest way though. |
|