Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Anton69

Archived
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Anton Lukov

Anton69's Achievements

  1. Jan, thus piece of code $check_customer_group_tax = tep_db_query("select customers_group_show_tax, customers_group_tax_exempt, group_specific_taxes_exempt from " . TABLE_CUSTOMERS_GROUPS . " where customers_group_id = '" .(int)$sppc_customer_group_id. "'"); should change to $check_customer_group_tax = tep_db_query("select customers_group_show_tax, customers_group_tax_exempt from " . TABLE_CUSTOMERS_GROUPS . " where customers_group_id = '" .(int)$_POST['new_customers_group_id'] . "'"); otherwise if customer add a wrong id # an error (TEP STOP) will appear Thank you again for ypur great contrib. !! Now it works for me and i hope it works for all community !
  2. YES!!! IT Works !!!! Tnank you so much for your help !!!!!! :D
  3. I have now tried to insert it too Not works... Maybe i do something wrong It will be great if you explain it more With this mods this contribution will be better ! I think many people wants to have it
  4. I meant if any customer (even if i don't know he/she email) enter a right group # in company tax id field during registration they automatically see all prices with discount and admin don't need to approve it ? It's like promotional code that i want print in flyers and when anybody enter this code during registration he will see discounted prices Is it possible to do that ?
  5. Thank you Jan, but my goal is, for example: I create group of customers #1234, and i want give them this #1234 (for example), and when they're registering in shop they will put this #1234 and will see price with dicount for this group (#1234), and they're not need to my approval as admin, this should be works automatically I think i should change admin, products listing, products info etc Have you any idea how to do this ?
  6. I would like to change this great contribution to the following : Admin create TAX ID # (or anything else) and print it in flyers and other print ads and send it to choosen people not registered in shop When somebody enter this number during registration - he will get all prices with discounts depending on TAX ID # he enter automatically, without admin approval Anybody knows how to do this ???
  7. I would like to change this great contribution to the following : Admin create TAX ID # (or anything else) and print it in flyers and other print ads and send it to choosen people not registered in shop When somebody enter this number during registration - he will get all prices with discounts depending on TAX ID # he enter automatically, without admin approval Anybody knows how to do this ???
×
×
  • Create New...