Code

Discussion on Farmart - Single or Multivendor Laravel eCommerce System

Discussion on Farmart - Single or Multivendor Laravel eCommerce System

By
Cart 772 sales
Recently Updated

botble supports this item

Supported

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

607 comments found.

Hey team, please look into your server, my script is saying i need to reactivate my license, i didn’t do a new installation, i tried the purchase code but it did not work.

Hi,

We have improved this in the latest version already.

If you upgrade your site to the latest version, it won’t display any warnings when our license server down.

It happened, again we can’t upgrade because anytime we do this it affects our api’s and they stop working, how can we disconnect from your server please which folder should we look into.

Hi,

You can remove it from vendor/botble/platform/base and vendor/botble/platform/setting.

Hello. I want to deploy this cms in custom https port i set the env file to

APP_URL=https://[MASKED]:4430​​

FORCE_SCHEMA=https FORCE_ROOT_URL=https://[MASKED]:4430 ENABLE_HTTPS_SUPPORT=false

but after the site want to redirect after post request, the url of site replaced port to 443 https://[MASKED]

how to resolve this problem

Hi,

No, you can’t use .env config file for redirection, it’s just a config file, it can’t redirect your site to a new port.

You need to redirect your site using .htaccess

Check this article: https://stackoverflow.com/questions/23027847/htaccess-specific-url-to-different-port

Or this: https://superuser.com/questions/1232162/howto-change-the-port-in-an-url-using-htaccess

After the new update, the Incomplete Order option is not available for other users to view order details, only admins can view order details. Please provide a solution. https://prnt.sc/rWcm2_6uS3oD https://prnt.sc/sf0QUbm2Zgo9

Can you tell me where to change the permissions of Incomplete Orders? I can’t find any permissions called Incomplete Orders. https://prnt.sc/581vNqX3nZAk https://prnt.sc/Wwr-2NM9ZJeg

Hi,

It was failed to release this change before. Sorry about this.

Please go to System Updater and click on button “Re-install the latest version”, then it must work.

https://prnt.sc/vp5AugD3ufqs

Yes of course it solved my problem thank you

Hello! Tell me, do you plan to improve the import/export of goods? Now it’s terrible) duplicates have been created, it is impossible to work with large files, since it is not possible to compare columns from a file with a database.

Hi,

I think that you are using this import feature for bulk update products.

If you don’t provide ID or SKU, it will always import as new products.

You need to provide unique ID and SKU for your products and check on checkbox “Update existing products” https://prnt.sc/ASxa6j7bACxG to prevent duplication.

This is the best we can do until now.

Your script is good but i want to know. How to add this product style in home page – https://share.google/SSh6wVppznnY5GJgc . And i want to buy this script

