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.

  • Justin 6 posts 27 karma points
    Nov 29, 2011 @ 04:43
    Justin
    0

    uCommerce: setting up of unique items

    Hi,

    we plan to use uCommerce to sell items that are unique, ie there's only one of each item in the store, and after a confirmed sale the item is removed. there may be similar items but each item has difference characteristics and thus cannot be represented by a single product.

    is uCommerce a suitable solution for what we want to achieve? if so, pointing us to the right direction would be greatly appreciated. Thanks in advance.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Nov 29, 2011 @ 14:46
    Søren Spelling Lund
    0

    Hi Justin,

    It's suitable. In fact one of the very first uCommerce solutions ever done is pretty much exactly like what you describe. I can't believe I'm actually linking to this site again. Please don't look too closely at the design (they wanted it like that :)).

    If you scroll down the page you'll see the word "Solgt", which means "Sold". That's an example of single sale item, which can never be sold again. Not sure why they keep the listing, but that's their choice.

    The basic idea is to create the products like you normally would. To ensure that products aren't sold twice a custom pipeline task is used in conjunction with an additional field on the product definition.

    Basically what the pipeline task does is update this field to indicate that the product was sold.

    One thing you need to figure out with your client is when to mark the item as sold, e.g. is the item available when a customers puts it in the basket or not? I would say it is, but it does mean that two or more customers will be fighting over that same item and ultimately only one will get it (the first one to check out) and the others will have to be told about it.

    You'll probably need a second pipeline task which will remove the product from the cart again if it turns out it was sold to another customer.

    It doesn't take a lot of code to it.

    Hope this helps.

  • Justin 6 posts 27 karma points
    Dec 02, 2011 @ 03:59
    Justin
    0

    Thanks Soren,

    at least now i know i'm on the right track. next big hurdle for me is to familiarize with umbraco and ucommerce as i'm new to both.

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Dec 13, 2011 @ 13:27
    Søren Spelling Lund
    0

    Let me know how you get on. I'd love to promote your new site once it's done.

Please Sign in or register to post replies

Write your reply to:

Draft