Postponed
Project:
Ubercart Followup
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2010 at 21:37 UTC
Updated:
25 Nov 2012 at 10:30 UTC
Hello,
Thanks for this great module! I am currently using it to follow up with customers for orders that are currently in checkout and also for completed orders (so that they can review the products that they purchased).
A great enhancement would be to be able to send an image along with the product name for the products in an order (e.g. like a memory refresher, like Amazon does ;)
Thanks,
KH
PS: As Ubercart is moving from Conditional Actions to Rules...would this be possible via a combination of UC_Followup + Rules?
Comments
Comment #1
3dloco commentedComment #2
m.stentaI agree that the ability to include details about an order's products would be a nice feature of this module. I don't think it would be too hard to add, but the bigger consideration is performance. Currently whenever an email is sent out, the entire Order and User objects are being loaded to provide token replacements. This is currently the most resource-intensive part of the process. If we add a node_load() for every product as well (in order to provide product token replacements), it would multiply the effect significantly.
I'm open to the idea, and maybe making a setting to enable/disable it would be wise, so that people can choose whether or not to incur the performance hit.
Postponing this for now... reopen if there is still interest in it.
Comment #3
remkovdz commentedThis would be great features indeed, however I'm using D7. I would use it to show the products the customer has in checkout, like Amazon indeed.