Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

yenhun

Archived
  • Posts

    23
  • Joined

  • Last visited

Posts posted by yenhun

  1. I have installed this contribution but got 1 problem. When I click and edit the Discount or Delivery amount, such as 10.0000, it will somehow display multiple as "10.1010" if I put -10.000, then it will be display as "-10.-10-10". However, the mouseover in javascript display correct amount as you can see in picture. I try to reinstall again, but still same. Any idea how to fix this ? Thanks.

     

    ajaxer8.png

  2. Thanks. But I need minimum on TOTAL quantity, not per product. I try to install a new module for total order and set it to that customer under SPPC in admin, but it seems to apply to all customer even though I only select it for that customer for that module.

     

    I think I manage to made it now....install new total order module and assign to that particular customer group!

  3. Take a look at contribution 2982 (Minimum Order Quantity Per Product). It adds this column to the table products:

    ALTER TABLE `products` ADD `products_min_order_qty` INT( 4 ) DEFAULT '1' NOT NULL;

    You would also need to add that to products_groups for the groups and change the PHP code for the groups of course.

     

    At the moment I'm looking into that for the Quantity Price Break Per Product contribution (for SPPC also). Combining the two is not that difficult though it needs a lot of code changes.

     

    Thanks. But I need minimum on TOTAL quantity, not per product. I try to install a new module for total order and set it to that customer under SPPC in admin, but it seems to apply to all customer even though I only select it for that customer for that module.

  4. yenhun, in mine it is in catalog/login.php, around line 89 (I have many mods so YMMV), starting with:

    // BOF Separate Pricing Per Customer: choice for logging in under any customer_group_id

     

    it is only on the customer side so you can test being a member of different groups. Not needed on the admin side.

    also my SPPC is from 2006 - just logged in to see what's new with the mod!

     

    on customer side ? But I tried to log in as a customer on website but just a normal log in. Don't have such selection.. even though I have assign it as reseller.. sigh ~~~

  5. I have a problem here. Let's say:

     

    Jacket

     

    Red XS - 2 stock

    Blue S - 3 stock

    Black M - 5 stock

     

    TOTAL STOCK = 10

     

    *** Stock checking in product info listing have no problems, as out of stock item will not be display out , so I assume it is working fine ***

     

    But when click I Add to Cart for Red XS, and in shopping cart there, it display "Product" as Jacket - Red XS", "Quantity" as 1, "Total" as $100.00.

     

    The Quantity option in shopping cart is editable, meaning buyer can enter any amount should they wish to buy more.

     

    When I try to enter 2, it is ok, when i try to enter 4, it is still ok (even though stock is 2 only), when I try to enter 11, error message pop up saying quantity over the stock available. So, I know that, this only check the TOTAL STOCK available (in this case 10), NOT the inidividual stock RED XS!!

     

    Anyone can help how to solve this ? Or just remove the feature that enable them to add extra quantity in shopping cart ??

×
×
  • Create New...