VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: pinjosi on January 16, 2012, 12:21:19 PM

Title: Strange attributes on invoice print ???
Post by: pinjosi on January 16, 2012, 12:21:19 PM
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]
Title: Re: Strange attributes on invoice print ???
Post by: zzsser on January 19, 2012, 16:03:32 PM
Exactly the same problem for me...  :-[ :-[ :-[
Title: Re: Strange attributes on invoice print ???
Post by: pinjosi on February 01, 2012, 13:22:37 PM
Strange, can someone gimme a solution please?
Title: Re: Strange attributes on invoice print ???
Post by: pinjosi on February 01, 2012, 15:56:34 PM
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