One-more thing do you have re-selling plugin ( https://youtu.be/APqr8U3TXhg?si=ZrUZ_lZcS6-xaFLV )for this script

Can we boost the products is there any option like the admin can charge some fee from the seller

Hi,

1. We don’t have this style in our script.

You need to add a new UI block (shortcode) for our theme if you want to display a new block style, check docs for this on https://docs.botble.com/cms/shortcode.html

2. We don’t have this plugin at now. Please develop this plugin in platform/plugins, the same as our existing plugins for this feature.

3. You can set commission fee and withdrawal fee in Admin → Settings → Ecommerce → Marketplace to get commission on each sale for vendor products.

Please try to implement widgets like – top selling products, product grid, Trending Products, Top rated products. This are very important for e-commerce.

Hi,

We don’t have this UI in Farmart yet. We will add those blocks once Farmart template is updated. Please wait.

Can you please tell us the estimated time

Hi,

We don’t have plans for it at this time. We will check if we can do it in future versions when we have more time.

atw_es

atw_es Purchased

Good I would like to know if you can make each store with your paypal or stripe account, and that the affiliation is by subscription and not by commission, for example a subscription of 10 € gives you access to sell in the store and they send the products without passing, and without touching the money. only a subscription that gives access to sell?

Hi,

Sorry, we don’t have this feature in our script. We don’t have plans to make subscription feature in this script.

How to add notification bar on header

Try to plan to launch plugin for the website page builder in future

Plugin For sale

Hi,

Sorry, we don’t have plans for it in the near future. We need to focus on ecommerce features at this time.

Hello! Is it possible to create 1 (common) order if it has different suppliers?

Hi,

No, we don’t have this feature for now.

1 order just can be assigned to 1 vendor (supplier), so you can’t add products from multiple suppliers in 1 order.

Hello! A few questions: 1 – There is a problem with the client session, it expires and you can’t add the product to the cart. I saw a solution here, but I can’t find it now… 2. – Is it possible to somehow make buttons for selecting the quantity of the product on the detail page?

Hi,

1. I guess that it has cache issue, so it can’t reset CSRF token.

Try to add into .env config file:

CMS_DISABLE_VERIFY_CSRF_TOKEN=true

Then check again.

2. We will add it in the next version, please wait.

izaai Purchased

Users are encountering a “Session expired. Please try again.” error when trying to add products to the shopping cart. This problem is happening specifically on the homepage and is preventing customers from completing their purchases.

I have already taken the following troubleshooting steps:

I’ve tried clearing the cache on the server using php artisan cache:clear, php artisan config:clear, and php artisan view:clear. I confirmed that the APP_URL in the .env file is set correctly to I reinstalled the project’s core files and dependencies via Composer. Despite these efforts, the issue persists.

Could you please investigate this matter on your end? I suspect it may be a deeper issue with the server’s session configuration or another underlying server-side problem.

Hi,

I think it has a cache issue on your site.

Are you using PWA plugin by FriendsOfBotble or activating Cloudflare cache?

Laravel has CSRF token, if it is cached, it can’t be verified.

You can try to add into .env config file to disable it.

CMS_DISABLE_VERIFY_CSRF_TOKEN=true

It should work after that.

izaai Purchased

worked , thanks

I would like to move my existing script/license to a different website, using a new domain and hosting account. I intend to keep the existing design and content, as I will no longer be using the previous domain where it was installed.

Is this possible?

If so, can you assist me with the installation?

Hi,

Please email us your hosting info to transfer your site, we can’t do this without your hosting credentials.

Check your email for unattended message

Hi,

We have replied your email, please check.

Hi,

Yes, but it requires code customization, you can clone widgets from Nest to Farmart by copy them from platform/themes/nest/widgets. Then adjust UI using CSS/JS to make it matches with Farmart theme.

We don’t have plans to merge features from Nest to Farmart and vice versa, each theme has different blocks and UI, they can’t the same.

But widgets are not displaying on UI BLOCKS. I just add the widgets file in the farmart script

Hi,

Widgets can’t be displayed on UI Blocks. They are just displayed in sidebar.

You can manage widgets in Appearance → Widgets.

Dear Concern,

I want to purchase this application, but I need mobile app also. Can you integrate the Martfury Mobile application with this web app, If I purchased both individual?

Hi,

That Flutter app is fully compatible with Farmart and work by connecting to your site via API. You only need to update the API URL to start using the app with your website.

Please refer to our documentation for installation and setup: https://docs.botble.com/martfury-flutter/installation.html 

Note that these are mobile apps built with Flutter, so some experience in mobile app development is required.

If you’re not familiar with Flutter or mobile development, we recommend not purchasing the mobile apps to avoid potential setup issues.

Can you tell me how the Kai version of Laravel is used?

What technologies are used on the frontend?

Hi,

We are using the latest version of Laravel, it’s Laravel 12.

We are using jQuery and Bootstrap CSS for front theme.

Hello, I have a problem. My website address used to be gidio.tr, but we changed it to gidio.com — we did this together with your help. However, I have an issue: inside the site, some links still point to gidio.tr.

For example, when I enter the blog, the category links open as gidio.tr/ when clicked. This also happens in some other places, but not in products or product categories. When I check the database, there’s no setting saved as gidio.tr, so I wonder if it might be due to settings in a certain folder.

Could you please help me? We’ve been investigating for two days but still haven’t found the problem.

thank you

Hi,

I don’t see this issue on your site, maybe it’s just a cache issue.

It’s still showing correct URL for me, https://prnt.sc/daX8AOdShAtr

https://prnt.sc/HGx3hIUP-sdI

Can you show me an example URL which has that issue, I can check it for you.

we don’t have shipping plugins like Shiprocket, EVRI, Royalmail, Etc….. Can you please add any of this shipping plugin? it will be more helpful for all of us please

Hi,

Sorry, we don’t have that shipping integration for now.

We just have Shippo in our script.

We don’t have experience with Shiprocket, EVRI, Royalmail. It will take time to learn and implement it. We will check if we can integrate those shipping provider when we have more time in the future.

if i order 2 items for 2 different seller why my order id change to twice , Order #SF-10000045, Order #SF-10000046

there is no setting to combine multi-vendor orders into a single order ID?

Hi,

We don’t have this option in our script for now.

When a customer buys products from multiple sellers, the system should split them into separate orders for each seller.

This way, each seller can manage their own order. If we put products from different sellers into a single order, it would be unclear who is responsible for managing it.

This is the same logic used by other multivendor websites.

1. Is there any option for vendors can boost their product for more sales by paying some amount for a campaign

2. Is there any reselling option for the customers or vendors to get a commission (like remarketing)

3. Do we have any option like Bundled products (https://www.thedotstore.com/wp-content/uploads/sites/1417/2023/11/original.jpg)

4. How can we add recently viewed products displays on the home page

Hi,

1, 2, & 3. Sorry, we don’t have this option for now. We will consider it in future versions when we have more time.

4. You can insert that block to the homepage in Admin → Pages → Home.

https://prnt.sc/LcXJPt8R7Cl2 https://prnt.sc/sLGmwwEF2wmg

how can we customize the vendor’s or customer login page

Hi,

Yes, you can customize it in platform/plugins/ecommerce/src/Forms/Fronts/Auth/LoginForm.php

Hi,

Sorry, we don’t have this option for now. We will consider it in future versions when we have more time.

is there any option to add a video with a video link in the product page like vendors will add their product video link to show the video on product page

Hi,

You can add video link for your product in product form. It supports YouTube or Vimeo link.

https://prnt.sc/Xtp5G2Y2-3aA

Mobile access is too bad, can you please check onces (https://pagespeed.web.dev/analysis/https-farmart-botble-com/qm570n3u5o?form_factor=mobile) 2. Is there any option when we are uploading an image, The image automatically converts into webp format to save website loading time? An option to add a watermark to the image 3. Is there any option to add hsn code on the product adding page 4. is their any B2B option or B2R. its very important for marketplace

Hi,

5. We will add this feature in the next version. Please wait.

When will be the next version released

Hi,

We will release the next version at the end of this month.

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