Hi,
After playing around with V2 for quite a while there are a few key areas I need to resolve to so my site works as it does currently on V1.
One of the main areas I need to sort out is hiding packages. On V1 I we can hide a few packages with CSS like this.
#geodir_price_package_10 {display: none}
Us users hide package for various reasons. Mine are:-
1) Some packages are for internal use only (e.g. public venues that would not get added otherwise)
2) Some free packages are no longer available to new listings but I allow existing users to continue to renew with these old packages (of course, we try to encourage upgrade at renewal but don’t want to lose listings either).
It would seem that at the moment there is no id for packages so they cannot be hidden. That’s not entirely true. The radio button has an id (e.g. #package_id_1) but that only hides the radio button…
Before I take my site live with V2 I need to replicate this to ensure users only see available packages and would appreciate advices on how this can be replicated on V2.
Thanks.