I want to make 2 different scenario’s but I do not know how to make a workflow.
In my case: a person wants to make an order, but the order doesn’t reach a prefered pricetarget.
Scenario 1 (pricetarget isn’t reached) = person clicks on a butten and goes immidiatly to homepage.
Scenario 2 (pricetarget is reached) = person clicks on a butten and a pop-up appears.
When ORDER button is clicked,
- Go to HOMEPAGE (Only when the pricetarget > order value).
- Elements - Display ‘popup’. (if there is data to show, then Display ‘data’. (Only when the pricetarget <= order value).
I have tried to do this, but somehow it doesn’t work.
I always get to be sended to the homepage.
Also, when i tried to do step 2, I have to fill more data at ‘data to display’.
With only what you provided here, I don’t know what else I can say.