Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hi folks


bingo1980

Recommended Posts

Posted

Hi there folks, i am building my website, and i have a conflict in my drop down menu.

 

when its like this:

 

function tep_draw_pull_down_menu($name, $id='', $values ='', $default = '', $parameters = '', $required = false) {

$field = '<select name="' . tep_output_string($name) . '"';

if (tep_not_null($parameters)) $field .= ' ' . $parameters;

$field .= '>';

 

The create account page will show drop down menu's. But when i move $values to come before $id it shows the creditcard expiry (on payment modules)

 

Can anyone point me in the right direction. pls

 

i am a newbie and would trade services for anyone or buy beer!

 

Cheers

Archived

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

×
×
  • Create New...