View Single Post
  #2  
Old 11-27-2012, 11:36 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

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

Default Re: Show Market price (list price) on product detail page

More recent versions show this by default. I don't have access to your version at the moment. Can you use webmaster mode to check if the market price is include in the $product array? Or you could temporarily add this to the template of your dev site {$product|@print_r} to print the entire contents of the array. http://www.smarty.net/forums/viewtopic.php?t=11435

If the value is included, just access it with {$product.NameofValue}. If it is not then you are likely to have to edit some php.
__________________
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