Hi Guys,
Please help!!
With my invoices I have to make sure my “Bank logo” image and Credit Card logo images do not appear (I only want them to appear at checkout, I just want the plain text on this invoice). Also in my Credit Card payment title I put things like "No PayPal account needed" for the customer to see at checkout - but I do not want that appearing on the invoice, I want the title on the invoice to be different!
Having HTML and image refs in these fields also causes difficulties when using the EDIT ORDERS module as the fields are then too long and get cut off.
I was interested to see although in this print_invoice mod my shipping method “Flat Rate Shipping” appears as just the text only without my large FedEx / UPS logos that are displayed on the checkout.
looks like is it clean formatting and stripping away the html??
$format_shipping = explode(" (", $order->totals[$i]['title'], 2);
$clean_shipping = rtrim($format_shipping[0], ":");
$display_title = $clean_shipping . ':';
pls help guys??



