I want to add an image to invoices at the bottom so when they print it will be there I remember how to do it for 1.3.5 but not for 3.06 I placed image in images and used a small code in brackets like this {} wherever I wanted image to appear how do we do this for 3.06
[quote name='flasher' timestamp='1409894655' post='191528']
I want to add an image to invoices at the bottom so when they print it will be there I remember how to do it for 1.3.5 but not for 3.06 I placed image in images and used a small code in brackets like this {} wherever I wanted image to appear how do we do this for 3.06
[/quote]
As far as I know, this module is compatible with 3.0.x versions:
http://marketplace.cs-cart.com/add-ons/site-management/wsa-product-images-for-invoices.html
Thanks
Look for and I think you have to edit your invoice.tpl
/themes/yourtheme/mail/templates/orders
or
/backend/mail/templates/orders
[quote name='zeero6' timestamp='1409923955' post='191554']
Look for and I think you have to edit your invoice.tpl
/themes/yourtheme/mail/templates/orders
or
/backend/mail/templates/orders
[/quote]
Unfortunately, order information does not contain product images. Therefore additional php modifications are also required.
True but I think its to add an image, not the product ordered image.
I use the one for images per item purchased but I need to add one or change every once in awhile on the bottom lower left side like specials or logo or just to have one in that area
[quote name='zeero6' timestamp='1409934396' post='191565']
True but I think its to add an image, not the product ordered image.
[/quote]
Sorry for the misunderstanding. Use the My changes add-on and same hooks as the Barcode module:
design/themes/THEME/mail/templates/addons/my_changes/hooks/orders/invoice.post.tpl
design/backend/mail/templates/addons/my_changes/hooks/orders/invoice.post.tpl
Hope that helps.