Topic: another IF statement driving me mad
Hi can anybody help.
I have 2 payment ID's
/index.php?m=account_upgrade&p=payment&id=1
and
/index.php?m=account_upgrade&p=payment&id=2
In the account_upgrade_payment.tpl file I have tried adding in an IF statement so I can have different things shown in the different links.
I have tried.
<!-- IF account_upgrade AND payment_id == "1" -->
<!-- IF account_upgrade_payment_id == "1" -->
<!-- IF session.account_upgrade AND payment_id == "1" -->
<!-- IF session.account_upgrade_payment_id == "1" -->
<!-- IF settings.account_upgrade AND payment_id == "1" -->
<!-- IF settings.account_upgrade_payment_id == "1" -->
Nothing is working, if I set it to id == "0" -- it just displays it both payments.
Driving me mad!!!!!!