i4w_has_no_valid_ccard
Usage
This shortcode determines if a subscriber does NOT have a credit card on record or if the available credit card is NOT valid. If no valid card is available, it returns the text/content embedded between tags. If a valid card is on file, it will return the content after the optional ELSE clause. This shortcode is the inverse of [i4w_has_valid_ccard].
[ELSE_has_no_valid_ccard] conditional branching is supported.
Shortcode nesting is supported: [i4w_has_no_valid_ccard1] thru [i4w_has_no_valid_ccard19] and [ELSE_has_no_valid_ccard1] thru [ELSE_has_no_valid_ccard19].
Parameters
None
Example
Shortcode
[i4w_has_no_valid_ccard]
Sorry, you don't have a valid credit card on file.
[ELSE_has_no_valid_ccard]
Great, you have a valid credit card on file.
[/i4w_has_no_valid_ccard]