Forums / Setup & design / Shop for high resolution images on demand

Shop for high resolution images on demand

Author Message

Ekkehard Dörre

Thursday 20 January 2005 1:29:52 pm

Hi,

I'm working on a stock photo shop.

You can see low resolution images. First thumbs then 400*400px. Put it into basket, then checkout. Then after paying an invoice (1. way) or paying with credit card (2. way) you can download the high resolution picture.

So the shop owner can 1. give access manually or 2. automatically after credit card paying was successful.

I think this is possible with Handler=ezfilepasstrough
Stop "Stolen Link" from other site
and http://ez.no/community/contribs/hacks/stop_stolen_link_from_other_site

and with Download module extension
http://ez.no/community/contribs/examples/download_module_extension
Any ideas, tips and tricks, how to do this with ez?

Thanks and greetings, ekke

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing

Ekkehard Dörre

Thursday 20 January 2005 1:35:27 pm

Handler=ezfilepasstrough for original images works:

gallery/override/templates/full/image.tpl


<a href={concat( 'content/download/', $node.object.data_map.image.contentobject_id, '/', $node.object.data_map.image.id, '/file/', $node.object.data_map.image.content.original_filename|urlencode )|ezurl}>
{$node.object.data_map.image.content.original_filename|wash( xhtml )}
</a>

Greetings, ekke

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing