Guest Posted February 20, 2004 Posted February 20, 2004 Can anyone help me find the file that contains the actual layout of the products? When you select a catagory and all the products are layed out. Any ideas?
241 Posted February 20, 2004 Posted February 20, 2004 If I am understanding you this would be the product_info.php file locates in catalog No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Guest Posted February 20, 2004 Posted February 20, 2004 This section: The module with the images and the products....as you can see the first one is bold, I am trying to find a way to bold all the product names without doing it in the product input section.
241 Posted February 20, 2004 Posted February 20, 2004 This would be catalog/includes/modules/product_listing.php No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Guest Posted February 22, 2004 Posted February 22, 2004 alright, now does anyoe know an easy way to make all priduct names appear bold?
241 Posted February 22, 2004 Posted February 22, 2004 I will give you lines 95-102 of catalog/includes/modules/product_listing.php case 'PRODUCT_LIST_NAME': $lc_align = ''; if (isset($HTTP_GET_VARS['manufacturers_id'])) { $lc_text = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'] . '&products_id=' . $listing['products_id']) . '"><b>' . $listing['products_name'] . '</b></a>'; } else { $lc_text = ' <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '"><b>' . $listing['products_name'] . '</b></a> '; } break; This is for ease of location, however all you need to add are the <b></b> parts as shown No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.