View Single Post
  #3  
Old 01-18-2004, 08:02 AM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

Thanks shan! Worked like a charm.

Had to change {$userinfo.lastname|truncate:1:".":true} to {$userinfo.lastname|truncate:2:".":true}.

Why is it that I needed to truncate to 2 characters instead of only one to show the lastname + "."?

Also, is there a place I can find a list of all of Xcart's variable names, where they are declared, and at least a short description of what they do? This would make modding sooo much easier.
Reply With Quote