View Single Post
  #6  
Old 05-14-2012, 07:20 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

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

Default Re: Product options in product list

It is probably possible for you to see the variables, but you need to apply a patch, or set the debug mode in config.php (I think)

Look at this thread: http://forum.x-cart.com/showthread.php?t=44543&highlight=debug

You can also choose to print the entire array with the smarty command:
{$product_options|@print_r}

Then you can see the variables that you need to access, and figure out why the code isn't working. Your version must refer to the options differently. I suspect it might not have the classtext part, maybe it is optiontext or something else in 4.1.11.
__________________
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