Offering both free (resized) and fee (full sized image) downloads using checkout module
|
hpstudios
Joined: 2009-10-17
Posts: 8 |
Posted: Wed, 2009-10-21 21:40
|
|
I want to set up my gallery so that visitors who want the (smaller) resized version can download them for free in a zip file, but if they want the larger-sized original, they will have to download that for a cost. Example: they click "add to cart" and get two options- "Free version (resized)/ Full-scale version- $XX". The appropriate file is then delivered. One thing I was thinking was to have the *Shopping Cart/ Zip Download Module* for Unregistered Users and the Checkout Module for Registered Users. But I read that there are technical problems with having both modules running?? System info Quote:
Gallery version = 2.3 core 1.3.0 |
|
| Login or register to post comments |

Posts: 3371
Having both modules is a logistic headache because both have an "add to cart" command, both have "view cart", and the two carts have different options, layouts etc - so your customers aren't going to know which is which. And nor are you, when you start to get the confused emails asking what's going on; assuming that your customers don't give up and go somewhere else first.
But what you want to do is trivial with checkout and checkoutdownload: have two products, one free and one with a price. The free one has associated with it (via checkoutdownload) the small download size, the priced product has the larger download. Presto hey.
Posts: 3371
OH - and you'll need to install checkoutemail to give 'free' orders a way to complete. If you don't want non-free orders to see the email option, there was a thread about what mods to make in which code, here on the forum very recently.
Posts: 8
Thanks for your help.
Just one thing. Could you post the link to that thread you're talking about?
Posts: 3371
http://gallery.menalto.com/node/84119
Posts: 8
Thank you very very much!