Reputation: 97
i want to display subtotal price on product page. currently it display on cart page. is there any way so we can show subtotal price on product page.
Upvotes: 1
Views: 704
Reputation: 1732
Hope this would do it.
Mage::getSingleton('checkout/cart')->getQuote()->getSubtotal()
Upvotes: 1