Code

Discussion on Homzen - Laravel Real Estate Agency Portal Multilingual

Discussion on Homzen - Laravel Real Estate Agency Portal Multilingual

By
Cart 476 sales
Recently Updated

botble supports this item

Supported

This author's response time can be up to 2 business days.

285 comments found.

RDCode

RDCode Purchased

Hi,

How to remove or hide the ‘Write a Review’ option?

Thanks

Hi,

You just need to disable review feature in Settings → Real Estate → General.

https://prnt.sc/ze7YRL4GlXUw
RDCode

RDCode Purchased

Hi,

After a crash and restoring my website from backup, it now only loads at example.com/public — how can I make it load directly at example.com without showing /public at front my domain?

Thanks,

Hi,

We use .htaccess to redirect to /public, maybe it has conflict in this file, so it doesn’t redirect you to /public.

Try to setup it as instruction in this article https://botble.com/the-best-way-to-install-our-script-on-a-shared-hosting to remove /public completely from your site URL.

Hello, i’m interested in your script. Questions:

1) does this product supports multiple real estate agencies to have their own home page and listing? if so, how?

2) does it support multiple tenants?

Thanks

Hi,

1. No, agent properties just can be listed on the same domain, in agent detail page, like this: https://homzen.botble.com/agents/emiliano

2. No, it doesn’t support multi tenants.

RDCode

RDCode Purchased

Hi,

We have a Seller (Agent) Dashboard, but there is no User Dashboard. Is it possible to create one through Botble CMS, or should we develop it from scratch?

Hi,

We don’t have another user dashboard in this script.

If you need it, please customize our code in platform/plugins/real-estate, just do the same as we have done for agent dashboard.

Is it possible to change the layout of listings on the agents page?

Link: https://guiadoimovel.net/agents/acd

I saw that there are other styles such as a side search, etc. but I couldn’t find a way to change it in this section of the site, only on the home screen.

Another question: can I put advertising banners on the site?

One more question, it would also be interesting to have a super admin and sub admins in the system. Do you plan on doing this in a future update?

Something like this:

The super admin has full access to all features, the sub admin only has access to the property listings, clients and users.

Hi,

1. Sorry, we don’t have another style for agent page for now. We will consider it in future versions when we have more time.

2. Yes, you can add it in Admin → Ads. Then insert it to your page/post/property… using UI block Ads https://prnt.sc/gr58spYWQy1o

3. You can create a sub admins role in Platform administration → Roles and permissions with limited permissions, then assign that role to your user when creating a new user in Platform administration → Users.

Does this sytem supports the Message system for customer and realtor ?, alos does it it supports auto currency conversionn, can w eset default language to differnet one ?

Hi,

1. We don’t have a real-time messaging system in our script.

They just can contact via email using this form:

https://prnt.sc/iPdvEIGT6vW4

2. Yes, you can check this: https://prnt.sc/vo3ni9aKCIFV

Our script support unlimited currencies, you can set up currencies in Settings → Currencies https://prnt.sc/nffoklpBGK-V

3. Yes, just change it in Settings → Languages.

https://prnt.sc/IFK7ULRhprHU

if we don’t want to show the price of property what is the option , or hide price form structure

in 1.2.5 update price disable for properties done or not ? ..

Hi,

Not yet, we haven’t implemented this feature yet.

Oky waiting for this feature as needed by all

RDCode

RDCode Purchased

Hi,

Currently, 1 credit equals 1 listing. Is there a way to change the logic to something like this:

1 credit / $1 = 1 million dollar property

2 credits / $2 = 2 million dollar property

3 credits / $3 = 3 million dollar property

and so on?

If yes, where can we change this logic in the code?

Thanks,

Hi,

It requires code customization, need to customize our code in platform/plugins/real-estate/src/Http/Controllers/Fronts/AccountPropertyController.php

Need to change this logic here: https://prnt.sc/iD0BD9JJAY-M

RDCode

RDCode Purchased

Hi, I tried to figure these out with a team of 5 developers, but we still couldn’t find clear answers. Could you please help me with the following questions?

1 – Where can I find and edit the main frontend and backend code, including the sidebar/navigation and Wishlist data?

2 – How can I set up and run the project locally, and is there any database involved?

3 – Is there documentation or a developer dashboard I can use, and how do we push custom code to the repo?

Hi,

1. Our script is structured using modular structure.

https://moezmissaoui.medium.com/exploring-modular-architecture-in-laravel-c44a1e88eebf

Our source code is located in folder /platform.

It’s developed in modular structure. Separated to many modules.

Example, for Real Estate feature:

- Controllers: platform/plugins/real-estate/src/Http/Controllers.

- Views: platform/plugins/real-estate/resources/views.

- Routes: platform/plugins/real-estate/routes

- Migrations: platform/plugins/real-estate/database/migrations.

Front theme is in platform/themes/homzen.

By this structure, we can make more plugins and themes. There are many free plugins on https://marketplace.botble.com/products which developed by our community author, and it can be installed from Plugins → Add new plugin.

2. Our script is a Laravel script. You can learn “how to setup and run Laravel script locally”.

It’s almost the same as installation on hosting, but you need to prepare your localhost.

3. You can learn more about our code on https://docs.botble.com/cms or YouTube https://www.youtube.com/channel/UC6G-qF9Ce4-4qszvgw0ErKg 

