we have a client running amember who just emailed over an invoice that was automatically generated by the script that has the description line overunning the subtotal line. (see screenshot provided). is there a way in the script that i can go in and edit the way that the invoice looks or is generated? i wanted to ask before i got in there and started messing around. thanks for your help in advance. Cotton Rohrscheib, Partner Powersite / Pleth Networks, LLC http://www.pleth.com http://www.powersitedesign.com http://www.cottonrohrscheib.com/blog
Here is a quick fix. Edit file /amember/common.inc.php find row: $widths[0] = $width - $length; and replace it to: $widths[0] = $width - $length - 10; The reason of this issue is too small width of first column (Subscription/Product Title). It's just 1 pixel more than product title length.
yeah, i noticed that adding bold/italic or other tags to it really doesn't do anything... and it's pretty limited in terms of what i can customize (most of the text i add in there end up hanging/crashing the pdf creation process) I was trying to add some custom text, like policies, refunds, etc... but heck no, no luck. it would be nice if we could actually customize this through a web interface or something (just like email templates) and have it generated thru that somehow...
Thanks, I will give this a shot Cotton Rohrscheib, Partner Powersite / Pleth Networks, LLC http://www.pleth.com http://www.powersitedesign.com http://www.cottonrohrscheib.com/blog