Posts tagged product
Magento tip: after upgrade prices on product page simple product are gone……
2If you are upgrading Magento or even using a pre 1.4.2 theme you may well find that your prices are not showing on your product page.
Simple fix
Open /app/design/frontend/base/your_theme/template/product/
Find the line:
<?php echo $this->getChildHtml(\'product_type_data\') ?>
replace with :
<?php echo $this->getPriceHtml($_product, true) ?>
How to add Product Image and Description to Email to a friend Transactional Email
3It would be very handy when a user uses Magento’s Email to a friend feature that at least an image of the product and description can be sent to the friend in question. While the Image can be added easily it is a little more tricky to get the description.
(more…)

Recent Comments