Book the properties on subscription plan

Hiii,

I have created a property booking app and I have 3 subscription tiers that allows users to book properties based on their subscription plan

I want to create a condition like if user’s current subscription plan is 1 that means they can only book the properties within their country.

If user’s subscription plan is 2 that means they able to book the properties within their region.

Last is subscription plan 3 that means they can able to book the properties within the globe.

I have tried by lots of way but this is not worked for me as I want, can you please help on this as soon as possible.

Thanks

@vini_brito @bubbledeveloper please help me on this

Thanks in advance

You might be able to do this using geoaddresses.

For each property displayed, you can disable/enable it with conditions.

For example:
if user is tier1 and property is within 200 miles of user’s address, enable the property.
if user is tier2 and property’s country is equal to user’s country, enable the property.
if user is tier3, enable the property.

What “enable the property” is can be anything you want. You could completely hide it, grey it out to indicate they can’t get it, or simply disable a “book it” button.

But using geoaddresses should work.

1 Like

@firstfifteensoftware Thanks for the suggestion, I have tried and almost got what I wanted to do. thanks again

This topic was automatically closed after 70 days. New replies are no longer allowed.