YouthMan Posted February 21, 2008 Posted February 21, 2008 1. www.godofgear.com cant find where to change "welcome.. log in" dialog. 2. http://www.godofgear.com/store/product_inf...?products_id=61 cts_id=61 how do fix the position of this listbox? thanks
photofxplus Posted February 21, 2008 Posted February 21, 2008 'catalog/includes/languages/english.php' define('TEXT_GREETING_PERSONAL', define('TEXT_GREETING_PERSONAL_RELOGON', define('TEXT_GREETING_GUEST', Lloyd
YouthMan Posted February 21, 2008 Author Posted February 21, 2008 Thanks! any clue on the listbox situation? 1. www.godofgear.com cant find where to change "welcome.. log in" dialog. 2. http://www.godofgear.com/store/product_inf...?products_id=61 cts_id=61 how do fix the position of this listbox? thanks
photofxplus Posted February 21, 2008 Posted February 21, 2008 The list box can be swapped around on the same page that loads in your browser. catalog/products_info.php around Line 150 find this - <td class="main"><?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?></td> this is the code that inserts the list box. Lloyd
YouthMan Posted February 21, 2008 Author Posted February 21, 2008 Thanks for the reply but I dont have that code, i only have 26 lines in that files and theres a variation of the file called product_info_config.php that has only 60 lines. Most likely because I'm using Cre. Thanks though The list box can be swapped around on the same page that loads in your browser. catalog/products_info.php around Line 150 find this - <td class="main"><?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?></td> this is the code that inserts the list box.
satish Posted February 21, 2008 Posted February 21, 2008 which version of oscommerce You have. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
photofxplus Posted February 21, 2008 Posted February 21, 2008 Check this page : store/product_info.php for this bit of code: <?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?> If that is not there than just look for this: tep_draw_pull_down_menu That should be the code that creates the list box.. Lloyd
Recommended Posts
Archived
This topic is now archived and is closed to further replies.