Truncate Text
truncate($STRING, $LENGTH); ?>Ways to print attributes
- this should work for drop downs and multi-select
- this should work for text fields
- this should work for text areas
- this is another possible method
put this in local.xml where the '3' is the category ID
<CATEGORY_3>
<reference name="product_list">
<action method="setTemplate"><name>catalog/product/software.phtml</name></action>
</reference>
</CATEGORY_3>
When you have the stupid white frame rendering with images and you want to get rid of it. Add the following snippet just before the ->resize()
call in the list.phtml or view.phtml.
->keepFrame(false)