689 comments found.
How do i update it without changing my frontend view of the website or without changing my website compnents
Hi,
If you don’t make too many changes in source code, just copy your changes to a safe place, then upgrade your site using System Updater and copy your changes back.
If you know how to use Git, you should use Git to compare our changes with your changes to know which files need to be updated.
The best practice to customize our features is that making a plugin in platform/plugins. Do the same as we did for other plugins, it will help you keep your changes when using System Updater.
If you want to customize our theme, you should rename it first, check this article https://botble.com/rename-theme-in-botble-cms
i am not able to add videos of products if i want to show in the product landing page, i am only able to add image
Hi,
Our dev team will check and support video in product images gallery in the next version, please wait.
ook, in how many days?
I am getting 500 error after the update to 1.26.1 version, may i know why ?
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
Or give me access to your hosting, I will check it for you.
done, not getting error
Hi,
So try to go to System Updater and click on button “Re-install the latest version” then check again.
but that will overwrite my theme files that i dont want to change my UI as i have done major updates in the theme section
Hi,
If you don’t make too many changes in source code, just copy your changes to a safe place, then upgrade your site using System Updater and copy your changes back.
If you know how to use Git, you should use Git to compare our changes with your changes to know which files need to be updated.
The best practice to customize our features is that making a plugin in platform/plugins. Do the same as we did for other plugins, it will help you keep your changes when using System Updater.
If you want to customize our theme, you should rename it first, check this article https://botble.com/rename-theme-in-botble-cms
Hi,
Can you give me error logs in storage/logs? Can I use System Updater?
Hi,
Your change override our default code.
Try to delete file resources/views/vendor/packages/theme/partials/header.blade.php, then check again.
yes, you can use system updater (i already used) and i have already backed up zip file of the old code so you can unzip it so that will not chnage my UI changes,
last system log:
[2025-10-31 07:16:58] production.ERROR: syntax error, unexpected end of file, expecting “elseif” or “else” or “endif” (View: /home/u805025030/domains/aabhaveda.com/public_html/resources/views/vendor/packages/theme/partials/header.blade.php) (View: /home/u805025030/domains/aabhaveda.com/public_html/resources/views/vendor/packages/theme/partials/header.blade.php) (View: /home/u805025030/domains/aabhaveda.com/public_html/resources/views/vendor/packages/theme/partials/header.blade.php) {exception] (Illuminate\\View\\ViewException(code: 0): syntax error, unexpected end of file, expecting \”elseif\” or \”else\” or \”endif\” (View: /home/u805025030/domains/aabhaveda.com/public_html/resources/views/vendor/packages/theme/partials/header.blade.php) (View: /home/u805025030/domains/aabhaveda.com/public_html/resources/views/vendor/packages/theme/partials/header.blade.php) (View: /home/u805025030/domains/aabhaveda.com/public_html/resources/views/vendor/packages/theme/partials/header.blade.php) at /home/u805025030/domains/aabhaveda.com/public_html/storage/framework/views/50c00c5ce684a767785412523c70cfd6.php:50) [stacktrace] #0 /home/u805
Try to delete file resources/views/vendor/packages/theme/partials/header.blade.php, then check again.
If you don’t make any changes in /resources/views/vendor, you can delete this folder, then it won’t override our code in /platform
that error solved , but when i click on the products menu option i am getting this error
TypeError Botble\Ecommerce\Supports\EcommerceHelper::dataForFilter(): Argument #2 ($currentCategoryOnly) must be of type bool, null given, called in /home/u805025030/domains/aabhaveda.com/public_html/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 363
Hi,
Try to delete file resources/views/vendor/plugins/ecommerce/themes/includes/filters.blade.php, then check again.
If you don’t make any changes in /resources/views/vendor, you can delete this folder, then it won’t override our code in /platform
i am getting
- InvalidArgumentException – Internal Server Error View [layouts.base] not found.
PHP 8.4.5 Laravel 12.34.0 aabhaveda.com
- Stack Trace
0 – vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php:138 1 – vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php:91 2 – vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php:75 3 – vendor/botble/shortcode/src/View/Factory.php:33 4 – platform/themes/nest/layouts/full-width.blade.php:11 5 – vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:123 6 – vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124 7 – vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:57 8 – vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:76 9 – vendor/laravel/framework/src/Illuminate/View/View.php:208 10 – vendor/botble/shortcode/src/View/View.php:50 11 – vendor/laravel/framework/src/Illuminate/View/View.php:160 12 – vendor/botble/theme/src/Theme.php:795 13 – vendor/botble/theme/src/Http/Controllers/PublicController.php:86 14 – vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 15 – vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43 16 – vendor/laravel/framework/src/Illuminate/Routing/Route.php:265 17 – vendor/laravel/framework/src/Illuminate/Routing/Route.php:211 18 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:822 19 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180 20 – platform/plugins/language/src/Http/Middleware/LocalizationRedirectFilter.php:47 21 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 22 – platform/plugins/language/src/Http/Middleware/LocaleSessionRedirect.php:80 23 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 24 – vendor/botble/platform/base/src/Http/Middleware/CoreMiddleware.php:17 25 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180 26 – vendor/botble/platform/base/src/Http/Middleware/EnsureLicenseHasBeenActivated.php:12 27 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 28 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:137 29 – vendor/botble/platform/base/src/Http/Middleware/CoreMiddleware.php:16 30 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 31 – platform/plugins/ecommerce/src/Http/Middleware/TrackAbandonedCart.php:18 32 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 33 – platform/plugins/ecommerce/src/Http/Middleware/CaptureCouponMiddleware.php:21 34 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 35 – platform/plugins/ecommerce/src/Http/Middleware/CaptureFootprintsMiddleware.php:23 36 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 37 – vendor/botble/platform/base/src/Http/Middleware/HttpSecurityHeaders.php:12 38 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 39 – vendor/botble/platform/base/src/Http/Middleware/HttpsProtocolMiddleware.php:16 40 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 41 – vendor/botble/platform/base/src/Http/Middleware/AdminLocaleMiddleware.php:16 42 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 43 – vendor/botble/platform/base/src/Http/Middleware/LocaleMiddleware.php:29 44 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 45 – vendor/botble/installer/src/Http/Middleware/RedirectIfNotInstalledMiddleware.php:17 46 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 47 – vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50 48 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 49 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:87 50 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 51 – vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:48 52 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 53 – vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:120 54 – vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 55 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 56 – vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:36 57 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 58 – vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:74 59 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 60 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:137 61 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:821 62 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:800 63 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:764 64 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:753 65 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:200 66 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180 67 – vendor/botble/platform/js-validation/src/RemoteValidationMiddleware.php:43 68 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 69 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 70 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31 71 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 72 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 73 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:51 74 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 75 – vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php:27 76 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 77 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:109 78 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 79 – vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:48 80 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 81 – vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:58 82 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 83 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php:22 84 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 85 – vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php:26 86 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 87 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:137 88 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:175 89 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:144 90 – public/index.php:23
- Request
GET /about-us
- Headers
- accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
- accept-encoding: br
- accept-language: en-US,en;q=0.9
- cookie: botble_footprints_cookie=eyJpdiI6Im1sZDlOQ3RPVjZodklCRi9LZndZOEE9PSIsInZhbHVlIjoiV1crNE5DU04rRVRnYVdMVUlUWGVvZnBVSFRNM2JxMk5pbjlESWFOd3phYnJodmNLODNPM2NEUjRCOEFxL0tMalBVYUp4SEZHM1drTDJzdjRUZlB2YTBndkZoRWdYM211WFQ1RGlEN0RVRkplWVA4TzFMVjgxVkVpaUpEV0o1QksiLCJtYWMiOiI0MzExODQzOWFkY2QxNWVkY2Q5YWUzMGYyZDAwNjFjM2ZiMTk5ZWU1NDc5NzA0OGVjNGE5ZTcwMDVjYTI5NDg4IiwidGFnIjoiIn0%3D; botble_footprints_cookie_data=eyJpdiI6Imx0V0kra0dpUE1nNVNsbTI4S09lNWc9PSIsInZhbHVlIjoiM1E2ZDd5ZWZxRTMyY2lJaFlUd3BzczhFTzJCWTUyZ2dUb1lDY1hwdkZyRDBIVTdOa1VRazJuaFdoRmVveFk0OGJDa1NHK1VFanQvVDQ2UjFjMFZQTk02YkZLejB6dFp1L2MzOE5mTWxGdG0wNXcyZmlTaTZScVMyRXdBL0FnanppTjQycXVLUzF3Zk5qNUxRSFBhU0k2SHVuTUttM1ZpRjRSQTBHSmkxbGQ4b2tiQXdXNzVyL0g2dnJkaFhveVpET3VERFd6U0J3OGR2aktLU3hnTTJldGVIb2FXUlB1Wk9RNFBCTEZtMCtqOEp5aFVyMCtFMlBIVWN0dEszckF2M2hSVkNsMmZnY3UwQ1AvVndyK3cyZEo0TkhvdjVBaGV0cWI1ajZCWTJFNVAzYWd2SlpKeklobGNUYUplZEswM1NZYis2Tm82S2pkNTVlTVM3c3Z5and0T01aS3VwYnVrdWdJMjFuVlhHRjdjclRXbGN5YUlPQUJNOUh2blhueFZBTFhBZ2NFOFI1eEFJU3A1akNUei9SZkpieDJ0UCtuWWVTQkRoanNweGt5YUYrT0dXT0×0dmdxYjc3ZGN3alE2MzdqS3h3L2p2b2pyMW5OUUl1VHdWY0RCR0k3ZS9URkQrY3hNUDRYSy9IbFhJZDBnMGg4Sk9rZDFRQ1orRG51c3EiLCJtYWMiOiIwZjdhNjViYjc0MDI0ZjA0ZmJmMmRjNjE2NjU4YjdiM2U0ZmRjZjY5OGQyNmM0Zjg5Y2U4YTg1NjIxMmQzY2MyIiwidGFnIjoiIn0%3D; _ga=GA1.1.1407350589.1761896591; _fbp=fb.1.1761896591743.111828079186484363; XSRF-TOKEN=eyJpdiI6ImN5SDd5eWJ3VlBUZDBIZHAvcnhqSmc9PSIsInZhbHVlIjoiVi9lQWZLdWUxd1BuYWpIVEx1TnpQRkI5RnBDd3k4UUZ0TGQvRWszK2lIMEhtNEUxWUYyUDZYTmFNMGxDSXAvaWZVc3BkTytJUXczRlhqNUpKUUczV01mOTNMdjlXSUhVOWhNMXBub3FDVW9wS0dZNHl4QTJyL2ZrNVhvS2t6NXgiLCJtYWMiOiI3NzYzZDc3YmZiYzdlYWU1NGE3OTE0OTVmM2E2MDczMzQ3MDQwNzYwMDRiNzZlMmEwNGZmNTljOWNjYzVjNGY0IiwidGFnIjoiIn0%3D; botble_session=eyJpdiI6IlVLL0×5aHJXR2xuT2FzbU5iSVBhcmc9PSIsInZhbHVlIjoiM1Y0R3RRZmp0YnRHVnludnNiM2JPelExcEV1bWlhRUhZV1BjQXBWVmxmNkVtTnFDbUV3N256N2Q0R3VGdjh1T2lZUDl0aEJ4ZTg1MXQ2QlU1ekVIcnhhaUw1ZnhKaUlGc214UDdTWHZHWXZBblpPNk9Bc2MwV2gxN2pPOVNncEQiLCJtYWMiOiIwNWRlOTZmMjNkNGE2NzNiZjEyZWQyZTcwYjRhMjAyNjczYzdhZWVlYzY0MWZmMDIzZGJiMmMwYjc1M2YzYWUxIiwidGFnIjoiIn0%3D; _ga_2K71Y7DBYC=GS2.1.s1761896591$o1$g1$t1761897876$j56$l0$h0
- host: aabhaveda.com
- pragma: no-cache
- referer: https://aabhaveda.com/
- user-agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36
- cache-control: no-cache
- x-forwarded-for: 203.109.66.117
- x-forwarded-proto: https
- x-real-ip: 203.109.66.117
- x-real-port: 14774
- x-forwarded-port: 443
- x-port: 443
- x-lscache: 1
- sec-ch-ua: “Google Chrome”;v=”141”, “Not?A_Brand”;v=”8”, “Chromium”;v=”141”
- sec-ch-ua-mobile: ?1
- sec-ch-ua-platform: “Android”
- upgrade-insecure-requests: 1
- sec-fetch-site: same-origin
- sec-fetch-mode: navigate
- sec-fetch-user: ?1
- sec-fetch-dest: document
- priority: u=0, i
- Route Context
controller: Botble\Theme\Http\Controllers\PublicController@getView route name: public.single middleware: web, core, localeSessionRedirect, localizationRedirect
- Route Parameters
{ “slug”: “about-us” }
- Database Queries
- mysql – select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = ‘settings’ and table_type in (‘BASE TABLE’, ‘SYSTEM VERSIONED’)) as `exists` (35.96 ms)
- mysql – select * from `settings` (1.61 ms)
- mysql – select * from `languages` order by `lang_order` asc (0.99 ms)
- mysql – select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = ‘settings’ and table_type in (‘BASE TABLE’, ‘SYSTEM VERSIONED’)) as `exists` (0.8 ms)
- mysql – select * from `slugs` where (`key` = ‘about-us’ and `prefix` = ’’) or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = ‘about-us’ and `prefix` = ’’)) limit 1 (1.15 ms)
- mysql – select * from `pages` where (`id` = 7 and `status` = ‘published’) limit 1 (0.76 ms)
- mysql – select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (7) and `slugs`.`reference_type` = ‘Botble\Page\Models\Page’ (0.66 ms)
- mysql – select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (7) and `meta_boxes`.`reference_type` = ‘Botble\Page\Models\Page’ (0.66 ms)
- mysql – select * from `ec_currencies` order by `order` asc (0.67 ms)
Hi,
It’s missing file platform/themes/nest/layouts/base.blade.php
Try to download the latest version from https://codecanyon.net/downloads and add this missing file.
How to set product book now? or Pre-Booking system?
Hi,
We don’t have this feature in our script. Please customize our script to add pre-booking system.
okay. how to create a book now form (custom page)? is it possible?
Yes, you can add more pages from code in routes/web.php and add view file in /resources/views to display your custom page.
Or make a new plugin for it in platform/plugins/, the same as we did for other plugins.
Symfony\Component\ErrorHandler\Error\FatalError Type of ArchiElite\IpBlocker\Tables\HistoryTable::$view must be ?string (as in class Botble\Table\Abstracts\TableAbstract)
problems
Hi,
It is having conflicts with plugin IP Blocker by Archi Elite.
Try to access to your hosting and delete folder platform/plugins/botble-ip-blocker, then check again.
It should work again after that.
Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file()
Hello, I got this problem after the last update.
Hi,
highlight_file() is a built-in function of PHP, I think that it is disabled by your hosting. If you can manage php.ini, try to remove that function from disabled_functions
Check this https://github.com/symfony/symfony/discussions/46457
Or please contact your hosting provider to enable this function on your hosting.
If guest checkout is disabled, when a customer logs in during checkout they are redirected to the homepage instead of staying on the checkout/cart page. Ideally, it should redirect them back to the checkout flow. Is there any workaround for this?
Hi,
Our dev team will check and improve it in the next version, please wait.
I have over 3000 activities log, how can I empty the activity log on the dashboard?
Hi,
You can delete it in Admin → Platform administration → Activity logs.
We really like your project. When we make a purchase, do you provide the source code? We want to build a mobile app on top of it. That’s why we need backend services. Do you also provide the REST API?
Hi,
Yes, we are providing full source code, no encryption, you can fully customize if you need.
We have RESTful API, you can check docs for it on https://nest.botble.com/docs/
How can I remove the payment proof after checkout please?
I have created a new homepage using the pages menu. How do I activate this to be the first page people will see when they visit the website?
Hi,
You can set that page to homepage in Admin -> Appearance -> Theme options -> Page
I am using the stripe payment gateway. When I click refund on an order website, does it automatically refund the customer through Stripe?
Hi,
Yes, it will.
I keep getting this error and upgrade is stuck at 5% when upgrading. What’s the issue please?
https://prnt.sc/pY_jw8QHSaD3Hi,
It’s timeout when downloading update file. Please try it a few times until it is success.
https://prnt.sc/kHEfsFM2aLGOis there any option for the WhatsApp order system? When the customer wants to order the product, the product page will redirect to WhatsApp
Hi,
We don’t have this module in our script.
Please hire a Laravel developer to develop this module for you.
hello Currently, are all the plugins shown in the demo version included with the script package, or are some of them sold separately on the Marketplace?”
Hi,
All of them are included in the download package. It will be the same 100% as our demo site, you don’t need to pay any extra fees.
We are very interested in purchasing your project. Before proceeding, we have one important question regarding the payment methods.
At the moment, we noticed that the system supports PayPal and Stripe. However, we would like to integrate our local bank’s payment system as an additional payment method.
Our main requirement is that each vendor/store should be able to enter their own banking details, and the payments should go directly to the vendor’s account (not to a central account).
Could you please let us know if you can assist us with this integration, and what would be the estimated cost for implementing this feature?
Thank you in advance for your support.
Hi,
I can’t sure that your bank payment system supports auto payout to customer bank account or not.
If it has API for this, we can do the same as we did for PayPal and Stripe payout. It will take about 15 hours to implements. Currently, our hourly rate is $40.
I noticed there are 740 buyers of this theme (including me). Has anyone successfully implemented Google Tag / Meta Pixel setup with it?
My website using this theme: https://minimartsupershop.com/
Issue I’m facing:
The Dada Layer is not working properly for server-side tracking.
From Dashboard > Website Tracking > Google Tag ID: the Order Success page fires correctly, but the Homepage and Initial Checkout page are not being tracked.
From Google Tag code directly: the Order Success page is not tracked, but other pages are tracked.
What I want: Every page should be tracked properly!
Has anyone solved this issue or can guide me on how to fix it?
Hi,
You can enable Google Tag Manager in Settings → Ecommerce → Tracking to track events.
https://prnt.sc/nqKsxXqjff5zIn Settings → Website Tracking, please enable GTM debug mode: https://prnt.sc/o07NFx9t4v7u
And check in Console log tab on browser, it actually sends GTM events to Google Tag Manager.
https://prnt.sc/WPt-RY8Yx32mHi,
I noticed that the spacing between the Browse Categories and Home navigation items is not consistent with the spacing of the other menu items. It would look cleaner if the spacing were uniform across all items.
Additionally, I think it would improve usability and flow if the Browse Categories menu were placed just below Home, as this would align better with typical navigation structures and make it easier for users to explore. Please see the attached screenshot for reference — I’ve highlighted the area in question to make it easier to spot.
https://prnt.sc/vPp3Q5VEvutdHi,
Our dev team will check and improve it in the next version. Thanks for your feedback!
Hi
The social site link icons are not visible on the mobile view at the bottom/footer of the webpage. These links shold be easily accessible from the main page of the wbsite.
https://prnt.sc/TobOOHiA9B9xHi,
We will check and fix it in the next version. Please wait about 5 days.
I bought this theme three month before, from last few day I am trying to add meta pixel and Google analytic 4 GA4, but it’s not working, it shows error, URL: https://minimartsupershop.com/product-categories/ladis-bag?fbclid=IwZXh0bgNhZW0CMTEAAR7TQp7BP6plbP7c3sHNN4BVUeDIcMsLmMh22NW4Wv4i55IeKDRiSNXhEJj8aA_aem_nJxvXxoGF66bc8FZWMt1iA
File: /home/inspires/minimartsupershop.com/app/Helpers/GA4Helper.php:99
File: /home/inspires/minimartsupershop.com/app/Helpers/GA4Helper.php:99
Error:
Symfony Exception Docs ArgumentCountError ViewException ViewException HTTP 500 Internal Server Error Too few arguments to function trackProductList(), 2 passed in /home/inspires/minimartsupershop.com/storage/framework/views/629e9bf1e35459f0aab07695ca440e0e.php on line 23 and exactly 3 expected (View: /home/inspires/minimartsupershop.com/platform/themes/nest/views/ecommerce/products.blade.php) (View: /home/inspires/minimartsupershop.com/platform/themes/nest/views/ecommerce/products.blade.php) Exceptions 3
Illuminate\View\ ViewException Show exception properties Illuminate\View\ViewException {#4381 #severity: E_ERROR } in /home/inspires/minimartsupershop.com/app/Helpers/GA4Helper.php (line 99)
Hi,
This file is not from our script “app/Helpers/GA4Helper.php”
Who adds this file?
Please check and remove that file on your site.
If you can’t reset it, please go to Admin → Platform administration → System Updater and click on “Re-install the latest version” button, then it should be fixed.
Or please create a ticket on our support center https://botble.ticksy.com and give us access to your hosting, our dev team will reset code on your site for you.
While trying to export my list of customers, I got these error message. Can you check please?
https://prnt.sc/s2IoELSdWZygHi,
Please go to System Updater and click on “Re-install the latest version”, then it should be fixed.
Is there any Abandoned checkout option for reminding the customer via email or Whatsapp automation
is there any possibility to launch b2b plugin for vendors
Hi,
1. We don’t have an option to do this automatically. No WhatsApp integrate for this at this time.
Just can send a reminder in Admin → Ecommerce → Incomplete orders manually.
https://prnt.sc/y7JfTYoFJn832. We don’t have this module for now, we will consider making that module when our dev team has more time in the future.
1.How to add the HSN code field on the product adding page for vendors
Hi,
Try to install this free plugin https://marketplace.botble.com/products/FriendsOfBotble/fob-ecommerce-custom-field by our community author to add more fields into product form.
Or please customize our product form in platform/plugins/marketplace/src/Forms/ProductForm.php to add more fields.
Or you can check this video https://www.youtube.com/watch?v=5PC6mzssZ70 to add more fields to product form by a new plugin.
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-3aAi want to start a offer like if a customer buy a spcific product then they get some other product as free optional buy like “buy X get Y free” , so how can i do this, i am using nest theme.
Hi,
Sorry, we don’t have this feature in our script. This is a big feature and need to modify many files to develop it.
Please hire a Laravel developer to customize our script to add this feature as you need.