Results 1 to 2 of 2

Product Quantity bug

This is a discussion on Product Quantity bug within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hey all, I just wanted 2 let you guys know the quantity text box has no validation in it, so ...

      
  1. #1
    Active Member
    Join Date
    May 2003
    Posts
    148
    Rep Power
    0


    Default Product Quantity bug

    Hey all,
    I just wanted 2 let you guys know the quantity text box has no validation in it, so you could even put "1.3" or "1.6" and so on as the number of products, the shopping cart calculates prices for 1.3 and 1.6 products which ur customers would not aperciate, i hope someone out there has seen this problem b4..if u have do u have a patch for this bug??

  2. #2
    Active Member
    Join Date
    May 2003
    Posts
    148
    Rep Power
    0


    Default

    haha few hours later i found the bug, all it needed was an "(int)" in the includes/classes/shopping_cart.php around line 99

    so it looks like


    if ($this->in_cart($products_id)) {
    $this->update_quantity($products_id, (int)$qty, $attributes);
    I hope everyone using CVS2.2 makes sure they edit their code to ensure funny product quantity does not get billed

Similar Threads

  1. discount for quantity with per product
    By xzyyy in forum osCmax v2 Customization/Mods
    Replies: 4
    Last Post: 02-22-2007, 10:24 AM
  2. Product Quantity Box
    By auntie22 in forum osCmax v1.7 Discussion
    Replies: 13
    Last Post: 10-06-2005, 04:21 AM
  3. Help Quantity BUG...
    By djlane in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 07-02-2005, 07:17 PM
  4. Product Quantity on Product Listing Page
    By vinces in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 12-10-2004, 06:32 PM
  5. Quantity to order shown on Product detail
    By doug in forum osCommerce 2.2 Modification Help
    Replies: 5
    Last Post: 03-06-2003, 01:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •