6845 comments found.
Hello,
I noticed a small issue in CartModel.php that caused the error “Undefined property: stdClass::$countryId”.
I’ve already fixed it on my side (it was due to countryId vs country_id naming mismatch),
but I wanted to let you know so other buyers won’t face the same problem.
Thank you for your great work!
Hello,
Yes, it seems there is a small issue here. We will make the necessary corrections in our next update.
Thank you for this feedback! Regards.
Hi, We use Modesy as a marketplace and want to import/sync products from Shopify automatically. Two questions:
1. Do you plan an official Shopify → Modesy module? If yes, what’s the expected scope?
2. What’s your recommended integration approach today (API/hooks, docs)?
Scope we need:
Products & Variants: SKU, barcode, price/compare_at, inventory, weight/dimensions, options
Media: multiple images download & attach
Categories: Shopify Collection/Tags → Modesy Category mapping
SEO & Metafields: title/description, MPN/GTIN, etc.
Sync: initial batch import, scheduled delta sync (cron), and webhooks (product create/update/delete, inventory updates)
Multi-language & currency (optional)
Idempotent writes with mapping tables
Technically we plan to use Shopify Admin API (REST/GraphQL) + webhooks and a mapping layer on Modesy. If you consider an official module, could you share info on licensing/version compatibility? Any developer docs/hooks list would help. Thanks!
Hi,
1. In the next update, we will be working on the Classified Ads section. However, in future updates, we will continue improving the Marketplace section as well. A Shopify integration ight be added in the future, but we cannot promise that at the moment. Still, we will keep developing and enhancing both the Classified Ads and Marketplace sections of our script.
2. Currently, this integration does not exist, so there is no API or documentation available for it.
If we add it in the future, it will be released as a free update, and all of our customers will be able to use it. When this system is added, most (if not all) of the product-related details you mentioned will also be included.
Right now, it’s impossible to give a definite answer. However, as mentioned, if this feature is added in the future, it will be provided as a free update. If you don’t want to wait, you can also create and use your own API for this purpose.
If you need technical documentation to edit the codes, you can use the CodeIgniter documentation: https://codeigniter.com/user_guide/tutorial/index.html
Thank you!
When will the 2.6.2 patch updates be released?
Hello,
We have not released the update yet, because we are still collecting feedback from our customers. The update will be released once we receive a few more reports.
Regards,
Great job with this script! Almost perfect, almost convinced me to buy it. However, there is a big issue for me, as I am willing to use it as a classifieds website. There is no radius search and filtration based on proximity. I could read that the same request was posted many times in the past, so here I am confirming the need for this.
There are a bunch of other classifieds scripts (mostly Wordpress) that use Google Maps or Mapbox (cheaper API) for geocoding and OpenStreet for displaying (free). Please, make this a priority if possible. OLX also has this feature and it’s heavily used in my country. Thank you!
Kind regards, Marius
Almost forgot, geocoding can also be free with OpenStreetMap and Nominatim. That would be a huge advantage over competition. Thank you!
Hello,
Thank you.
We are planning to add a new theme for classified ads. With this theme, we may include Google Maps and enable similar features. We will take this into consideration during the development stage. Currently, there is no estimated timeline for the next major update.
Best regards,
I’m interested in purchasing the script, but I noticed in the demo that the live chat option is missing. In version 2.5.3, the discussion worked in real time, but in the 2.6 update, the chat isn’t instant—you have to type before seeing a response. Is this a bug or an intended change? Thank you.
Hi, thanks for your interest in our script! The chat section functions the same as the previous version. There are no changes. However, there’s a small bug that prevents messages from refreshing. We’ll be fixing this and other reported bugs in version 2.6.2 soon. Thank you.
Thank you, very good support !
if I want to sell digital products (exe files) with Stripe subscription (API), is it possible to implement that into this script by default?
Hello,
The Stripe subscription feature is not used for payments. All payments are processed as one-time transactions. If you want to accept payments through the subscription feature and set up the system accordingly, you will need to modify the code.
Regards,
“Thank you for bringing Mercado Pago back here in Brazil. If you need any help, you can count on me! I’m also registered on your website.” Another suggestion I’d like to make: if you could turn the ‘budget’ option into a ‘service’ option on Modesy, or create a new feature to publish services, it would work exactly like the website ‘WPJobster’. This would definitely bring you hundreds of new subscriptions and sales because of that! It’s worth considering
Hello,
Thank you for your help.
We tried a different integration method with Mercado and completed the integration successfully. In our tests, we did not encounter any issues. If you notice any problems in the future, you can always report them to us through our help desk.
For now, we do not plan to add a subscription system to the project, but we cannot say whether it will be added in the future. Please follow our updates for any new features.
Congratulations on the latest update; it’s been an excellent job. I’ll revisit the slider issue. It’s very complex to work on serious designs in the era of responsiveness, with so many screen sizes. If the module doesn’t respect the proportions across the different desktop and mobile resolutions, although you probably think it’s inappropriate for the slider to adapt, the truth is that in practice, it’s terrible to see designs that are out of step or cropped. I think you should consider this decision and allow the administrator to choose whether their sliders adapt or not, since all slider modules in mature Codeigniter applications like Swiper, Slick, and others do so consistently, with platform administrators in mind. I appreciate your consideration of this main suggestion.
Two other points worth mentioning are the suggestion to adapt the footer so that it’s more compact in the mobile version, preferably with vertical tabs with centered text for each of the columns (Categories, Quick Links, Information, and even the Newsletter). These are all factors involved in the design of the Modesy platform.
Finally, to improve usability when managing post lists on the front end, I invite you to consider replacing the “Next” button with a “Show More” button, or what is technically known as “Infinite Scroll,” where the list expands without refreshing the entire page. This improves the user experience, increases interaction, and facilitates the discovery of more posts, among other advantages. This doesn’t apply to the home page, but it does apply to the search and categories pages.
I appreciate your kind attention to my suggestions. I greatly admire your work, as it’s impossible not to see your commitment to a very stable platform focused on the success of its customers at a truly ridiculous price. My motivation, like that of every user of this script, is for it to improve and be more successful for everyone. Hugs.
Hello,
Thank you very much!
We try to display the slider image as neatly as possible, but unfortunately, showing a single image in the desired dimensions across all screen sizes is almost impossible. If we don’t set a specific height for the container holding the image, the slider becomes very small as the screen size decreases. This does not create a good visual experience.
If you add the following code to the Custom Header Codes section in General Settings, the slider image will never be cropped. We are sharing this here because it might also be useful for other customers:
<style>
.section-main-slider .slide-background {
object-fit: contain;
}
</style>
In future updates, we will look into this part and consider how it can be improved further.
We are not entirely sure about centering these links, but we will consider it in the future.
All product listing pages have an infinite scrolling feature. A “Show more” button does not appear. When the end of the page is reached, products are automatically loaded. We recommend checking this again.
Thank you, we’re glad you like our product. You can be sure it will get even better in the future. Regards.
Please, why can’t I use English as a secondary language? I use FR as the default, but I can’t delete English, and when adding a product, it requires English details, but I don’t want to use it. The idea is that my website is in French, but I want to keep English secondary. When enabling these 2 languages, the script still requires English details even though French is the default language.
Hello,
The default language cannot be deleted, because if you accidentally delete it, the script would become unusable. However, this does not mean that you are required to use the default language. Each language has an option to be enabled or disabled. If you edit and disable the English language, you will no longer see it anywhere on your site. Only the languages activated from the Admin panel will be used on the site.
This script is good but what is currently missing is a wholesale B2B …. think about this modesy. Thank You
Hello, after adding a classified ads theme, we will continue to improve the marketplace side. So, this feature may also be added in the future. Please follow our updates for more features. Thank you!
During the last update, I received a “table not found” error when running databaseupdate.php. I then manually renamed the tables as needed. The site was back up and running. However, when I finally tried to access the Seller Dashboard, I received the following error. Since my support period had expired, I couldn’t contact support.
Hello,
Each supported version of the script has its own ’’update_database.php’’ file. When updating the database, please make sure to upload the file that corresponds to your version. Using a file from a different version will cause errors at this stage.
Another important point is that your database should not contain any customizations. The ’’update_database.php’’ file is designed for the original database structure, so if there are customizations, you may encounter errors. If there are no issues with these two points, it’s possible that the update was not completed due to an interruption.
If you encounter errors when updating the database, you will need to drop the database, restore your backup using the ’’Import’’ option in phpMyAdmin, and try the update again. We have also highlighted this in red in the database update wizard. If you follow all the steps in our update guide and there are no problems with the mentioned points, the database update should complete without any issues.
Regards,
Hi, Im interested in this product but im wondering about shipping, any guide to integrate local shipping?
Hi,
Thank you for your interest in our script.
In Modesy, each vendor manages their own shipping options. They can define the regions they want to ship to and set up the available shipping methods for each region.
Once an order is received and payment is completed, the vendor ships the product and updates the order status to ’’Shipped’’. At this stage, there is a section where the vendor can enter the tracking code and tracking URL, allowing the customer to track the shipment.
Unfortunately, we do not have a guide in our documentation for integrating local shipping APIs. However, since our code is open source, you can work with a developer to implement the necessary adjustments if you would like to integrate a shipping API.
Thank you.
Hello,
I can’t install the new version, I always get the same error 500. The prev version works already on the same host, same settings, I am trying to install the new version on a new subdomain
Hello,
We don’t see any issues in our tests. Please make sure your PHP version is 8.1 or higher and that the intl PHP extension is enabled on your server. If both requirements are met, the error may be related to your server settings. If the issue persists, you can contact us through our Help Center and provide additional details.
Regards,
Tried everything, and I am still looking with ChatGPT, but no solution yet. The old version 2.5.2 works with the same settings. What changed in this version? Do I have to reconfigure something?
- PHP v is 8.2, tried updating to 8.4, no change - int is activated - Tried updating on the main domain and on a new domain
Thanks!
A 500 error is a server error, and there can be many reasons why it occurs. To identify the cause of this error, you need to check the server error logs. Most likely, a function or extension that normally works on other servers is not working on your current server, which is why you are seeing this error.
We have not received any similar reports from other customers, which indicates that this issue is specific to your server or server configuration. Therefore, you must check the server error logs to find out why your server is returning a 500 error. If you are unable to access the error logs, you will need to contact your hosting provider.
Thanks.
Thank you!
Fixed by hosting support, they said: - The issue was related to incorrect files and folder permissions. I applied the required correct ones, and currently, the subdomain name is accessible.
Thanks to you and to FastComet support
You’re welcome. We’re glad to hear the issue has been resolved.
Well done.
- No email is sent when product is approved or rejected by the admin. I think it was setup to do that before.
No related settings in the email settings.
Hi,
Thank you.
This option is not currently available and was not included in previous versions either. We are considering adding it in a future update; however, we cannot provide an estimated timeline at this time.
Please follow our updates for more features and improvements.
Regards,
Thank you for your timely response. Sorry, I think it was something we added and forgot to update when we upgraded to 2.6. I’ll handle the update it .
What’s the best way to report bugs to you?
I think there’s a bug around the getUserAvatar function in 2.6, where if the storage is aws_s3 or other storage other than local, it doesn’t show the user avatar. The function was not accepting the right parameters, and it’s certainly not configured to get the proper base URL for aws_s3 or other storage types other than local. I’ve fixed this, but I think others might be facing the same issue.
Thanks
There is a ’’Report Bug’’ section on our Help Center and you can report any bug you find from this section: https://codingest.com/report-bug We do not directly answer the bug reports but we carefully revive them and adress any confirmed bugs in the new updates.
Thanks.
Is everything okay with this update?
Hello,
After releasing v2.6, we received some bug reports and resolved them in this minor update. We’re not entirely sure what you’re referring to, but if it’s something specific, please provide more details.
Regards,
Dear team
Thanks for your awesome work
I’m wondering, will there be Crypto payment added in upcoming releases?
Hello,
You’re very welcome!
We were planning to add cryptocurrency payments, but since they are not legal in many countries, we have decided to postpone this feature for now. However, we haven’t completely ruled it out and may consider adding it in the future, depending on the circumstances.
Regards,
Thanks for the update
The footer section on the homepage is very empty and scrolls down. I couldn’t find the reason for this. I reported it to you in the error section before. There is no problem on mobile. ( İntl plugin available ) www.cikma.org
Hi,
You’re welcome.
As you can see on our demo site, this issue does not exist in the script.
If you have added any external code, it may have caused the empty section under the footer. Since this is not caused by the script itself, you will need to review the custom code you added to resolve the issue. Unfortunately, we won’t be able to provide support for issues caused by custom modifications.
To further confirm that the script is working correctly, you can install it on a subdomain.
Thank you for your understanding.
Thank you very much for your interest. I find it helpful to point out that no extra code was added to the software. This problem did not occur before version 2.6. After the 2.6 update, a gap appeared under the footer. Today, without updating to 2.6.1, the software was installed with the updated site files, just like the first installation, using the full system install option except for the image file and database. Thank you again for your interest.
Hello, we checked this issue on your site. Even though the codes are exactly the same, we could not reproduce the problem you are seeing on our demo. If we examine it with your own settings, we might be able to find the reason.
Therefore, please export your database in .sql format and send it to us at codingest@gmail.com. Before sending, you can delete any private information from the database you exported.
Or, you can directly send your cPanel login details via our helpdesk. This way, we can also check it.
Thank you.
I have sent you all the panel login information to your email for your detailed review.
Thanks. We have solved the problem and explained the reason in the e-mail we sent to you.
Thank you very much for your interest and concern
You are welcome!
Hello
Thank you all the great work you have done for making this item even better.
1- i add my voice to @dekaddo1978, adding products to classified ads must be as easiest as possible. User shouldn’t go through too much steps, after all, classified ads will be effective when its easy and fast to use.
2- is is possible to create contents for help center and knowledge base using th AI content generator?? Or thats only for products description?!
Once again We truly appreciate your efforts and dedication.
Thank you
Hello,
We think in a similar way. For us, the most important aspect of a system is its ease of use. Users don’t like dealing with complicated and overly detailed options.
This is possible. In the Help Center section, under “Add Content” there is also an “AI Writer” option.
Thank you! We will continue working to make it even better.
Hello support
Thanks for the update. Excellent service as always.
I heard that your planing to release classified version.
To release a classified version please within the current system make a separate dashboard where classified listings can be manageable effectively with own classified listings features but working on one platform.
Please consider this because I have requested this long time ago. It will be a great addition to the system.
Update the the commission system to work for marketplace sellers and membership system for classified version with both having bump, featured listings options.
Add options for admin to charge according to categories type of products.
Hello,
Thanks!
The reason you may think this way, or why the current system may seem complicated, is because the existing theme can be used for marketplace, classified ads, and digital products at the same time. However, if there will be a theme specifically for classified ads products only, then once this theme is selected, only the classified ads features will be active both in the admin panel and on the front end of the site. In any new themes that are added, only the features specific to those themes will be active. The existing theme, however, will continue to allow all features to be used simultaneously.
For classified ads products, commissions cannot be charged since no payments can be made through the system. There are only membership plans, and users can add products according to the limits of these plans.
thx for 2.6.1 new files list
You’re welcome. We always share the list of edited files when it’s a minor update.