I went to includes/moduals and didnt see the template i was using?
I went to includes/moduals and didnt see the template i was using?
I was afraid of that. I understand TM often puts files in different locations than the Zen Cart standard as well as messing up the coding. You might search all through the main template area (/includes/templates/your_template/).
Have you put in a support ticket with them yet?
I found this in /includes/templates/my_template/template/tpl_product_info_display.php
here is some code is this it.
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<ul id="productDetailsList" class="floatingBox back">
<?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_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
<br class="clearBoth" />
<?php
}
?>
<!--eof Product details list -->
Nope, sorry, that is for the product info page, not the product listing.
would it say products_listings
It might, but TM often doesn't identify output elements, so who knows?
You didn't answer earlier - have you complained to them? They need to know what problems they cause for their customers.
I did contact templatemonster and they directed me to someone else. It was a run around.![]()