Hello,
Im wondering if anyone can give me some guidance. I need to figure out a way to have an itinerary be emailed out to people who purchase a course from us. I have tried to set this up in conditional actions in ubercart but can not get it to work. What i need is to be able to pull out a cck field information from the node that was used for the course. We have a specific content type for the courses and use ubercart as the store. I was hopeing to be able to just have a new CCK field on the content type that the person setting up the node could fill in with all the info that needs to be emailed to the customer after they purchase. But i can not figure out how to get that information into something that will send to the user? I have the token module installed but none of the cck field info shows up.
Can someone please help me figure out the easiest way to get an email out to the customer that has the info from that specific node?
Using Drupal 6 Ubercart 2
I would really appreciate the help.
Comments
If in D6, you could probably
If in D6, you could probably do this using rules, notifications, and notifications_extra modules.
The alternative is to write a small module that does this.
I am using D6 but I can not
I am using D6 but I can not figure out how to have the rules fire on just these specific purchases. That is doable with conditional actions in Ubercart with no problem but then I can not seem to figure out how to have it tokenize that field.
I dont know how to do this with a custom module. I was hoping to not have to go down that rout but if anyone has any other ideas or can help me with the custom module that would be awesome.
Thanks for the tips. Hopefully I will get this figured out.