Page 1 of 1
Can Featured Products Grid Add to Cart when Has Choices?
Posted: Sat May 09, 2009 1:37 pm
by ZLA
The Featured Products Grid defaults to displaying More Details if it has choices. Is it possible to display the product and its choices in the Featured Products Grid? Would it be better to 1) modify the Featured Products grid layout or 2) copy and modify BuyProductDialog and change the underlying data source to match the data for Featured Products?
I've included a sample of what I'm shooting for. Thanks in advance.
Featured.jpg
Re: Can Featured Products Grid Add to Cart when Has Choices?
Posted: Sat May 09, 2009 3:02 pm
by William M
I prefer to have neither button show up (Add to Cart and Details) on the home page. If the idea is to get the shopper to look at a product just let them click on the product or description. When I'm shopping, I like to see if there's a better product on the cat page or look at more details on the product page.
Maybe it's just me..... but, why allow the shopper the choice to select a product and check out without reading details, disclaimers, shipping restrictions, etc. on the product page first? ... unless the product line is so simple and customers are constantly re-ordering.
Re: Can Featured Products Grid Add to Cart when Has Choices?
Posted: Sun May 10, 2009 7:56 am
by ZLA
As you can see from the image, there are no further details. Only featured items will appear and only simple ones would be chosen. Can you offer any advice on how to accomplish this from a technical viewpoint?
Re: Can Featured Products Grid Add to Cart when Has Choices?
Posted: Sun May 10, 2009 11:39 am
by jmestep
I've done a category page and a search by sku page where a shopper can add multiple products with options to the cart from one page. I took the code from the ProductHelper.cs and modified that to show the options. It's the section BuildProductOptions(Product product, PlaceHolder phOptions)
Re: Can Featured Products Grid Add to Cart when Has Choices?
Posted: Sun May 10, 2009 12:15 pm
by ZLA
Thanks Judy.