Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hobaugh

Pioneers
  • Posts

    45
  • Joined

  • Last visited

Everything posted by hobaugh

  1. Linda, I am working with the SEC and I have two questions. How might I hide the product attributes in product_info.php If there is only one attribute and it is for download? How can I get the buy now buttons to show up for a downloadable product (with only one attribute that is download)? :unsure: I wanted this to show up under the SEC topic. Time to learn a new board Doug
  2. Look at this thread http://www.oscommerce.com/forums/viewtopic.php?t=33056 Doug
  3. From the readme.txt file: Note:catalog/includes/boxes/information.php - insertt line from information.php
  4. No I didn't post this as a contribution. I think that would be Dallas1906 job since it's his code. Doug
  5. Here is all of the code. Maybe I missed something before. I don't get an error. I'm using the snapshot from around 2002/11/23. $zones_array = array(); $zones_query = tep_db_query("select zone_name from " . TABLE_ZONES . " where zone_country_id = '" . $account['entry_country_id'] . "' order by zone_name"); while ($zones_values = tep_db_fetch_array($zones_query)) { $zones_array[] = array('id' => $zones_values['zone_name'], 'text' => $zones_values['zone_name']); } echo tep_draw_pull_down_menu('state', $zones_array,tep_get_zone_name($account['entry_country_id'], $account['entry_zone_id'], $account['entry_state'])) . ' ' . ENTRY_STATE_TEXT;
  6. This is the only difference. tep_get_zone_name($account['entry_country_id'], $account['entry_zone_id'], $account['entry_state']) The old code does not have the state selected if the user goes to edit the account. This code tells the fuction that this state should be selected. Doug [/url]
  7. Here is a correction for the pull down menu. echo tep_draw_pull_down_menu('state', zones_array,tep_get_zone_name($account['entry_country_id'], $account['entry_zone_id'], $account 'entry_state'])) . ' ' . ENTRY_STATE_TEXT;
  8. Victor, I just installed your FAQ System and every thing is working. It would be very helpful to be able to group the FAQ. This way I could have a FAQ for the company, and for individual products. Can you give me some direction for the modifications that would be necessary. Thanks, Doug
×
×
  • Create New...