4 replies [Last post]
yanku's picture
Offline
Joined: 08/25/2009
Juice: 55
Was this information Helpful?

Hi I'd like to send a mail and/or place a note at "Order Comments" when a package is shipped.
so there should be a trigger "package shipped"

And, I would like to have a trigger like "all packages/items shipped", which checks if all items/packages have been shipped.

So we could keep track if an order has:
- been shipped partially, or
- all items ar shipped

as the order status could also change automatically to:
- "partially dispatched"
- "all items dispatched"

Has someone done these triggers before?

univate@drupal.org's picture
Offline
Getting busy with the Ubercode.
Joined: 03/27/2009
Juice: 465
Re: Conditional Action - Trigger when package shipped / all ship

I think you can manually add other order statuses, can't you.

And then you don't need new triggers, you just use the "order status" trigger and check when it change to what ever state you are interested in.

Usually completed would probably mean "fully shipped" and you just need to add a custom status for partial shipment.

yanku's picture
Offline
Joined: 08/25/2009
Juice: 55
Re: Re: Conditional Action - Trigger when package shipped / all

Yes, I know that it can be done manually. But I am trying to save clicks for the store manager. So, I'm looking for triggers Eye-wink

univate@drupal.org's picture
Offline
Getting busy with the Ubercode.
Joined: 03/27/2009
Juice: 465
Re: Re: Re: Conditional Action - Trigger when package shipped /

No I mean go to 'admin/store/settings/order/edit/workflow' and add your own new order statuses to the list, so you can track 'partially shipped' etc...

Then use the CA trigger for 'order status has changed' and add the conditions for "partially shipped' to do what every you need to when an order is changed to 'partially shipped' or what-every the event is.

phumoltd's picture
Offline
Joined: 04/26/2011
Juice: 26
Did you manage to solve this Trigger?

Hi - I'm just trying to figure out how to configure the Conditional Actions in my UC site to do what you were looking to do. Did you ever manage to work out how to do it? I'm trying to notify customers of 'Partial Shipments' and 'All Items Shipped' notifications but am struggling.

I'm new to UC so any help you could give is greatly appreciated.

Cheers.