Code

Discussion on MartFury - Multivendor / Marketplace Laravel eCommerce System

Discussion on MartFury - Multivendor / Marketplace Laravel eCommerce System

By
Cart 1,108 sales
Recently Updated

botble supports this item

Supported

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

1482 comments found.

If you offer dicount 60_70% off i really buy this product and when you offer this discount ??

Hi,

No, we don’t have discount 60-70%, it will never happen.

We are discounting 40% already https://prnt.sc/hTEUG9h0XCIQ , and it will be end tomorrow, buy it now if you need it.

Atleast 50% discount needed to afford it, original price is too expensive

Hi,

Please wait until the end of November, maybe we will have this discount on Black Friday or Cyber Monday.

HasA2AA Purchased

Two major issues: one after the recent update and another persistent from the past.

After the latest update, if you switch to another language from the default and continue browsing products, it automatically redirects back to the default language. For example, if I switch to Arabic and click on a product, it shows the product in English.

When it comes to selecting categories for the homepage, main categories do not work if you select them.

It only works with sub-subcategories. Please fix the issue. Also, what does “limit number of categories” mean? If I change it from 3 to 4 or , it does not display 4 or 5 sub-subcategories to switch in homepage.

HasA2AA Purchased

You also previously mentioned that there would be an option to have two side ads on the product page, but it has not happened yet.

Hi,

Sorry, what is it? I can’t remember it.

Maybe you are talking about this https://prnt.sc/IZNDCG5b1ddA

Just add more ads and select display location is Product Sidebar, then it will show more ads here: https://prnt.sc/D4-3YLUHIi9n

HasA2AA Purchased

Yes, this is what i meant. I will try. Thank you.

after pressing add to favorites, the icon is not yellow, meaning that the product is already in your favorites

the same compare products

Hi,

Need to check it in wishlist page for now.

Hello,

Are there any plans to allow vendors to add their own shipping and payment methods to their marketplace accounts?

Hi,

Sorry, we don’t have plans for this. Only admin has permissions to manage payment and shipping, vendor can’t do this.

Please hire someone to customize our script as you need.

Hi, to all creators I’d like to say; can you guys start adding Nets/DIBS payment gateways? There are many in scandinavia and europe that use the platform. I have bought this but can’t use it because it does not provide Nets.

Hi,

Sorry, we don’t have plans to add more payment gateways at this time.

We don’t have experience with Nets/DIBS payment gateways. Please hire a Laravel developer to integrate that payment gateways as plugins for you.

https://forums.botble.com/d/1-tutorial-integrate-a-new-payment-gateway

the banner and the featured products on your demo is broken

Hi,

I have checked our demo site, it’s still working fine for me.

https://prnt.sc/1HO_XzHDzRRG https://prnt.sc/-Hum75mx7geB

Please give me more details about this issue, some screenshots will helpful.

Thanks for your feedback!

oh.. i guess internet problem

Thank you.

Hi, I got 500 Server Error during using one-click update from 1.40.8.1 to 1.40.9 and it make the whole website down. So, I have to restore the whole site from the backup. I’ve tried upgrading twice but no luck, both failed. Advise please. Thank you.

Hi,

We need to check what wrong on your hosting, please give us ACCESS TO YOUR HOSTING to check and upgrade your site.

We can’t check it if you just give us access to site admin panel. If we click update from System updater, it’s the same as you, your site still broken, and we can’t do anything else.

Hi Botble Team,

Great supports and helps to resolve the problem and make my business back to normal.

Much appreciated and Thank you very much.

Thank you.

It seems all stores in the marketplace use the same currency. Is it possible to use different currency for each store when it’s used as a marketplace?

Hi,

We don’t have option to set currency for each store in our script for now.

As our plan, we will add currency selection after product price, then vendor can enter price based on their currency.

HasA2AA Purchased

Just noticed that delete option is not working after the new update. When i want to delete multiple vendor/s it does not work and gives this error:

https://postimg.cc/YvrSJfkW

Hi,

Please show me a screenshot for that 403 error. I need to know that it’s blocked by logic in our code or it is blocked by your Nginx/Apache server.

Hi,

I have tested it many times on our demo site, but I can’t see this issue.

It’s still working fine for me.

I think it has conflicts with your change, so it breaks our logic.

We are checking if that order is belonged to current vendor account or not, if that order store ID and vendor store ID are not the same, it will show 403 error.

You can check that logic in platform/plugins/marketplace/src/Http/Controllers/Fronts/OrderController.php line 219

https://prnt.sc/q-bCuq-DhZKS

I think you need to debug code to see which data is not correct in your case.

If you can’t find the issue, please create a ticket on our support center https://botble.ticksy.com and give us access to your hosting, our dev team will check it for you.

