• Hi,

    I have two listing packages in my website. One (Basic) which is free to use and the other (PRO) which is paid for.

    I want to create custom listing fields that ONLY the PRO users can use and fill in. At the moment, adding a custom field for the listings shows on both Basic and PRO listings, but I want it as an additional feature and only for the PRO users.

    Is this possible?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • I don’t really know how your website stores its information for PRO users but I suppose that it is stored inside a user metadata.

    To display specific custom fields, only for PRO users, you will have to check if that user metadata is set and then display the custom fields.

    I’m only giving you the internal process to accomplish here as I do not have enough information about how your website works.

    Thread Starter rmr91

    (@rmr91)

    Thanks for your reply.

    They are separate metadata for the different listing packages but the code we have tried isn’t working. At the moment the custom fields are displaying for both options, Basic and PRO.

    How do I customise listing pro plugin?

    Thanks

    Can you add one metadata on the user profile that will allow you to identify the plan taken by the user ? That metadata will serve as a flag to identify if the user is BASIC or PRO. You then use this value to display or not the custom fields related to PRO.

    • This reply was modified 9 months, 3 weeks ago by mandresi.
    Thread Starter rmr91

    (@rmr91)

    How do I change just the metadata for one of the listing packages, and not the other? Can you help with that process?

    First, I need more information on how you implemented the listing packages. Did you use a custom field plugin ? Is it a custom development etc. It would be best if you can share your code so that I can give you the more appropriate solution.

    Thread Starter rmr91

    (@rmr91)

    I am using listing pro plugin for the listing and packages.

    Then I have created a custom field using listing pro, but I want to only have custom field for one out of the two packages.

    As I do not have Listing PRO plugin, I can’t analyze their code to find the appropriate way on how I can help you.

    Perhaps, should you contact their support in this case.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Listing Fields for paid users’ is closed to new replies.