How do I add text in additional information
6 answers
Hi joomlagt
Additional Information Tab will be displayed when value of product’s Attribute Set isn’t equal to "Default"
Pls try to add a new product.
Hi.
Pls follow instructions to fix this error:
1. Open app\design\frontend\default\jm_orestemplate\catal og\product\view.phtml
2. Search
Code:
id="ja-tab-additional"
and replace with
Code:
id="ja-tabitem-additional"
What information can be displayed in Additional information. How do I control it. Currently I am getting additional tab as empty.
Additional information contains contents of Attributes.
When create a new product, you select Attribute Set which was assigned Attributes then this new product will have Additional information.
Exp:
If you create a new product with Attribute Set=Mobile. Mobile was assigned Attributes=Battery (and Camera) then new product will show Additional information with Battery (and Camera)
Hope above information will be useful to you.
Thanks for the informatio. But in additional information, the color problem. Please see addtional informatio tab of following url:
http://myblackberrystore.in/index.ph…rry-9000v.html
You can see that white strip appears and we are not able to read the contect.
Pls edit code in skin\frontend\default\jm_ores\csstheme.css
Change
Code:
.product-collateral .attribute-specs .odd td { background: #FFFFFF; border-bottom: 1px solid #303030; }
into
Code:
.product-collateral .attribute-specs .odd td { background: #000; border-bottom: 1px solid #303030; }
"#000" means Black color
This question is now closed