Totally Zenned
- Join Date:
- Oct 2008
- Posts:
- 594
- Plugin Contributions:
- 0
New color - info product
Model: G0146
Shipping Weight: 278 gram
How to apple this color ? on model ?
Thanks
Views: 407
Totally Zenned
Model: G0146
Shipping Weight: 278 gram
How to apple this color ? on model ?
Thanks
Black Belt
We need more information on what you want where, and the site where you want it.
Totally Zenned
this site
http://www.king-magic.com/index.php?main_page=product_info&cPath=18&products_id=260
Model: G0146
Shipping Weight: 278 gram
50 Units in Stock
Manufactured by: Kingmagic
Black Belt
There is no mechanism for styling just the model or weight value. You will have to edit
/includes/templates/your_template/templates/tpl_product_info_display.php
Line #118 :
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . '<span class=detailValue">' . $products_model . '</span></li>' : '') . "\n"; ?>Then add to your stylesheet
.detailValue {color: #aabbcc;}
Adjust to taste.
Tell staff why this post should be reviewed.