Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Doogie Talons 183 posts 318 karma points
    Oct 22, 2010 @ 17:34
    Doogie Talons
    0

    A question on post cart functionality...

    Is it possible to build the following senario into uCommerce for example for a florist.

    A customer views a bunch of flowers.

    The product view also lists say 4 little boxes of chocolates, 2 different cards and 3 kinds of vase. Each with a thumbnail and a check box

    When a product is added to the backend a selection of additions as above can be chosen from to display in this list.

    Then when you click "add to cart", the entire selection gets added.

    Which version would be able to do this, if at all.

    Doogie.

     

  • Christian Wendler 46 posts 155 karma points
    Oct 24, 2010 @ 16:54
    Christian Wendler
    1

    You could define chocolates and cards as different types of product relations to the flowers, this way you could filter and display them with checkboxes on the product page.

    Another possibility would be to display all products of specific companion product groups (chocolates, cards etc.) whenever a flower product gets displayed. You could do this logic in your XSLT.

    Now, when someone buys a bunch of flowers, you simply have to submit not only the quantity of the flower, but the entire checkboxes, too. Your script will scan the query string or form and call CommerceLibrary:AddToBasket for the flower and each submitted companion product.

    Best regards

    Christian

  • Søren Spelling Lund 1797 posts 2786 karma points
    Oct 24, 2010 @ 21:04
    Søren Spelling Lund
    0

    @Doogie: I was just about to answer your question when I noticed Christian's excellent answer. He's absolutely right that that is the way to go about it. If you're interested I'd be happy to walk you through the solution in a quick demo.

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Oct 24, 2010 @ 21:04
    Søren Spelling Lund
    0

    Starter Edition would suit your needs perfectly.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Oct 24, 2010 @ 21:06
    Søren Spelling Lund
    0

    Related products is the simplest route to take by the way :)

  • Doogie Talons 183 posts 318 karma points
    Oct 25, 2010 @ 12:21
    Doogie Talons
    0

    Wow back into work and looking at this afresh. Thanks for the replies I will have a shot at making something like this work now. It's the confidence of knowing at's possible that helps.

    Thanks

  • Søren Spelling Lund 1797 posts 2786 karma points
    Oct 25, 2010 @ 15:12
    Søren Spelling Lund
    0

    Glad to help :) Could I ask you to mark the question answered? It makes it easier to keep a track of outstanding items. Thanks.

Please Sign in or register to post replies

Write your reply to:

Draft