sc_print_image

I want to use a variable in sc_print_image but don’t work.

Example:

sc_print_image(“http://path_of_image”, … works

sc_print_image($image, … doesn’t work

Btw sc8 …

Weird… in my environment works fine =S.

Try modifying the name of your variable and try a global as well

Regards

Tried global and field too. But good to hear it works, I’ll try more.
Btw, I’m trying to make an invoice pdf with images, do you know the best way to do it?