Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tocs01

Archived
  • Posts

    8
  • Joined

  • Last visited

Everything posted by tocs01

  1. Hi guy's. We have a online shop in Aus. www.tocs.com.au. we have been waiting for Frank or whoever to get this proggy up and running properly. Long story short we upgraded to the latest version and was very impressed with the advances you guys have made. .. Well Done. The first thing I noticed was this 1000.00 thing still existed. I am no programmer and don't claim to know to much about it. But, if these dots are causing so much trouble, why not leave them out? eg: instead of 1.000.00 or 1,000.00 just have 1000.00 ! I am sure the customer is not going to give a damn either way. Just a thought. Once again .. Excellent work and keep it up as I cant wait to use this great contrib Ross.
  2. ;) :lol: Hi Jan .. Is ok now .. I found the piece of code that was messing things up. :lol: I see what you mean about the break table being a bit ugly ;) .. How hard is it to make it look a bit better ? Here is my site if you want to take a look www.tocs.com.au. We are still working on it so be kind :lol: I have -> Audio -> Headsets -> Logitech Premium USB Headset 350 set up with price breaks at this time. If there is something you can do to make the break table suite my site better please let me know. Also what cost might be involed - remember I am in Australia so our $ isnt worth as much as yours, assuming you are in the USA. :blush: Please let me know what, if anything you can do .. Thankyou. Ross.
  3. Thanks Jan, but I had put that in ? I dont know a hell of a lot about PHP but in QPB it says this . ***REPLACE*** if ($new_price = tep_get_products_special_price($product_info['products_id'])) { // BOF Separate Price per Customer $scustomer_group_price_query = tep_db_query("select customers_group_price from " . TABLE_PRODUCTS_GROUPS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id']. "' and customers_group_id = '" . $customer_group_id . "'"); if ($scustomer_group_price = tep_db_fetch_array($scustomer_group_price_query)) { $product_info['products_price']= $scustomer_group_price['customers_group_price']; } // EOF Separate Price per Customer $products_price = '<s>' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '</s> <span class="productSpecialPrice">' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>'; } else { // BOF Separate Price per Customer $scustomer_group_price_query = tep_db_query("select customers_group_price from " . TABLE_PRODUCTS_GROUPS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id']. "' and customers_group_id = '" . $customer_group_id . "'"); if ($scustomer_group_price = tep_db_fetch_array($scustomer_group_price_query)) { $product_info['products_price']= $scustomer_group_price['customers_group_price']; } // EOF Separate Price per Customer $products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])); } ***WITH*** // BOF Separate Pricing per Customer, Price Break 1.11.3 mod $pf->loadProductSppc((int)$HTTP_GET_VARS['products_id'], (int)$languages_id, $product_info); $products_price = $pf->getPriceString(); // EOF Separate Pricing per Customer, Price Break 1.11.3 mod It seems to me that it has taken out a lot of code to be replaced by not enough .. Also now neither the SPPC or QPB seem to move thier changes through to the product info.
  4. Hi. First off I have to say I am real happy with the SPPC and the QPB module for it .. And thanks guys you have done a great job. I have noticed a few things and am not to sure if it is my fault or it is not part of the mods. But when I set up a different price it doesnt show when I click on more info on the item .. eg .. a headset .. $69.00 and set for wholesale at $55.00 .. In the headset catagory it shows the $55 price but when I click on it to get the item veiw it goes back to $69. Also once I setup QPB .. I set up a price break at 5 and 10 buy so it shows that once again on the list but says nothing in item veiw to let the customer know if he buys more he will get a better price. Any help on this would be great thankyou.
  5. Hi All .. Just a newbie here. :blush: But one other thing I have noticed is that, the RMA number stays on the item. What if the item needs to be returned a second time (God Forbid). Have I missed something or is this correct? It would be a good idea that once the items RMA has been finalised that the link returns to its original state so the user can return it again if need be. :unsure: And I have to agree on you point number tow .. If there are multiple products bought it is going to get messy if more than one needs to be returned. Wish I new more about PHP. Sorry. :sweating:
×
×
  • Create New...