Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SimplySimple Help needed..


YouthMan

Recommended Posts

Posted

'catalog/includes/languages/english.php'

define('TEXT_GREETING_PERSONAL',

define('TEXT_GREETING_PERSONAL_RELOGON',

define('TEXT_GREETING_GUEST',

Lloyd

Posted

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

Posted

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.

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...