any plans to port this to Drupal 7 soon?
cheers,
Peter Fisera
http://earthangelconsulting.com
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | uc_upsell-D7.zip | 19.3 KB | neochief |
any plans to port this to Drupal 7 soon?
cheers,
Peter Fisera
http://earthangelconsulting.com
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | uc_upsell-D7.zip | 19.3 KB | neochief |
Comments
Comment #1
patoshi commentedsame here - Subscribing! great module! but need it for D7.
Comment #2
mikefyfer commentedsub
Comment #3
jpdaut commentedI need it too, subscribing
Comment #4
himagarwal commentedsubscribing!
Comment #5
BelliLint commentedI have a developer ready to port this. I'm prepared to offer majority funding for it. Is it valuable to anyone else? Anyone willing to contribute?
Comment #6
hockey2112 commentedBelliLint, I may be able to contribute. Can you please PM me the details on what it would take?
Comment #7
torgospizzaFeel free to bring me in on this discussion. I'm looking at working a bit more on the 2.x module (since Upsell requires some major refactoring, including a cache layer) so I'd be happy to help. (Even if it means bringing on an additional committer - helpful patches are always welcome too.)
Comment #8
remkovdz commentedIs there any news on this D7 port? Otherwise I might search for another solution, thanks!
Comment #9
dhcreative commentedsubscribing
Comment #10
j4 commentedHi,
Is there going to be a port to &, or did anyone ehre find any other solution?
Thanks
jaya
Comment #11
neochief commentedHere's initial D7 port.
I left everything more or less intact, except following changes:
1. I removed cart pane code altogether. Now, there's just an upsell block, but you could place it everywhere, including cart page.
2. There's new upsell node view mode, where you can configure what is shown in upsell item.
3. All of the imagecache stuff is removed in favor of configuring this in upsell node view options.
4. I've added new config option to exclude purchased products from the list.
The module looks operational, I've installed it on my site and it works just fine. Your feedback/testing is very much appreciated.
Comment #12
docans commentedGreat Work guys
Comment #13
docans commentedHi When i installed it i got this error
Notice: Trying to get property of non-object in uc_upsell_init() (line 33 of /mysite/sites/all/modules/uc_upsell/uc_upsell.module).
Any Solution for this
Comment #14
docans commentedThis is the error i got when i went to the mysite.com/admin/store/settings/upsell
Comment #15
nonsieI've started a sandbox project for the D7 port - https://www.drupal.org/sandbox/nonsie/2373403. Still work in progress that will hopefully one day become a D7 patch for this project.
Comment #16
jasonglisson commentedI've completed a new module from scratch that I did for a client using Drupal 7 and Ubercart.
My client wanted to distinguish products that were "related" from products that are normally sold along with the currently viewed product, which would be the "upsell".
I created an entity reference field on the product content type that I called "Upsell Items". The I made a module that would look at all the products in the cart, find all of the upsell items that were available from products, and randomly display three upsell products.
I also made a settings page that controls the number of products the module can display and the heading that shows up above the products.
Looks like this:
http://jasonglisson.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-2...
Let me know if anyone would like some help with this. Just send me a message.
Comment #17
torgospizzaI'd be happy to add someone as a co-maintainer for this project, as we don't use Ubercart in D7. Send me a PM if you're interested!