I have a product that is a giftbasket. This giftbasket can be ordered in 3 different ways.
1) $75 With wine 2) $20 With cookies 3) $30 With candy I am trying to get my head around variants, features, configurations and when I would use each of these things. I was hoping that someone would be able to tell me how they would setup this product so I direct my focus to that solution. Thank you. |
A marketing package might be the way to go, but it's hard to tell with
the details you given. Marketing packages consist of a combination of real products that are assembled into one product on the fly as the order is created. Check out the GZ-BASKET product in the demo data. Regards Scott On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: > I have a product that is a giftbasket. This giftbasket can be ordered in 3 different ways. > > 1) $75 With wine > > 2) $20 With cookies > > 3) $30 With candy > > I am trying to get my head around variants, features, configurations and when I would use each of these things. I was hoping that someone would be able to tell me how they would setup this product so I direct my focus to that solution. > > Thank you. > > > > |
I checked it out and I will keep looking at the admin screens to try to figure it out. I am not sure if the Marketing product is the way to go. If you could, please check out what I am trying to setup in ofbiz, I am porting a store I did in my own java-based cart over to ofbiz. https://www.palatepartners.com/palatepartners/products_golfer.html Thanks. ----- Original Message ----- From: "Scott Gray" <[hidden email]> To: [hidden email] Sent: Friday, October 26, 2007 11:38:32 PM (GMT-0500) America/New_York Subject: Re: Is a configurable giftbasket a variant product? A marketing package might be the way to go, but it's hard to tell with the details you given. Marketing packages consist of a combination of real products that are assembled into one product on the fly as the order is created. Check out the GZ-BASKET product in the demo data. Regards Scott On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: > I have a product that is a giftbasket. This giftbasket can be ordered in 3 different ways. > > 1) $75 With wine > > 2) $20 With cookies > > 3) $30 With candy > > I am trying to get my head around variants, features, configurations and when I would use each of these things. I was hoping that someone would be able to tell me how they would setup this product so I direct my focus to that solution. > > Thank you. > > > > |
A marketing package looks like a good fit to me, you have two products
(bucket, wine) and are selling them as one. During order creation the stock for bucket and wine will go down and the stock of bucket with wine (the marketing package) will increase ready to be shipped. Scott On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: > > I checked it out and I will keep looking at the admin screens to try to figure it out. I am not sure if the Marketing product is the way to go. > > If you could, please check out what I am trying to setup in ofbiz, I am porting a store I did in my own java-based cart over to ofbiz. > > https://www.palatepartners.com/palatepartners/products_golfer.html > > > Thanks. > > ----- Original Message ----- > From: "Scott Gray" <[hidden email]> > To: [hidden email] > Sent: Friday, October 26, 2007 11:38:32 PM (GMT-0500) America/New_York > Subject: Re: Is a configurable giftbasket a variant product? > > A marketing package might be the way to go, but it's hard to tell with > the details you given. Marketing packages consist of a combination of > real products that are assembled into one product on the fly as the > order is created. Check out the GZ-BASKET product in the demo data. > > Regards > Scott > > On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: > > I have a product that is a giftbasket. This giftbasket can be ordered in 3 different ways. > > > > 1) $75 With wine > > > > 2) $20 With cookies > > > > 3) $30 With candy > > > > I am trying to get my head around variants, features, configurations and when I would use each of these things. I was hoping that someone would be able to tell me how they would setup this product so I direct my focus to that solution. > > > > Thank you. > > > > > > > > > > |
BTW I just committed a fix for a bug that was preventing marketing
packages from being created properly so if your checking it out, it may pay to update your version. Regards Scott On 27/10/2007, Scott Gray <[hidden email]> wrote: > A marketing package looks like a good fit to me, you have two products > (bucket, wine) and are selling them as one. During order creation the > stock for bucket and wine will go down and the stock of bucket with > wine (the marketing package) will increase ready to be shipped. > > Scott > > On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: > > > > I checked it out and I will keep looking at the admin screens to try to figure it out. I am not sure if the Marketing product is the way to go. > > > > If you could, please check out what I am trying to setup in ofbiz, I am porting a store I did in my own java-based cart over to ofbiz. > > > > https://www.palatepartners.com/palatepartners/products_golfer.html > > > > > > Thanks. > > > > ----- Original Message ----- > > From: "Scott Gray" <[hidden email]> > > To: [hidden email] > > Sent: Friday, October 26, 2007 11:38:32 PM (GMT-0500) America/New_York > > Subject: Re: Is a configurable giftbasket a variant product? > > > > A marketing package might be the way to go, but it's hard to tell with > > the details you given. Marketing packages consist of a combination of > > real products that are assembled into one product on the fly as the > > order is created. Check out the GZ-BASKET product in the demo data. > > > > Regards > > Scott > > > > On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: > > > I have a product that is a giftbasket. This giftbasket can be ordered in 3 different ways. > > > > > > 1) $75 With wine > > > > > > 2) $20 With cookies > > > > > > 3) $30 With candy > > > > > > I am trying to get my head around variants, features, configurations and when I would use each of these things. I was hoping that someone would be able to tell me how they would setup this product so I direct my focus to that solution. > > > > > > Thank you. > > > > > > > > > > > > > > > > > |
philips,
Better to go for add features to the gift basket we done this for adding something extra roses,cookies chocolates etc.. to gift baskets regards Vamsi ----- Original Message ----- From: "Scott Gray" <[hidden email]> To: <[hidden email]> Sent: Saturday, October 27, 2007 10:31 AM Subject: Re: Is a configurable giftbasket a variant product? > BTW I just committed a fix for a bug that was preventing marketing > packages from being created properly so if your checking it out, it > may pay to update your version. > > Regards > Scott > > On 27/10/2007, Scott Gray <[hidden email]> wrote: >> A marketing package looks like a good fit to me, you have two products >> (bucket, wine) and are selling them as one. During order creation the >> stock for bucket and wine will go down and the stock of bucket with >> wine (the marketing package) will increase ready to be shipped. >> >> Scott >> >> On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: >> > >> > I checked it out and I will keep looking at the admin screens to try to >> > figure it out. I am not sure if the Marketing product is the way to >> > go. >> > >> > If you could, please check out what I am trying to setup in ofbiz, I am >> > porting a store I did in my own java-based cart over to ofbiz. >> > >> > https://www.palatepartners.com/palatepartners/products_golfer.html >> > >> > >> > Thanks. >> > >> > ----- Original Message ----- >> > From: "Scott Gray" <[hidden email]> >> > To: [hidden email] >> > Sent: Friday, October 26, 2007 11:38:32 PM (GMT-0500) America/New_York >> > Subject: Re: Is a configurable giftbasket a variant product? >> > >> > A marketing package might be the way to go, but it's hard to tell with >> > the details you given. Marketing packages consist of a combination of >> > real products that are assembled into one product on the fly as the >> > order is created. Check out the GZ-BASKET product in the demo data. >> > >> > Regards >> > Scott >> > >> > On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: >> > > I have a product that is a giftbasket. This giftbasket can be >> > > ordered in 3 different ways. >> > > >> > > 1) $75 With wine >> > > >> > > 2) $20 With cookies >> > > >> > > 3) $30 With candy >> > > >> > > I am trying to get my head around variants, features, configurations >> > > and when I would use each of these things. I was hoping that someone >> > > would be able to tell me how they would setup this product so I >> > > direct my focus to that solution. >> > > >> > > Thank you. >> > > >> > > >> > > >> > > >> > >> > >> |
In reply to this post by rhodebump
Take a look at the configurable PC demo data.
Phillip Rhodes sent the following on 10/26/2007 8:19 PM: > I have a product that is a giftbasket. This giftbasket can be ordered in 3 different ways. > > 1) $75 With wine > > 2) $20 With cookies > > 3) $30 With candy > > I am trying to get my head around variants, features, configurations and when I would use each of these things. I was hoping that someone would be able to tell me how they would setup this product so I direct my focus to that solution. > > Thank you. > > > > > > |
In reply to this post by Vamsi
Now that the ver 4.0 app is in full swing with my client
I am getting bug reports. It seems there is a push not to have these put in for ver4.0 should I put them only for the Trunk? Does this change the priority of getting them fixed if not in the ver 4.0? vamsi sent the following on 10/26/2007 11:25 PM: > philips, > > Better to go for add features to the gift basket > we done this for adding something extra roses,cookies chocolates etc.. > to gift baskets > > regards > Vamsi > ----- Original Message ----- From: "Scott Gray" <[hidden email]> > To: <[hidden email]> > Sent: Saturday, October 27, 2007 10:31 AM > Subject: Re: Is a configurable giftbasket a variant product? > > >> BTW I just committed a fix for a bug that was preventing marketing >> packages from being created properly so if your checking it out, it >> may pay to update your version. >> >> Regards >> Scott >> >> On 27/10/2007, Scott Gray <[hidden email]> wrote: >>> A marketing package looks like a good fit to me, you have two products >>> (bucket, wine) and are selling them as one. During order creation the >>> stock for bucket and wine will go down and the stock of bucket with >>> wine (the marketing package) will increase ready to be shipped. >>> >>> Scott >>> >>> On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: >>> > >>> > I checked it out and I will keep looking at the admin screens to >>> try to > figure it out. I am not sure if the Marketing product is >>> the way to > go. >>> > >>> > If you could, please check out what I am trying to setup in ofbiz, >>> I am > porting a store I did in my own java-based cart over to ofbiz. >>> > >>> > https://www.palatepartners.com/palatepartners/products_golfer.html >>> > >>> > >>> > Thanks. >>> > >>> > ----- Original Message ----- >>> > From: "Scott Gray" <[hidden email]> >>> > To: [hidden email] >>> > Sent: Friday, October 26, 2007 11:38:32 PM (GMT-0500) America/New_York >>> > Subject: Re: Is a configurable giftbasket a variant product? >>> > >>> > A marketing package might be the way to go, but it's hard to tell with >>> > the details you given. Marketing packages consist of a combination of >>> > real products that are assembled into one product on the fly as the >>> > order is created. Check out the GZ-BASKET product in the demo data. >>> > >>> > Regards >>> > Scott >>> > >>> > On 27/10/2007, Phillip Rhodes <[hidden email]> wrote: >>> > > I have a product that is a giftbasket. This giftbasket can be > >>> > ordered in 3 different ways. >>> > > >>> > > 1) $75 With wine >>> > > >>> > > 2) $20 With cookies >>> > > >>> > > 3) $30 With candy >>> > > >>> > > I am trying to get my head around variants, features, >>> configurations > > and when I would use each of these things. I was >>> hoping that someone > > would be able to tell me how they would setup >>> this product so I > > direct my focus to that solution. >>> > > >>> > > Thank you. >>> > > >>> > > >>> > > >>> > > >>> > >>> > >>> > > > > |
ooops sorry changed the subject.
BJ Freeman sent the following on 10/27/2007 12:01 PM: > Now that the ver 4.0 app is in full swing with my client > I am getting bug reports. > It seems there is a push not to have these put in for ver4.0 > should I put them only for the Trunk? > Does this change the priority of getting them fixed if not in the ver 4.0? > |
On Oct 27, 2007, at 1:05 PM, BJ Freeman wrote: > ooops sorry changed the subject. > > BJ Freeman sent the following on 10/27/2007 12:01 PM: >> Now that the ver 4.0 app is in full swing with my client >> I am getting bug reports. >> It seems there is a push not to have these put in for ver4.0 What leads you to think that? These are clearly very important. >> should I put them only for the Trunk? >> Does this change the priority of getting them fixed if not in the >> ver 4.0? It would be good to test against the trunk too, but you don't have to, just file the bug and select the 4.0 version and off you go... -David smime.p7s (3K) Download Attachment |
My client
David E Jones sent the following on 10/27/2007 12:13 PM: > > On Oct 27, 2007, at 1:05 PM, BJ Freeman wrote: > >> ooops sorry changed the subject. >> >> BJ Freeman sent the following on 10/27/2007 12:01 PM: >>> Now that the ver 4.0 app is in full swing with my client >>> I am getting bug reports. >>> It seems there is a push not to have these put in for ver4.0 > > What leads you to think that? These are clearly very important. > >>> should I put them only for the Trunk? >>> Does this change the priority of getting them fixed if not in the ver >>> 4.0? > > It would be good to test against the trunk too, but you don't have to, > just file the bug and select the 4.0 version and off you go... > > -David > > |
Free forum by Nabble | Edit this page |