Hello, I have created a Method Directive that presents a warning message when a user “unships” something in Customer Shipment module. The message says, “Warning: You are about to mark this shipped order as not shipped. Are you sure you want to proceed?
[Yes] [No]”.
I need to be able to include in the Method Directive something that provides them the option to say Yes or No. If Yes then it will unship, if No then nothing will change.
If anyone can give me some guidance on getting this done, its much appreciated!
It pops up a window with options you design, including buttons:
Once you’ve designed your form, you can use a conditional to do what you want. In the image above, the button value for “Yes” is 1111, so the conditional would look like this: