0

Sry for the bad title,

I have this code:

{{status ? 'Your VIP Status is Active' {{aboend}} : 'Your VIP Status is not Active'}}

But it dont work, because {{}} in another {{}} looks like dont work...

In this case we got a Abonoment and we want to know the status, and if it is active, then i want to dispaly on what date it ends. When i place the Abo End Information outside of the {{status}} then it is shown everytime... But if they dont got any VIP then the Date is 00.00.0000... This is useless =/

But there must be any way to realize that, have anyone any idea?

1

1 Answer 1

3

I assume you're trying to do something like this?

{{status ? ('Your VIP Status is Active' + aboend) : 'Your VIP Status is not Active'}}
Sign up to request clarification or add additional context in comments.

1 Comment

ohh great! Thanks alot!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.