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

rszrama’s picture

The 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.

Rob T’s picture

Has 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?

quadbyte’s picture

See my cheap temporary fix here : http://drupal.org/node/313596#comment-1052200

Island Usurper’s picture

At this point, it's halfway there. By that, I mean that customers get updates, but admins don't.

Island Usurper’s picture

Assigned: Unassigned » Island Usurper
quadbyte’s picture

Customers check-out emails are still missing all tokens right ?

rszrama’s picture

Just 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. :)

rszrama’s picture

Status: Active » Needs review

Lyle 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! ; )

trungonly’s picture

subscribe.

butler360’s picture

Does the new Notify work for e-mailing links to file downloads? I didn't see any tokens or anything that allow this.

Island Usurper’s picture

Not yet. I haven't done anything for uc_files or uc_roles, only the basic order notifications.

rszrama’s picture

Status: Needs review » Fixed

Notifications 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.