hello, how to edit a product in the other languages? In the demo, i see an note at the top of the product edit page saying that we are editing in English, but cannot see how to edit the product details in other languages. Can you point me to where this is done. Thanks

Hi,

You can switch language in Languages box to translate product to other languages.

https://prnt.sc/a6j60UpmfZQ9 https://prnt.sc/LtfqIf8vUhV4

Hello I want to purchase this script I currently use Shofy theme, but on some notifications in mobile devices aren’t fully shown. https://share.google/WTugiUhyfCu8RQ5ys

Thanks I appreciate your support.

I forgot to mention to please improve/fix also this section. https://prnt.sc/hfQxSeKY6XVJ

Hi,

We will check and fix it. Please wait.

HasA2AA Purchased

Hi, I am noticing a problem with the cache after the latest update. The website is producing tons of cache files. It was not happening before. It exceeds the storage limits and costs lots of money if we don’t clear it everyday. Can you look into this matter?

Hi,

We have added more cache to improve page loading speed.

Please try to disable cache options in Settings → Cache if you don’t have much storage space. I think it’s enough to disable cache for UI blocks and widgets.

haaez11

haaez11 Purchased

How do I add an API for a shipping company in Egypt other than Shopify?

Hi,

It requires code customization, need to develop a plugin to integrate with a new shipping provider.

You can see our examples in folder platform/plugins.

Ex: platform/plugins/shippo

You will need to make the same structure and handle events when checkout to implement a new shipping option.

The main file platform/plugins/shippo/src/Providers/HookServiceProvider.php

Setting in the admin panel platform/plugins/shippo/resources/views/settings.blade.php

Shipping option at the checkout page 

platform/plugins/shippo/resources/views/rate.blade.php 

Hello,

I already purchased for the Shofy, and I would like to have a mobile version.

Can we use and integrate MartFury Flutter with Shofy?

Are there backend APIs for Shofy that are able to be integrated by MartFury Flutter?

Thank you

Hi,

It’s fully compatible with Shofy 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.

https://prnt.sc/kW0nSlSmv6uO

Thanks, It is helpful to start. Let me study and try.

Dear Admin, how can I set retail price and dealer price ? Please advice any option that can set it up ?

Hi,

Sorry, we don’t have this option in our script.

Please customize our code in platform/plugins/ecommerce or develop a new module to extend our feature for this.

If you don’t have coding skills, please hire a Laravel developer to customize it for you.

hostaqa

hostaqa Purchased

​I would like to use the script on aqaji.com instead of the diptoo.com domain, please make arrangements.

Hi,

I have just reset your license, you can use it for the new domain now.

hostaqa

hostaqa Purchased

https://prnt.sc/of-pq_63-QXt ??? https://prnt.sc/OOYWkrDM5PK- https://aqaji.com/products/hat-moja

Buy Now Button not working see screenshort Internal Server Error

500

Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.

Hi,

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

acbgtgs

acbgtgs Purchased

Support the release of a front-end theme plugin that can be purchased! You can refer to popular e-commerce platforms such as Shein and Temu for front-end inspiration! If it is released, I will purchase it immediately!

Hi,

Sorry, we don’t have plans to add more themes to this script. You can check our other ecommerce scripts if you want to replace current theme https://codecanyon.net/collections/10433615-laravel-ecommerce

acbgtgs

acbgtgs Purchased

Stubbornly outdated thinking, the front-end UI is terrible and can’t keep up with the times.

Hi,

Sorry, this is our best we can do until now. We don’t have plan to change design at this time.

Please customize our theme in platform/themes/martfury as your requirements.

how to remove sell on martfury from homepage

okay thanks.

1 more thing. how to remove the ‘Download Martfury App’ section ?

Hi,

You can remove that block in Admin -> Pages -> Home.

thank you so much.

Best Product.

Can we use this site to print on clothes? Also, is it possible to display the printing on clothes? How does it appear?

Hi,

Sorry, we haven’t had this specific feature for this yet.

You just can install this free plugin https://marketplace.botble.com/products/FriendsOfBotble/fob-ecommerce-custom-field by our community author to add text for print on demand on clothes.

Can this feature be added because it is necessary for the printer?

Hi,

No, we don’t have plans for it.

Please hire someone to customize our script and add this feature for you.

Hi! Tell me, what is the difference between martfury and shofy, the admin panels are the same, the functions are the same. I guess, just the price?) or did I miss something?

Hi,

MartFury and Shofy have same features, they are just different in front theme UI.

We have spent a lot of money for MartFury design, so we have to sell it at a higher price.

If you don’t care too much about design, you should check Shofy for better price.

Thanks for the reply! Martfury – justifiably great design!

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