Dear All,
First of all, a huge thank you to everybody who has been contributing to 
this fantastic project (Mezzanine as well as Cartridge)!
I have an issue in an e-commerce installation that does not use any 
automated payment gateways, as each item sold is bespoke in nature. 
Therefore, SHOP_PAYMENT_STEP_ENABLED is set to False, and nothing more than 
order details are required.
The left-to-right template is in 
templates/shop/includes/order_details.html. I wish to add a colum with a 
small thumbnail image of each purchased item to the table of "Items 
Ordered". However, I seem to be unable to pull in the right fields for the 
"item", having tried to add a table column with:
<td><img alt="{{ item.description }}" src="{{ MEDIA_URL }}{% thumbnail 
item.image 30 30 %}"></td>
to no avail.
Any hints?
I did manage to add the company logo to the letterhead, but noted that the 
.pdf version of the same document does not print any graphics whatsoever. 
Am I missing something in this respect?
Thanks a million for any hints -
Bests from Vietnam,
Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to