Jump to content

custom variables for UserProfiles


Miguel Bevia

Recommended Posts

Hello,

 

I created custom variables for a UserProfile listing upgrade, but they are not showing up, not sure if I am doing this right.

 

In an upgrade plan I put this on the Custom Variables: plan|verified

 

 

On the detail_profile.thtml I put this:

 

 

<?php if ($Paid->getVar('plan',$listing) == 'verified'): ?>

 

 

something

 

 

<?php else: ?>

 

something else

 

<?php endif;?>

Link to comment
×
×
  • Create New...