Magento News

 

Display Tiered Pricing on the Cart page

If Im on this page:

http:///checkout/cart/

With products in my cart I would like to display the tiered pricing, the same that is shown on the item page, if available.

My attempt was add

<checkout_cart_index>
    <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
    </checkout_cart_index>

to my xml file and add

<?php echo $this->getChildHtml('tierprices') ?>

to

appdesignfrontendenterprise<mytemplate>templatecheckoutcartitemdefault.phtml

Doesn’t do anything – any further suggestions?

Display Tiered Pricing on the Cart page

Possibly Related Posts:


 

Leave a Reply