Hi,
I have created my products with a few configurable options. Some options are hidden (from order form i guess) and other are displayed.
When the invoice is created for the customer, all the options appear on the invoice including items that have not been chosen for the invoice. This makes the invoice to cluttered and displays options which I did not intend some customers to see (the hidden items).
Is there a way to hide the $0 configurable options on the generated customer invoice?
My existing email template for newly cerated invoices is as follows:
--BEGIN--
Dear {$client_name},
This is a notice that an invoice has been generated on {$invoice_date_created}.
Your payment method is: {$invoice_payment_method}
Invoice #{$invoice_num}
Amount Due: {$invoice_total}
Due Date: {$invoice_date_due}
Invoice Items
{$invoice_html_contents}
------------------------------------------------------
You can login to your client area to view and pay the invoice at {$invoice_link}
{$signature}
--END--
Any help regarding this issue would be highly appreciated.
Regards,
Shaheen