Announcement

Collapse
No announcement yet.

add to basket - separate products

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    add to basket - separate products

    Every time the Add to Basket is clicked, I need that to be a separate line item in the basket.
    I have a client that sells tea by the ounce. If someone adds 1 ounce to their basket, then adds another ounce, that needs to be 2 different items in their basket, not 2 ounces of the same product.
    Can anyone advise?
    Thanks!
    Cameron

    MM9.0002
    Trent Studios, LLC
    Graphic Design, Website Design
    TrentStudios.com
    (970) 568-8652

    #2
    Re: add to basket - separate products

    that's one of the oddest requests i've ever seen.

    should be able to do this, but its a bit of work.

    in the basket display foreach loop, you will need to:

    test for quantity > 1
    If true, create a separate counter,
    while separate counter is LE quantity
    write out basket line.

    couple of issues.
    * the 'remove' button will remove all references to the product.
    * you need to do this for all basket templates. BASK, OCST, OPAY, Emails, etc.
    * this bound to confuse customers.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment

    Working...
    X