Magento News
Adding SKU information to Shopping Cart in Magento
My client needs to have the sku number, next to the Product Name in the Magento Shopping Cart. I tried adding this code:
<?php echo $this->__('Style Number : %s', $_product->getSku()) ?>
but I get this message:
“Fatal error: Call to a member function getSku() on a non-object.”
I would appreciate any help.
Thank you.
Adding SKU information to Shopping Cart in Magento
Possibly Related Posts:
- Database query different results
- Menu highlight in magento under admin
- magento disable a banner on certain category pages or have a banner with multiple links
- Magento, using ACL for frontend. Possible?
- Magento IE-7 Fix In Windows XP
RSS Feed