Code

Discussion on SnapCart - Mobile-Focused Laravel eCommerce System

Discussion on SnapCart - Mobile-Focused Laravel eCommerce System

By
Cart 14 sales
Recently Updated

botble supports this item

Supported

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

19 comments found.

Is this script support e-wallet, Loyalty Points , Affiliate Pro plugins?

Hi,

Yes — SnapCart is built on Botble Ecommerce, so all three plugins (E-wallet, Loyalty Points, Affiliate Pro) are compatible. They hook into the same checkout, order, and customer dashboard flows that SnapCart uses.

Each plugin is a separate CodeCanyon purchase.

Still showing this issue

I see it’s working fine on your site https://prnt.sc/8coFlnNYEH3b

Hi,

The previous workaround edited the compiled style.css directly — that file is minified, and your browser/CDN may still be serving the old cached version. Try this cleaner approach instead, no file editing required:

  1. Go to Admin → Appearance → Custom CSS
  2. Paste:
.filters-wrapper { overflow: visible !important; }

Save, then hard-refresh the products page (Ctrl+F5 on Windows, Cmd+Shift+R on Mac). If you use Cloudflare or any CDN, also purge its cache.

If the Sort dropdown still does not appear after this, please share your site URL and a screenshot showing the Sort button clicked — I’ll inspect it directly.

how to remove the chat icon on the homepage?

Hi,

That is the floating contact widget. To hide it, go to Admin → Appearance → Theme options → Features and turn off Enable floating contact buttons, then save and clear the cache.

If you only want to remove individual buttons, open Appearance → Theme options → Contact and set the unwanted button type to - Disabled -.

Is this script works multi-vendor

Hi,

No, SnapCart is a single-vendor ecommerce system and does not include multi-vendor / marketplace functionality.

For multi-vendor, please check our MartFury theme: https://codecanyon.net/item/martfury/29925223. It ships with the marketplace plugin and full vendor management (vendor registration, store pages, commissions, withdrawals).

Is there a way or a plugin to manage stock inventory? Inventory such as boxes, bottles, packing materials etc. I am not talking about actual products that consumer buys. I am talking about stock used to make or package it when if it’s low, admin will be notified about it so that they can top up.

Hi,

SnapCart does not track raw-material or packaging inventory. The built-in inventory only covers products (sellable SKUs) — there is no bill-of-materials concept, and no plugin for this exists on our marketplace. This is typically an ERP feature, not an ecommerce storefront feature.

Two options:

  1. Workaround: create each packaging item (box, bottle, etc.) as a product, set its status to Draft so it does not appear on the storefront, then enable Storehouse management and enter the stock quantity. The admin dashboard shows a low-stock count (quantity < 2). You would need to manually decrement the stock each time you use a unit — there is no automatic deduction.
  2. Custom development: for a dedicated module with automatic deduction on shipped orders and email alerts when supplies run low, email contact@botble.com with your requirements for a quote ($30/hour rate).

Can i sell virtual product and can i mirgate my woocmerce website product data to this laravel website without losing seo or data, and i check your admin panel Isn’t working down

Hi,

Yes — you get the full Laravel source code, so any Laravel developer or AI coding tool (Claude, Cursor, ChatGPT) can add the EPS gateway. It’s a standard customization: register a new payment method, add the merchant/store ID settings fields, and wire up the EPS API + callback. Use the existing Stripe/PayPal integrations under platform/plugins/payment as reference.

We don’t offer custom development, but you can hire a Laravel developer on Upwork, Fiverr, or Codeable.

I check in desktop view the website look same as mobile device why,

Hi,

That is intentional. SnapCart is a mobile-focused storefront by design (it’s in the product name) — the layout is constrained to a phone-sized frame (480px wide, centered) on desktop so the experience matches what customers see on mobile.

If you want a full-width desktop layout, edit the .wr-mobile class in platform/themes/snapcart/assets/sass/style.scss and rebuild the CSS. That is a customization, not a bug.

For a traditional desktop-first ecommerce, check our other Laravel themes on CodeCanyon: https://codecanyon.net/user/botble/portfolio

