I am under Product Options but I don't see how I can set the default choice.
I am under Product Options but I don't see how I can set the default choice.
Yo,
admin panel/ catalog/ option value manager
- you will add it here to Sleeve Type
Then:
- admin panel/ catalog/ option attribute manager
- you will have it add it here to that product and every one you want to associate it with
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thanks again. One more problem. you may notice that in the price column the "... more info" text is separated into two lines. How can I change the price column width?
Yo,
That is the beauty of TM (template monster)
It will be embedded into a .php file
Unlike most templates which you can control from the stylesheet.css
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Not sure what you are saying, but I solved my problem using this trick:
Basically puts an invisible spacer on top of the text.PHP Code:define('TABLE_HEADING_PRICE', '<p style="line-height:0px"><img src="http://www.maverickaward.com/includes/templates/theme238/images/more_info_spacer.gif" alt="" /><br><br>Price</p>');