Show Product Description on Magento Shopping Cart Page
Add to Favourites
|
Last week I was speaking to a Magento user, and he said he wanted to not only have the Product Title listed in the Magento Checkout, but also the short Product Description there. Most people would perhaps not have the neccessity to do so, however, for those that do want it done, there is a solution about.
If you go into FTP and navigate to /app/design/frontend/default/default/template/checkout/cart/item/default.phtml, you simply need to add the following around Line 27…
1 2 3 4 | <? $custom = Mage::getModel('catalog/product')->load($_item->getProductId()); echo $custom->getShortDescription(); ?> |
This will successfully echo the short description for each product purchased – job done.
about the author
This article was written by Sam Davis on December 9, 2008.
Computing over a glass of Grenache Shiraz... again! Sam is the Editor of Blasted Thing. Contact Us |
related articles
comments
3 Responses to “Show Product Description on Magento Shopping Cart Page”
Leave a Reply
![]() Remove the Coupon Code on the Shopping Cart |





























hi,
i have intergrated a jquery color choser in my magento webpage.Now i want to that after selecting the color in color choser the color should add in my shopping cart.
how can i do that.
if any body can help me so let me know so tha i will upload files over here.
pls help me out its urgent..
help will be fully appriciated
thank u
Thanxx…for this article..
Hello,
Under v.1.4 I came here looking for the same solution, but I don’t find such as directory… In /app/design/frontend/default/default/template/ I don’t have the checkout??
Dose this applicable to 1.4, or any other idea??
Regards,