- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, i have a problem and is that my site shows the products price but now, when i create a new product the price and description don't appear, i wait that somebody can help me
PS: I already Reindex data, Delete Cache, etc
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI,
Try to paste code into file after line# 9 to see if price will be shown:
<?php echo $this->getPriceHtml($_product, true); ?>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: New Products price not showing
What theme are you using? Do you have screenshot of it? If you dont have magento modifications it may be related to the theme.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: New Products price not showing
yes, i have screenshots, and the theme is "modern". The other products are right, but when I create a new one, the price and description doesn't appear
this is how it's supposed to see:
But with new products it seems like this:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: New Products price not showing
Check if you have function $this->getPriceHtml(); at the app/design/frontend/package/theme/catalog/product/view/addtocart.phtml
Did you added products manually? Do you have link to this page?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: New Products price not showing
Well I dont see $this->getPriceHtml() in here
but I still dont understand why in the other products the price and description appear, and in the new products dont :/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI,
Try to paste code into file after line# 9 to see if price will be shown:
<?php echo $this->getPriceHtml($_product, true); ?>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: New Products price not showing
Yay! the price is showing, but now the problem is that in the other products the price show twice
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: New Products price not showing
I may think there is something happening dpeend of product type. Does new product have any difference in configuration compare to old ones?
It hard to say exactly what's there but if you want to get it solved faster you may add condition to show price as you added only for new ones.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: New Products price not showing
Ok, thanks ^^ I will see into all the configurations, I'm new in magento jeje but I will try my best ^^
You help me too much, Thanks!