Hidden view payment Options for some clients

Hi all

Hoping someone can help me with the hidden payment display options (cheque and cash) for some customers. I read a few threads on the topic and thus applied the following hidden fields and the script that works well to show the options for all users who are connected:

< div id = 'hiddenfield' style = "" display: none; ">"

< div class = "item" >

< Input class = "PaymentMethodType" onclick = "ShowCCFields (this.value); "type ="radio"value ="2"name ="PaymentMethodType"/ >

Check < br / >

< Input class = "PaymentMethodType" onclick = "ShowCCFields (this.value); "type ="radio"value ="3"name ="PaymentMethodType"/ >

Cash < / div >

< script type = "text/javascript" >

LoggedIn var = "{module_isloggedin}";

If (loggedin == 1)

document.getElementById('hiddenfield').style.display = 'inline ';

< /script >

However, I wanted to take it a bit further and have only the options display for a certain group of clients to connect. I played a bit with the addition of an extra and it Security Zone assigning users, but it seems that I can only limit pages of content in this way. So really you are looking for a means to limit only masked the a page of the joint fund payment options.

Any help with this would be greatly appreciated.

Thank you

Kennedy

Hello

You can use this article for a custom field for each user the list: http://forums.adobe.com/thread/980966

If this custom field contains a (specific) value, then you will see the options.

Kind regards

Alex

Tags: Business Catalyst

Similar Questions

Maybe you are looking for