View Single Post
  #7  
Old 12-16-2011, 01:45 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: What is the Smarty variable for Provider company name?

Sleep helps...sometimes.

{$provider_info} is the variable that is usually initialized with an array containing the provider info:

Array (5)
id => "1"
login => "mike@babymonkeystudios.com"
title => "Mr."
firstname => "Michael"
lastname => "White"

I can't give you a crash course on Smarty, but if you know php, smarty will come naturally over time. It is even easier for me than php itself. I like writing eq or ne instead of == or !=. It truly is a "smart" language- pun intended. :_)

Let me know when you get stuck. Post real code examples and I will help where I can. If you need more than just volunteer support, I can help out professionally as well.

-Mike
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote