Yes, that's just what I wanted. It seems to work fine. Many thanks, Jim! - Allan
On Feb 19, 12:20 pm, Jim Robert <[email protected]> wrote: > I was able to set up something LIKE that a while ago, I think this is all > the relevant code: > > I added the following to "templates/shop/_order_tracking_details.html" > > {% if order.downloadlink_set.all %} > <h4>Download now</h4> > {% for dl_link in order.downloadlink_set.all %} > <a href="{{ dl_link.get_absolute_url }}">{{ dl_link.product_name}}</a><br/> > > {% endfor %} > {% endif %} > > Good luck! > > On Fri, Feb 19, 2010 at 1:58 PM, Tony Kirke <[email protected]> wrote: > > I've been attempting to do this for a while and have not yet figured it > > out. I also asked for help here but so far got no response. I guess it's > > either very difficult or the experts are too busy to chime in. I'm hoping > > it's the latter. It would be nice to know it's not the former though!. Let > > me know what you find and I'll do the same. > > > On Fri, Feb 19, 2010 at 9:19 AM, allan <[email protected]> wrote: > > >> I'm doing some customization of my Satchmo store to try to make things > >> as clear, simple and quick as possible for my class of users. When a > >> customer orders a downloadable product, I'd like to put the download > >> link right on the confirmation page. > > >> Has anyone else done this? If so, could you tell me what you did, to > >> save me some work? > > >> If you want to tell me why you think this is a bad idea, I'll > >> listen... :-) but I want to try it anyway. > > >> Thanks, > > >> - Allan > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Satchmo users" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<satchmo-users%[email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/satchmo-users?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<satchmo-users%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/satchmo-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
