Additiona Information

How do I add text in additional information

6 answers

congtq 0.00 $tone July 1, 2010
Public

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.

#1
congtq 0.00 $tone July 19, 2010
Public

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"
#2
congtq 0.00 $tone July 20, 2010
Public

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.

#4
congtq 0.00 $tone July 21, 2010
Public

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

#6

This question is now closed

Written By

Comments