Siddhesh Jadhav
Siddhesh Jadhav

Reputation: 97

How to display subtotal price on product page - magento

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

Answers (1)

Nirmal Ram
Nirmal Ram

Reputation: 1732

Hope this would do it.

Mage::getSingleton('checkout/cart')->getQuote()->getSubtotal()

Upvotes: 1

Related Questions