Results 1 to 3 of 3

Is There a Minimum Qty Per Product Per Group Mod?

This is a discussion on Is There a Minimum Qty Per Product Per Group Mod? within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; I need to be able to set up minimum quantities to purchase on each product but also need it for ...

      
  1. #1
    New Member
    Join Date
    Jun 2007
    Posts
    5
    Rep Power
    0


    Default Is There a Minimum Qty Per Product Per Group Mod?

    I need to be able to set up minimum quantities to purchase on each product but also need it for each different pricing group.

    For example...
    For Wholesale Customers - they need to purchase a product in quantities of 6
    For Retail Customers - they need to purchase a product in a quantity of 2.

    Can this be done somehow or will it require 2 different stores to make it work?

    Along this same line...
    Before moving to oscmax, I have a test store of oscommerce set up and have installed the Minimum Quantity with Admin mod. The minimum quantity is listed at the very top of the product information, just under the product name.

    Is there anyway to have this be next to the "add to cart/buy it now" button to emphasize it more?

    Also is there a way to have a quantity box that has the minimum quantity as the default number in the box?

    Thanks in advance for your help on this subject.

    TheDean

  2. #2
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    21


    Default Re: Is There a Minimum Qty Per Product Per Group Mod?

    handling minimum quantities in the product listing is not too complex.

    1) check for a min qty for the product in the product_listing.php product display loop (the one that builds the listing table)
    2) if min qty add a visual identifier (like the warning sign on these posts)
    3) add a statement about the visual identifier at the top and bottom of the listing pages
    4) find a nice tooltip component (ex: Dynamic Drive DHTML Scripts- Cool DHTML Tooltip )
    5) load the minimum quantity in the tooltip DHTML (ex: $product['name'] requires a minimum purchase of $product[minqyt'] )
    6) in any line where there is a minimum quantity display the tooltip icon and link the tooltip to the icon.

    This will give a visual indicator on those items that have min qty in your product_listing.php (if that is the one you are using). You only have to explain what the icon means once (well twice, once at the top of page and once at the bottom). The page remains uncluttered with yet another column that may or may not have something in it, yet the data is there for them to reference just by passing their mouse over the icon.

    (or if you don't want to add the icon, you can place the tooltip over the buy now / add to cart button and reduce the need for the messages at the top and the bottom of the listing pages - but I prefer adding the icon as it is a more clear visual reminder that they have a notice to read for the item)

    So there is 1/2 of your answer.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

  3. #3
    New Member
    Join Date
    Jun 2007
    Posts
    5
    Rep Power
    0


    Default Re: Is There a Minimum Qty Per Product Per Group Mod?

    That is a start to know a different way to do the minimum quantity per product. Unfortunately, I don't know code so I don't know how to follow your steps to implement it.

    The other component is that if I am understanding this correctly, it is only 1 set minimum quantity so that all products that have a minimum quantity would be the same quantity. But I need it to be a different quantity per product.

    I really do appreciate a response - which is something I haven't gotten on another a forum.

Similar Threads

  1. Minimum Product Quantity with Admin v1.5
    By Twister in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 05-27-2007, 03:23 AM
  2. Group and Prices
    By ozstar in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 04-14-2007, 06:02 PM
  3. Minimum Order Quantity Per Product
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 01-12-2007, 07:56 PM
  4. Uploaded product Images and user.group account problem
    By red_fraggle in forum osCMax v1.7 Installation
    Replies: 0
    Last Post: 11-06-2004, 02:02 PM
  5. new admin group
    By jloyzaga in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 03-30-2004, 08:16 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
  •