Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 6 of 6

Thread: Kit Items & Variants

  1. #1
    shaser is offline Junior Member
    Join Date
    Oct 2009
    Posts
    28

    Default Kit Items & Variants

    Can a Kit Item also have multiple variants?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Nope, Kit products can only have one variant. Anything other than the default variant will be ignored.

  3. #3
    shaser is offline Junior Member
    Join Date
    Oct 2009
    Posts
    28

    Default

    Is it possible to submit kit items to google shopping and other shopping feeds?

    I would see it working like this:

    Product Title Submitted would need to concatenate the Product Title like so
    Product Title + Kit Group Name + Kit Item, + Kit Group Name + Kit Item, etc...

    The Product Price Submitted would need to concatenate the Price like so:
    Variant Price + Kit Item Price Delta + Kit Item Price Delta, etc....

    The URL would need to concatenate so that the price will be loaded correctly for the selected kit item from the feed:

    domain.com/p-123-test.aspx?kitgroupname=kititemID&kitgroupname=kiti temID



    By doing it this way you would submit each possible kit combination as a separate product. The price would be correct for the kit combo in the feed, and if you're doing ajax price updates on the product page...the price will be initially loaded when you arrive from the feed link.


    Does this make sense?

  4. #4
    usascholar is offline Member
    Join Date
    Jan 2010
    Posts
    64

    Default

    Made my first Kit...

    Will it always show up in the cart as a single item? I would prefer the cart to show the 2 different things, and the appropriate SKU's

    thanks

  5. #5
    johnma is offline Junior Member
    Join Date
    May 2011
    Posts
    1

    Default Kit Product Items

    Any funtions/modification about quantity discount only on kit items, not the base price? For example, the base price is 10.00, if the customer choose option A, then add 5.00, the total price is 15.00; if the customer order 2 products, want to give the customer 2.00 discount on option A only, the base price remains the same. The total price will be 26.00 (10.00 x 2 of base price, and 3.00 x2 for option A).

    Thanks,

  6. #6
    lambrite is offline Senior Member
    Join Date
    Jun 2007
    Posts
    116

    Default Any answer on this

    I also need to do something similar - a quantity discount on one specific inventory variant of a kit but not on others. Any updates?

    Quote Originally Posted by johnma View Post
    Any funtions/modification about quantity discount only on kit items, not the base price? For example, the base price is 10.00, if the customer choose option A, then add 5.00, the total price is 15.00; if the customer order 2 products, want to give the customer 2.00 discount on option A only, the base price remains the same. The total price will be 26.00 (10.00 x 2 of base price, and 3.00 x2 for option A).

    Thanks,