In have Magento version 1.9 and I added product description for my product in Catalog => Manage Products => General Tab => Description *. The problem is that the product description is not displaying in product view page. The issue is only there for some products.
I tried the following:
- Catalog => Manage Products => General Tab => Status * => Enabled
- Catalog => Manage Products => General Tab => Visibility * => Catalog, Search
- Catalog => Manage Products => Choose Store View: => Default values
- Catalog => Manage Products => Inventory => Stock Availability => In Stock and Qty > 0
- Catalog => Manage Products => Website => Main Website
- Selected categories in Catalog => Manage Products => Categories
Also I have flushed Magento cache and re-indexed. Still I'm not able to view the description in product view page. When I checked with firebug the products which displayed properly had a classes last current
in the html tag <dl id="collateral-tabs" class="collateral-tabs"> <dd class="tab-container last current">
, but those classes are missing in products which faces this issue.