Wednesday 29 October 2003 6:03:43 am
Sorry, was busy ;) You need to write a workflow event that will send the email after you checkout your list. If you know php it isn't too diffficult. But learning can be time consuming. You should set up a new workflow. Then in the trigger section associate your new workflow with 'shop checkout before'. The aim here is to execute some specific code when your client checkouts, in your case this will be to send an email. To go through with this you need to write a workflow event that will take the order and send the email. Once you have this event you can associate it with the workflow, then the system should work as expected. Here are some docs on workflow events:
http://ez.no/developer/ez_publish_3/documentation/development/extensions/workflow_events/wrapping_event http://ez.no/developer/ez_publish_3/documentation/development/extensions/workflow_events/creating_a_new_event Hope this helps. Its not the quick-fix you wanted though :( paul
|