Can someone help me out please.
When i order a product with custom fields on it. Like colors or size's.
Then when i want to print the invoice there are strange attibutes that i dont want on it.
See the examples.
The first example is the way i order and the second the invoice print screen.
See the items <VSPAN> and some numbers
I hope someone can help me out
Greets,
The Pin Man
[attachment cleanup by admin]
Exactly the same problem for me... :-[ :-[ :-[
Strange, can someone gimme a solution please?
i found how to delete it from the invoice now but still no propper solution.
go to:
/httpdocs/administrator/components/com_virtuemart/views/orders/tmpl/order_print.php
and delete this line:
{
echo '<div>' . $item->product_attribute .'</div>';
}
then the attribute is not displayd on the invoice.
greets,
the pin man