I would like the upsell items to appear on the product detail page. I would like the option for the customer to click an an "add to cart" checkbox to indicate they would like to order that product and then click the normal "add to cart" button on the page they are viewing to add the products together. I would still like for the person to be able to click on the upsell item's name/image to go to it's own detail page (like this currently works), but adding the option to just click an "add to cart" checkbox would make it much easier to cross sell items that should be bought together. It would be nice to be able to provide a discount on these as well. I believe Yahoo stores might allow something like this, but I'm not 100% sure.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | upsell-multi-buy.patch | 3.59 KB | torgospizza |
| #3 | Screen shot 2009-09-04 at 9.38.15 PM.png | 47.87 KB | torgospizza |
Comments
Comment #1
torgospizzaComment #2
torgospizzaMarking this as duplicate for #380954: Accessories and attribute support - want to get this rolled into the D6 version. Don't know if I can swing putting it in the D5 version, but if someone wants to sponsor it, I could probably swing that or at least backport some of the code.
Comment #3
torgospizzaCheck out this screenshot for how it's working on my local dev. Works splendidly so far!
Comment #4
torgospizzaHere is the patch to enable this functionality.
One thing to note: this patch is lacking some configuration options, so use at your own risk!
Comment #5
Rainman commentedNow in the dev, some observations from testing in my config.
The multibuy_form just doesn't work in my config at all for a couple of reasons.. first my items are upsell replacements rather than additions ie ("sure you wouldn't want a big mac for a few cents more instead of that quarter-pounder" vs "would you like fries with that") also my items tend to have long titles and the multibuy button ends up huge and very long with that. are buttons themeable? hmm even if it did wrap text it would probably still look odd. Please make this a configurable option, pretty-please even:).
Comment #6
Rainman commentedOh Yeah! forgot to include the most important observation related to this feature, it doesn't work in my config! clicking the "Purchase these along with ..." button doesn't do anything in my testing of the dev version.
Comment #7
torgospizzaWeird, maybe I forgot to commit something.
But yes this entire setup will be an option, as in "Run Upsell in 'Accessories Mode'" :)
Comment #8
torgospizzaMarking this as part of my TODO list for 2.x. It's no longer part of the 1.x branch (wanted to make sure new features don't get added that break existing configs, or confuse users.)