How to add company name in admin invoice listing?

How to add company name in admin invoice listing ???

Please help

or hint to this ???

MAke sure your company details are in admin, settings



JOhn

Company name of the buyer or seller? For seller, as John said. For buyer, it should already be addressed by skins//mail/profiles/profiles_extra_fields.tpl

[quote name=‘tbirnseth’]Company name of the buyer or seller? For seller, as John said. For buyer, it should already be addressed by skins//mail/profiles/profiles_extra_fields.tpl[/QUOTE]



Hy and thank you for you answer



I want to modify this flie

/public_html/skins/basic/admin/views/orders/manage.tpl to show company of my customers in orders list near firstname and last name



Here is part of code



{if $o.user_id}{/if}{$o.lastname} {$o.firstname}{if $o.user_id}{/if}
{$o.email}



Near {$o.lastname} {$o.firstname} i want to insert company fild
i tried with {$o.company} but not work
fild "company" exist in table cscart_orders

please help me

You don’t have to modify any files…just enter “Company” in Users->Profile fields under billing and/or shipping address.

Users – Profile fields - Administration panel_1297650614120.jpg

here is a picture

Untitled-1.jpg

I see what you’re saying now. That’s a tough one. This is just a guess but try:


{$o.company_name}



If that doesn’t work, it will be more complicated considering CS uses the extra fields for company.

[quote name=‘The Tool’]I see what you’re saying now. That’s a tough one. This is just a guess but try:


{$o.company_name}



If that doesn’t work, it will be more complicated considering CS uses the extra fields for company.[/QUOTE]



not work :frowning: