Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Maldo

Archived
  • Posts

    16
  • Joined

  • Last visited

Profile Information

  • Real Name
    Rumaldo

Maldo's Achievements

  1. Thanks anyways guys. I got it figured out. :)
  2. Does anyone know of a contribution; that works with the newest snapshot; that changes $0.00 price to text wording of your choice? I'v tried "free call for price" but it doesn't work.
  3. Huh? I never ran across this problem. If I could see your source code maybe I could help but right now nothing comes to mind as to what the problem is. Keep posting maybe someone can help us. This contribution is worth it so don't give up on it.
  4. Hello. I was able to get this contribution to work. What kind of errors is it giving you? :?:
  5. Well I really wish I could say "Prices for Logged-In Users Only" was what I needed, but unfortunatly it's not. Any other suggestion? Anyone? Please.....
  6. Hey there. Thank you for responding. I found "Prices for Logged-In Users Only" I'm not sure if it's what I need but I'm gonna give it a try. Thanks for your help.
  7. Does anyone know of a contribution that hides wholesale products so that retail customers are unaware that the wholesales side of the store exists? I'm using "seperate price per customer", but it doesn't have that feature. Can anyone help?
  8. THANK YOU!!! You guys ROCK! YEAH!!! :lol: :lol: :lol: :lol: :lol: I love you guys! Thank you so much! :D :D :D :D :D
  9. I just installed it to and I keep getting some error also. After installing it everything appears to work great. Except for whan after loging in, when I click the "Would you like to see which new products are available to purchase?" link I get this error Parse error: parse error, unexpected '}' in c:program filesapache groupapachehtdocsbnscatalogincludesmodulesproducts_new.php on line 38 This is the code that comes with sppc v3.3 - catalog/includes/modules/products_new.php global $customer_id; $customer_group_query = tep_db_query("select customers_group_id from " . TABLE_CUSTOMERS . " where customers_id = '" . $customer_id . "'"); $customer_group = tep_db_fetch_array($customer_group_query); $customer_group_price_query = tep_db_query("select customers_group_price from " . TABLE_PRODUCTS_GROUPS . " where products_id = '" . $HTTP_GET_VARS['products_id'] . "' and customers_group_id = '" . $customer_group['customers_group_id'] . "'"); if ( $customer_group['customers_group_id'] != 0) { if ($customer_group_price = tep_db_fetch_array($customer_group_price_query)) { $products_price = $currencies->display_price($customer_group_price['customers_group_price'], tep_get_tax_rate($product_info_values['products_tax_class_id'])); } else { $products_price = $currencies->display_price($product_info_values['products_price'], tep_get_tax_rate($product_info_values['products_tax_class_id'])); $products_price = 'Price not Available'; } } I know the code repeats the else statement at the end, it does it in two other code replacements aswell, I removed the extra else statements and still get the same error. can anyone guide me to the light? :idea:
  10. I just installed it to and I keep getting some error also. After installing it everything appears to work great. Except for whan after loging in, when I click the "Would you like to see which new products are available to purchase?" link I get this error Parse error: parse error, unexpected '}' in c:program filesapache groupapachehtdocsbnscatalogincludesmodulesproducts_new.php on line 38 This is the code that comes with sppc v3.3 - catalog/includes/modules/products_new.php global $customer_id; $customer_group_query = tep_db_query("select customers_group_id from " . TABLE_CUSTOMERS . " where customers_id = '" . $customer_id . "'"); $customer_group = tep_db_fetch_array($customer_group_query); $customer_group_price_query = tep_db_query("select customers_group_price from " . TABLE_PRODUCTS_GROUPS . " where products_id = '" . $HTTP_GET_VARS['products_id'] . "' and customers_group_id = '" . $customer_group['customers_group_id'] . "'"); if ( $customer_group['customers_group_id'] != 0) { if ($customer_group_price = tep_db_fetch_array($customer_group_price_query)) { $products_price = $currencies->display_price($customer_group_price['customers_group_price'], tep_get_tax_rate($product_info_values['products_tax_class_id'])); } else { $products_price = $currencies->display_price($product_info_values['products_price'], tep_get_tax_rate($product_info_values['products_tax_class_id'])); $products_price = 'Price not Available'; } } I know the code repeats the else statement at the end, it does it in two other code replacements aswell, I removed the extra else statements and still get the same error. can anyone guide me to the light? :idea:
  11. Does anyone have any idea how to go about hidding the wholesale products so that the retail side of the store cannot view them? :?:
  12. Hi every one. I need help with the Seperate pricing per customer mod. Every time I install it my "what's new" page dies. Everything else in the store seems to be working correctly except for this one little link. Can anyone help me please? :?
×
×
  • Create New...