Skip to main content

Posts

Showing posts with the label increase upsell products in magento

How to increase the number of upsell products in magento?

<catalog_product_view translate="label">   <!-- snip -->   <reference name="content">     <!-- snip -->     <block type="catalog/product_list_upsell" name="product.info.upsell"      as="upsell_products" template="catalog/product/list/upsell.phtml">       <action method="setColumnCount">       <columns>       4       </columns>       </action> <action method="setItemLimit">       <type>upsell</type>       <limit>4</limit>       </action> </block>     <!-- snip -->   </reference>   <!-- snip --> </catalog_product_view>