Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product Info page: can I move model value under 'model' title?

Product Info page: can I move model value under 'model' title?

Views: 1,084

Results 1 to 2 of 2
12 Aug 2012, 3:24 PM
#2
scott_ease avatar

scott_ease

New Zenner

Join Date:
Jun 2012
Posts:
68
Plugin Contributions:
2

Re: Product Info page: can I move model value under 'model' title?

I figured out.
includes/templates/CUSTOM/templates/tpl_product_info_display.php
between <!--bof Product details list --> and <!--eof Product details list -->

<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . '<li id="productModel">'. $products_model . '</li>'. '</li>' : '') . "\n"; ?>

then go to your stylesheet.css
#productModel { margin: ;}