Is there any way I can remove the pdf attachment for customers who order and only allow the administrator/vendor to receive the pdf attachment?
This pdf attachment is so ugly looking and it breaks most of my text. Virtuemart, some time very soon should maybe start creating a new updated pdf. I think it is about time. I know Virtuemart is limited to the pdf rendering code, i.e. tcpdf, however something should be done about it. Maybe some smart Virtuemart developer on here can do it, I would certainly purchase the add-on or include it in the Virtuemart files.
it doesn't take much effort to produce a decent invoice
it is just 3 files to over ride and make sure your css is basic and inline and set widths etc
components\com_virtuemart\views\invoice\tmpl\invoice.php and its children
to stop the client invoice I guess somewhere in components\com_virtuemart\helpers\shopfunctionsf.php sendVmMail function
Thanks GJC Web Design,
I really like that invoice design. Any chance of being cheeky and getting some of the code for that invoice?
Thanks,
Tony
there's nothing to it
html 101 -- think 1990 tables etc
put <?php die(); ?> at the bottom components\com_virtuemart\views\invoice\tmpl\invoice.php and generate an invoice
then u can edit in real time
Ok, thanks. I'll try it out. I remember the 90's creating websites, those were the days. I always preferred tables.