irishguyce
Forum Replies Created
-
Ok in playing around I have figured out the following…
Affiliate Membership 1 = Membership level 1
Affiliate Membership 2 = Membership level 2
Affiliate Free Sign Up = Membership level 3I also have narrowed the php code down to this so far based on the previous posts…
<?php if (pmpro_hasMembershipLevel(3) ) { //only members can see this ?>
TEST
<?php } ?>But that makes me set it to one membership or another. The goal is to see the price so if you have ANY MEMBERSHIP or at least one of those three I listed you can see it. Just need a little guidance on further tweaking this code. Please.
Hey there,
Ok expanding upon the question above if I can…
I am trying to hide the prices and add to cart button in our store for non paid members. We have two stores one for members and one for non members. Using this plugin (Paid Membership Pro) for those who are not members. The three memberships are
Affiliate Membership 1
Affiliate Membership 2
Affiliate Free Sign UpAs long as they are a member of one of them I want the price to be displayed… is there a php code that can do this? I know in the past I have use this for if you are logged in but it doesn’t stop people who are logged in but their membership has expired…
<?php if (is_user_logged_in() ) { //only logged in user can see this ?>
CONTENT HERE
<?php } ?>
Is there something similar I can wrap around that information I want hidden so it hides it for non members or expired members?
I really appreciate your input and expertise. Thanks, Chris
Forum: Themes and Templates
In reply to: Help…Need Ephoto blog moved to another page?I tried that but the Ephoto template is what is generating the home page…