Hey guys,
I am working on a small bit of php code for the subscriptions modal for payplans
what i am trying to do is. If there is no plan at all attached to the user I want to display a msg
how can i do this using the <?php if ($subscription->is ()) { ?> what is the call for no subscription ??
for example I have <?php if ($subscription->isActive() ) { ?> DISPLAY ACTIVE TEXT <?php } else { ?> Display NOT ACTIVE TEXT <?php } ?>
but how can I use this same call to say if there is no subscription at all ?? any ideas ?