Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

scroll

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    rui

scroll's Achievements

  1. Hi, I have problem with Customer extra filelds 4. In catalog/includes/form_check.js.php check_password_new("password_current", "password_new", "password_confirmation", <?php echo ENTRY_PASSWORD_MIN_LENGTH; ?>, "<?php echo ENTRY_PASSWORD_ERROR; ?>", "<?php echo ENTRY_PASSWORD_NEW_ERROR; ?>", "<?php echo ENTRY_PASSWORD_NEW_ERROR_NOT_MATCHING; ?>"); add after <?php $extra_fields_query = tep_db_query("select ce.fields_id, ce.fields_input_type, ce.fields_required_status, cei.fields_name, ce.fields_status, ce.fields_input_type, ce.fields_size from " . TABLE_EXTRA_FIELDS . " ce, " . TABLE_EXTRA_FIELDS_INFO . " cei where ce.fields_status=1 and ce.fields_required_status=1 and cei.fields_id=ce.fields_id and cei.languages_id =" . $languages_id); while($extra_fields = tep_db_fetch_array($extra_fields_query)){ $string_error=sprintf(ENTRY_EXTRA_FIELDS_ERROR,$extra_fields['fields_name'],$extra_fields['fields_size']);?> check_input("<?php echo 'fields_' . $extra_fields['fields_id']?>", <?php echo $extra_fields['fields_id']-1;?>, "<?php echo $string_error; ?>"); <? }?> But when I try create my account, I have a blank page with NO output error. regards,
  2. HI, i´ve just installed your mod, and i´m having this error at the website frontend: 0 - select * FROM TABLE_CUSTOMER_TESTIMONIALS WHERE status = 1 ORDER BY rand() LIMIT 1 [TEP STOP] Any ideias ? Regards,
  3. ok, put after the main query: $customers_query = tep_db_query($customers_query_raw); ...and delete de c.head from the main query.
  4. Me too... Is there any fix for this ?? regards,
×
×
  • Create New...