Are the plugins used in this item free or paid plugins? Are there any Paid plugin requirements to use this item? Will the plugins available in the botble marketplace work with this script? Because there are many plugins that cost a lot, if they don’t work, they will be useless. Thanks

Hi,

All plugins included in SnapCart are free and come bundled with your purchase — no additional paid plugins are required to use the system.

Regarding plugins from marketplace.botble.com — yes, most marketplace plugins are compatible with SnapCart since they are all built on the same Botble CMS core. You can browse and install them directly from Admin → Plugins → Add new plugin.

If you have a specific plugin in mind, feel free to ask and we can confirm compatibility.

Affiliate Pro, Will this plugin work well with this item?

Hi,

Yes, it’s an ecommerce script, so it works well with that plugin.

Hello author, can your website softcodes will support with Many free plugins by botble community? Can support with PWA plugin in there?

Hi,

Yes, SnapCart is built on Botble CMS, so it supports plugins from the Botble Marketplace: https://marketplace.botble.com. You can install free and paid plugins directly from Admin → Plugins → Add new plugin.

For PWA, you can try installing this plugin: https://marketplace.botble.com/products/motionmedia/pwa. Go to Admin → Plugins → Add new plugin to install it and see if it works for your needs.

after installed not supported, Please try at your side you will know the issue for us!

Hi,

The PWA plugin is a third-party community plugin by Motion Media, not built or maintained by us. SnapCart does not natively support PWA features, so compatibility depends entirely on that plugin.

For issues with the PWA plugin, please contact the plugin author directly via the marketplace listing: https://marketplace.botble.com/products/motionmedia/pwa

Also please confirm your site is served over HTTPS — PWA and service workers will not work over plain HTTP.

I see there’s a new update but I didn’t see the change logs update

Hi,

This is the changelog:

- Upgraded to Laravel 13
- Improved UI enhancements
- Fixed copyright information
- Fixed potential error handling

You can see it in Admin -> Platform Administration -> System Updater.

This release is included 2 bugs which you have reported on botble.ticksy.com

Thank you!

Good day,

Really awesome script.

1. The contact page needs to have left and right margins.

https://snapcart.botble.com/contact

2. Do you create custom plugins such as payment methods etc.

Hi,

Thank you for your kind words!

1. We’ll check and fix the contact page margins in the next update.

2. Yes, we can create custom plugins for you. Our hourly rate is $40. Please contact us at contact@botble.com to discuss your requirements.

Can this be a multivendor project?

Hi,

It’s a single vendor script, so it doesn’t have multivendor features.

We will consider if we can make a multivendor version in the future.

Hello, I didn’t realize this was designed only for mobile devices. I tested it on my phone and everything looked fine, but when I checked on desktop it still displays the mobile layout. Unfortunately, that won’t work for me because I need to manage it easily on both mobile and desktop. Is there a solution for this, or something I might be missing? Shofy is good, but on mobile devices it’s not as strong as this new one.

Hi,

SnapCart is designed as a mobile-focused ecommerce system, similar to apps like Grab, Gojek, or food delivery platforms. The entire frontend is optimized for mobile screens, so it intentionally displays a mobile-style layout even on desktop browsers.

If you need a full desktop + mobile responsive layout, Shofy would be the better choice, it has a fully responsive design that works great on both desktop and mobile devices.

Hello can this be integrated on Shofy? To use this design instead?

Awesome, that’s what I was looking for, I have told you in the past and you have confirmed this: I this days the usages of mobile devices is very high, and we need to be focused on that not only desktop devices, so thanks for listening and keeping the hard work.

Thank you.

GLWS! Its amazing just need some fixes on iOS, the bottom bar has issues on iphone

Hi,

We will check it.

Thanks for your feedback!

Good work! All the best!

Thank you.

Great work!

Thank you.

Can we integrate an existing wordpress ecommerce website database

Hi,

It’s a standalone script, so it can’t be integrated to existing WordPress site.

It’s a good idea. I like it. Is it a multivendor project?

Hi,

It’s a single vendor script for now.

Great product, only checkout don’t work

Hi,

I can’t see this issue.

I guess that our demo site has been restored backup when you are checkout products, so your cart is empty.

Please try again now.

Hi,

Our dev team will check and fix it.

Thanks for your feedback!

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