[Plugin: Groups] Shortcode boolean
-
I need to perform some simple boolean logic with shortcodes–specifically [group_member group=”Group Name”].
I have 5 products: 2 simple, single-purchase products and 3 subscription products. I’ve assigned each a unique Group identity. I want each purchase to have a distinct message on the landing page after purchase.
One subscription is a follow-on to one of the two simple products. So when the customer “upgrades,” she is in two Group: one of the simple product Groups and the subscription Group.
So…
Products 1, 2, 3, 4, 5
Corresponding Groups A, B, C, D, E
I need to be able to designate (A & not C) and (A & C) for the shortcode.
The [group_member group=”Group Name”] shortcode works perfectly for the 2 simple products and 2 of the subscriptions, but when someone purchases the follow-on product, they see both the simple product message and the subscription message.
- The topic ‘[Plugin: Groups] Shortcode boolean’ is closed to new replies.