Forum

Thread tagged as: Question, Shop

Perch Shop Tags

Hi All

Im trying to make a paid membership site but the tags are not being added to the member on sucsessfull payment

i have added the tag to the product do i need to do anythin else

Anthony Elleray

Anthony Elleray 2 points

  • 5 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

Hi Anthony

with each post to the forum we need to see your Diagnostics Report, in this case we need step by step to know what you have done so far.

Ok

So i have added a product with the tag photoComp

i add the product to cart and checkout using paypal i return to the site thankyou page that says sucsessfull payment

i then try go to a page with (tried photoComp with and without ' ' )

<?php if (perch_member_has_tag(photoComp)) { ?>
      <h3>you are a member</h3>
<?php } ?>

but nothing happens

i check the member and no tag has been added

ok odd its magicly fixed itself without me doing anything hmmmm

just need to get this part to work

<?php if (perch_member_has_tag('photoComp')) { ?>
      <h3>you are a member</h3>
<?php } ?>

All sorted not sure what was happening