I'm trying to change the default "Model" (which, by my investigation is the TEXT_PRODUCT_MODEL field/tag/??) in the code to read "Catalog: xxxx"
but, i can't find where TEXT_PRODUCT_MODEL is defined. I've searched the entire db and the entire source code. Only
<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"; ?>
so on...







Bookmarks