Products of Real estate listings platform

Hi everyone really need your help :pray: :pray:

I started to build a real estate listings platforms with bubble 5 months and I am almost at the end of the tunnel. I need help with the database as I am unable to figure it out:(

In my database I have users and assets. Users can post assets into the platform.
Now I am trying to create ‘products’ so for example, a user needs to pay to upload his property.
I started in the database with a data type product with name, price, description but I don’t know how to link it to an asset. So if user A purchases product B how can I tell bubble that product B is for asset X.
can anyone refer me to any tutorials on how to do this? Or give me a quick tip on how to structure in this in the database. I would really appreciate it.

Thank you

We have database tutorials at nocodify.com.

Also can work with you 1-on-1 to get this up and running (nocodify.com/sessions).

Need a bit more info, but can’t you link the product data type to an asset?

Tal

I am going to give it time before getting professional help but If I see I can’t really figure it out I am up for a session. :slight_smile:

Not sure what you mean linking the product data type to an asset.

Let’s say current user clicks on ‘buy product’ for his asset. What should be happening in the database? Asset product x is active?
Should I have a data type in asset called product A, product B and product C? When user purchases product A, product A is active in the asset?
I could try that not sure if it would work… Wha do you think?
What i have done so far is create a product type and in the data base I create the 3 products.

On a page I have a group with info on a product the user can buy:

The workflow when the user clicks on the product is:

I am guessing that when the usr pays the items in the shopping cart I could do something like this:

So I am telling bubble that product A is active in asset X.

What do you think? Could this work? Am I over complicating things?

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