Join our Facebook Group https://www.facebook.com/groups/botble.technologies or Forum https://forums.botble.com to learn more about our source code.

RDCode

RDCode Purchased

Thank you

Adopta

Adopta Purchased

Hello,

Ajax live search is broken (location field) in homepage. Please, check demo page. I hope you can release an update or let me know a hotfix in the meanwhile.

console error: GET https://homzen.botble.com/ajax/cities?type=project&location=Ne&minimal=true 422 (Unprocessable Content)

Hi,

Sorry, it’s our mistake when adding more validation for this search box.

We have just released Homzen again to fix this issue.

Please go to System Updater and click on “Re-install the latest version”, then it should be fixed.

Thanks for your feedback!

Adopta

Adopta Purchased

That was quick!

Thanks a lot. Keep up the great work with this script :)

Adopta

Adopta Purchased

Hello,

Getting error 500 when attempting social login (gmail).

This feature was working fine 1 or 2 updates ago.

Hi,

Maybe your site is not updated correctly, please try to go to System updater and click on “Re-install the latest version” button and check again.

If it still doesn’t work, please try to enable debug mode in .env to see error details, change:

APP_DEBUG=false

to:

APP_DEBUG=true

Or check error logs in storage/logs/laravel-y-m-d.log

Or create a ticket on our support center https://botble.ticksy.com and give us access to your hosting, I will check it for you.

Adopta

Adopta Purchased

Thanks for the reply. Debug mode helped. Just for the record, I fixed this by adding ‘name’ column in the re_accounts table.

Thank you.

Hello! I am the account owner leminhcanh229, due to Gmail error I cannot access that account.

I have purchased FLEX HOME, can I continue to purchase HOMZEN integrated into FLEXHOME?

Hi,

This one is a full script, it can’t be integrated to Flex Home. It’s the same core, just different in front theme UI.

If you want to switch theme to Homzen, you can copy platform/themes/homzen from this script to folder platform/themes/homzen and activate it in Appearance → Themes to use.

Backup your site before doing this.

Thank you! I decided to buy the Homzen script instead of Flexhome. In the detailed article of the PROJECT at the end of the article, can I add the SUBDIVISIONS? I really need it. For example, The Global City Project has 3 Subdivisions: SoHo, CT7, Sola. So I want to add those 3 subdivisions in the detailed article (with images, subdivision names and links)

Hi,

Sorry, we don’t have this option in our script for now. Please write it in project content field.

Where should we paste the Facebook (Meta) Pixel code? I tried pasting it under Appearance > Custom HTML > Header HTML, but it’s not working and it shows a broken line of code at the top of the homepage.

Hi,

You can add it in Appearance → Custom JS → Header JS.

https://prnt.sc/7en-G2OdVd78

Hello. Can i disable signup n sign in? I want purchase it for single vendor.

Yes, you can disable it in Settings -> Accounts.

Hello, can you explain to me the Properties in project category and how investors can invest? Thanks

Hi,

We may have many properties on your site, so properties are grouped by project to make it easier to list all properties under that project.

We don’t have an option to invest in a project directly on your site; it only allows displaying the investor’s name on the project detail page.

pls answer the email i sent you via codecanyon!

Hi,

Our dev team will check and answer it.

TABLE OF CONTENT GENERATOR IN UI BLOCKS

Working my way through Blog creation for my new site, I realise a Table of Contents generator is missing. I tried different ways but nothing seems practical than If there was one in the UI Blocks.

1. Have I missed it and it already exists?

2. When can we expect one if it doesn’t exist? It is an essential functionality every CMS needs.

Thanks and happy weekend.

Hi,

You can try to install this free plugin https://marketplace.botble.com/products/nivianh/toc by our community author in Plugins → Add new plugin.

That table of content is generated automatically based on your post headings.

Search form on my homepage in Advanced section > Price Range pulls maximum price for projects and not properties. How can I fix this?

Currently: On the projects listing page it works and it’s ok to have max price prom only projects. On the properties listing page it works it has maximum price from all properties.

But on the homepage it pulls maximum price from projects which is bad. I need it to pull the max price from properties.

Hi,

This issue should be fixed in the latest version already.

Please go to Platform administration → System updater and update your site to the latest version, then it should work.

Social Login feature on mobile: Is it possible to redirect users to authorize register/login via mobile app if they’re using phone with installed Facebook or Google, then after authorizing redirect back to brawser?

Currently social login is happening in brawser while visiting website on mobile, but most of the people don’t want or don’t know facebook or gmail passwords.

Hi,

It’s not easy to integrate with installed apps on mobile for social login.

It’s the same as this CodeCanyon site, when you login using Facebook in the login page https://codecanyon.net/sign_in , it still redirects to Facebook website on browser too.

Our dev team will check if we can implement it when we have more time.

Thanks a lot.

“Backblaze storage integration”

How do I use this integration for cloud backup? I couldn’t find anything about it on the portal, forum, or documentation.

Hi,

No, it’s not for cloud backup.

If you want to use Backblaze for media storage, you can config it in Settings → Media.

https://prnt.sc/jQ76Gj6QHrfJ

Then, when you upload images in Admin → Media, it will upload your image to Backblaze instead of your local hosting/VPS.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey