View Single Post
  #1  
Old 12-15-2011, 11:35 PM
 
jake8804 jake8804 is offline
 

Newbie
  
Join Date: Dec 2011
Posts: 6
 

Default What is the Smarty variable for Provider company name?

I am trying to display the Provider's company name on the product details page. My current code is:

<tr>
<td class="property-name">{$lng.lbl_company}</td>
<td class="property-value" colspan="2">{$userinfo.company}</td>
</tr>

Obviously $userinfo is wrong (I got that from the provider account page in admin) but I can't see anything in the debugging console that would work. So can someone tell me what is the correct smarty variable?

Thank you!
__________________
X-Cart 4.4.4 on Unix
Add-ons: Power Filter by *********, BCSE Shipping Per Product.
Reply With Quote