Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Aug 2008 at 17:37 UTC
Updated:
30 Dec 2008 at 23:40 UTC
I see "Notify" is being replaced by conditional actions, as per Ubercart Migration Status
What can I do to get notifications with my cobbled-together (yet working) Ubercart 6.x.dev project?
Comments
Comment #1
rszrama commentedThe only person I know who's done a live site in D6 used a custom module to get it done. Theoretically, you could just update uc_notify.module to D6 yourself... it probably isn't that much work and maybe we should've done it anyways until the new system was ready. : ? If you're able to do such a thing and submit a patch, I'd consider at least making it available somewhere while the replacement system is in development.
Comment #2
Rob T commentedHas development of the replacement system started, or does it only exist in theory?
Is there any chance the person with the custom module is willing to share some tips? Did he/she basically use a modified version of D5 uc_notify, or did the person use conditional actions and ditch the old stuff altogether?
What are the chances of the community getting a hold of this custom notification module?
Comment #3
quadbyte commentedSee my cheap temporary fix here : http://drupal.org/node/313596#comment-1052200
Comment #4
Island Usurper commentedAt this point, it's halfway there. By that, I mean that customers get updates, but admins don't.
Comment #5
Island Usurper commentedComment #6
quadbyte commentedCustomers check-out emails are still missing all tokens right ?
Comment #7
rszrama commentedJust wanted to post a quick word of thanks to Growing Venture Solutions for deciding to sponsor the notifications work. I chatted w/ Lyle today, and this issue has moved on further... there are some default predicates for checkout notifications in core now that should work and we'll do more testing / polishing of the code tomorrow. :)
Comment #8
rszrama commentedLyle just committed the work to CVS that was sponsored by GVS. We specced out a solution using the conditional actions system and got some default predicates in that handle notifications almost exactly like in UC 1.x. You can either get it directly from our Bazaar, CVS on d.o, or just wait for the nightly development snapshot to show up tomorrow. The settings now exist in a couple of predicates and may be adjusted to your liking. This also includes order update notifications.
Way to go, Lyle! ; )
Comment #9
trungonly commentedsubscribe.
Comment #10
butler360 commentedDoes the new Notify work for e-mailing links to file downloads? I didn't see any tokens or anything that allow this.
Comment #11
Island Usurper commentedNot yet. I haven't done anything for uc_files or uc_roles, only the basic order notifications.
Comment #12
rszrama commentedNotifications are in and set for D6. There is an action for e-mailing an order invoice and a separate one for a user definable e-mail using token replacement. Roles and files are supported through CA as well.