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.
|