Gossamer Forum
Home : Products : Gossamer Links : Discussions :

payment tags

Quote Reply
payment tags
Hi All -

I'm wondering if the format for tags has changed with the new 2.2?I know there seem to be new options, but keep getting errors with placement.

Here's what I'm trying:

<%if pro%>

stuff here

<%if paymentsEnabled and ExpiryDateFormatted and not isFree%>

more stuff here

<%endif%>
<%endif%>

I get this error:

Error: Unmatched endif/endifnot/endunless tag

I want the paid pro to see all of the info, while unpaid will see only to top information

Thanks!!
Quote Reply
Re: [SSmeredith] payment tags In reply to
I should mention that even with the error, the function seems to be working anyway. I would like to test with a paid link but I don't easily see that in the link >modify
Quote Reply
Re: [SSmeredith] payment tags In reply to
Is pro a custom tag or a new one? What does it do?