683 comments found.
how to import my arabic language for my script this hard to translate every work in it
Hi,
You need to add Arabic in Settings → Languages first.
Then you can export translations in Settings → Theme translations to CSV or Excel file to translate it to Arabic, then import it again.
https://prnt.sc/PK2kRLQdqvMW https://prnt.sc/pgYBfIOOWBbmi solve it but i have anther problem you should test product specification table show in product page I try over and over not display
notice that I open in setteing -> ecommerce -> products -> show specifiaction table
Hi,
I see that it’s still working fine on our demo site https://nest.botble.com/products/simply-lemonade-with-raspberry-juice
Please create a ticket on our support center https://botble.ticksy.com and give us access to your site admin, we will check it for you.
Hi, I’m using the Nest theme and I would like to request an important feature improvement.
When an order is cancelled — either by the customer or by the admin — there is currently no option to enter a cancellation reason, and the cancellation email does not include any explanation.
I would like the theme to support the following:
1. When the admin cancels an order: Provide a field where the admin can enter the cancellation reason. This reason should automatically appear in the cancellation email sent to the customer.
2. When a customer cancels an order: Provide a field where the customer can enter the reason for cancellation.
Adding this feature will help both sides understand why an order was cancelled and will improve communication and business operations.
Could you please update or add this functionality in the Nest theme code? Thank you.
Hi,
Yes, we will update it in the next version. Please wait.
Do you have integration with mailerlite, mailchimp, emailocopus, etc? Or how can I connect my store to them?
Hi,
We don’t build email marketing features. We just collect newsletter emails.
You can export list email to CSV from Admin → Newsletters and import it into an email marketing tools, such as Mailchimp, SendGrid… to send marketing email.
There are many email marketing services, you should use that service instead of building a new tool for this.
If you still want to use a hosted email marketing tool, you can check this one https://codecanyon.net/item/acelle-email-marketing-web-application/17796082
We are using it for our email marketing.
Hi, Test mail sending successfully and received success. When create an Order, customer not getting email. pls solution
Sorry… now ok
Thank you.
Not sure what the problem is but on mobile, when a vendor logs into the system. He cannot click on the menu that will show the vendor dashboard. Can you help check this?
Hi,
Please try to go to System Updater and click on “Re-install the latest version” button, then it should be fixed.
it works now. What the reason for this please? Just for my understanding, why did I have to install the latest version?
Hi,
It was having issue, we have updated it again, so it works when you use “Re-install the latest version” button in System Updater, it won’t happens again.
Hi, How to change Checkout page url?
Hi,
You can change it in Admin -> Appearance -> Ecommerce URL.
Admin -> Appearance -> Ecommerce URL. This link is not in Admin Dashboard
Sorry, it is Admin -> Appearance -> Theme options -> Ecommerce URL.
Is there an API call to get the email or phone numbers of customers?
Hi,
We don’t have this API for now. We have to protect customer info, can’t public it on an API.
I purchased the script, so as long as there are no changes to the site, I should be able to access them.
Hi,
Sorry, I don’t understand your question. Our demo site is still accessible https://nest.botble.com
Or you can’t download the script after purchasing? It’s in https://codecanyon.net/downloads
If I buy a product and modify it, and the code gets updated, how do I add it? Or in other words, how do I maintain product development even though I’m modifying it at the same time?
Hi,
If you decide to stop getting updates from our code, you can disable system updater through config file.
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
if you upload code to server and make some change and botble make upgrad how to upload changes to my server
Hi,
You can update your site to the latest version using system updater in Admin → Platform administration → System Updater.
if i click update the changes i make will remove
Yes, if you modify our existing source code (not website content), it will be removed if you use System updater.
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.
you make offer in black firday in this this script
Hi,
No, we don’t have any discounts for this script on Black Friday.
every black firday make disscount
But we don’t have for this script.
if i bought this script and i wnat to add some feathure to my script this option to contact with us to make it
Hi,
I don’t understand your question.
We are providing full source code, no encryption. Our script is structured using modular structure.
https://moezmissaoui.medium.com/exploring-modular-architecture-in-laravel-c44a1e88eebfOur source code is located in folder /platform.
It’s developed in modular structure. Separated to many modules.
Example, for Ecommerce features:
- Controllers: platform/plugins/ecommerce/src/Http/Controllers.
- Views: platform/plugins/ecommerce/resources/views.
- Routes: platform/plugins/ecommerce/routes
- Migrations: platform/plugins/ecommerce/database/migrations.
Front theme is in platform/themes/nest.
You can learn more about our code on https://docs.botble.com/cms or YouTube https://www.youtube.com/channel/UC6G-qF9Ce4-4qszvgw0ErKg
Join our Facebook Group https://www.facebook.com/groups/botble.technologies or Forum https://forums.botble.com to learn more about our source code.
By this structure, we can make more plugins and themes. There are many free plugins on https://marketplace.botble.com/products which developed by our community author, and it can be installed from Plugins → Add new plugin.
if i add some payment i want botble for help me to add this payment this option exit in your comapny
Hi,
You can check this page: https://forums.botble.com/d/1-tutorial-integrate-a-new-payment-gateway
If you need us to integrate it for you, we can provide this service, our hourly rate is $40.
sure not make offer for black firday ?
Hi,
No, we don’t have any discounts for this script on Black Friday.
What’s the use of the “Send Custom Notification” in the API section please?
Hi,
It can be used to test notification on mobile apps.
It will be helpful when you integrate API with mobile apps like this https://codecanyon.net/item/martfury-flutter-complete-ecommerce-mobile-apps-for-botble-scripts/58479245
You can send a test custom notification to device’s IDs which is stored in login API.
You can ignore it if you don’t have a mobile app for your site.
I am trying my hands on n8n and would like to pull the list of products on my website using an API call. Is this possible? Will the url be example.com/api? thanks
Hi,
Yes, you can enable API for your site in Settings → API settings https://prnt.sc/x8_aFNfHm73M
Then you can access API to get the list of products on https://nest.botble.com/api/v1/ecommerce/products
https://prnt.sc/K9K_fW-G8c1oYou can check API docs on https://nest.botble.com/docs
Thanks, is there an API to get list of all customers and their details?
Hi,
No, we don’t have this API. We don’t want to public/share customer info on an API.
If you want to have an API for this, you can write your own API, the same as we did for platform/plugins/ecommerce/routes/api.php, just list all of your customers in table ec_customers in the database.
Thanks. When the script gets updated, does it impact it? I mean will I have to write the API again when you update the script?
Hi,
You should add a new plugin in platform/plugins to add more API, then it will be safe when upgrade to the new version. Just make the same as we did for plugins on https://marketplace.botble.com/products
Check docs for plugin development on https://docs.botble.com/cms/plugin-development/
Everything is good in the script, but is there any plugin or module for a saas warehouse management system that people can use to store their product in a warehouse like Amazon? if you are planning for this module, please inform us to purchase it. Because I like your script, but the only one you missed in this module is the saas- warehouse management system. we are looking for a saas warehouse management system with an e-commerce script
Hi,
We don’t have plan for this module at this time.
Our dev team will check it when we have more time in the future.
hlw Concern, how can i disable “Payment Proof” option from Checkout page?
Hi,
You can disable it in Settings -> Ecommerce -> Checkout.
there is no option for hide this
Hi,
My mistake, it’s in Settings -> Ecommerce -> Shopping https://shofy.botble.com/admin/ecommerce/settings/shopping
thank you
Hi, another one…. when I set emails for Order notifications??
Hi,
It is in Admin -> Settings -> Email
No. there is no option “Order confirmation” / “Notice about new order” email set
Hi,
You mean you want to enter receiver emails for that notifications?
It will be sent to the admin emails, so you need to enter that emails in Settings → General https://prnt.sc/2oOFtbXteB0u
how to deactivate my license from a domain?
Hi,
You can deactivate your license in Settings -> General.
Or you can log in to our customer license manager site https://license.botble.com to deactivate your license from a domain if you can’t access it anymore.
Hi, I have a couple of customization questions:
After a customer places an order, both the customer and admin receive an order email. At the bottom of this email, there’s a contact email address (for example: demo@example.com — please see the attached screenshot). How can I change this email address to my own (e.g. support@mydomain.com )?
If a customer adds a note while placing the order, I’d like this note to also appear in the admin email notification. How can I include the customer’s note in the admin order email template?
https://prnt.sc/zlDcqZg1AbOYThank you!
Hi,
You can change that email in Settings → Email templates.
https://prnt.sc/U_zuzkrfrutuWe will add order’s note to email to customer in the next version, please wait.
Or you can add below code to customer order notification email template:
{% if order_note %}
{{ 'plugins/ecommerce::email-templates.admin_new_order_note' | trans }}: {{ order_note }}
{% endif %}
https://prnt.sc/qIhjYfliearf
The same as we did for admin order notification email.
https://prnt.sc/ATuqQPSytWh_ http://shofy.botble.com/admin/settings/email/templates/plugins/ecommerce/admin_new_order/editFor the first issue, by default the sender email address supposed to be used to replace the demo@example.com as it shows below the Contact email address input field -“If don’t set, it will get from sender email in Admin -> Settings -> Email”. In our case its not happening.
For the second issue, the order’s note is not appearing in the email that admin is being recieved. your above mentioned code is already in the template but it is not sending the note to admin’s email. Is there any plugin that we need to enable?
Hi,
1. Our dev team will check and fix this issue in the next version. Thanks for your feedback, please setup it in Settings → Email templates directly for now.
2. I guess that you have customized our email template, so it’s missing in your template, please compare our email templates on https://shofy.botble.com/admin/settings/email/templates/plugins/ecommerce/admin_new_order/edit and add it to your email template.
Don’t need to enable or add a plugin for this, it will work if it has that part in your email template.
Or try to reset that email to default: https://prnt.sc/IXoI4c0fpArK
It must be there: https://prnt.sc/zEqduJE-_XUO
Hi,
We havent customized our email template and even tried the reset option to get the customer’s note included in the email. You can see our email template code snippet which includes the code for note and the preview is working well. https://prnt.sc/skKhoX9w-xpB https://prnt.sc/VEd17wnadlGu But the real order from a desktop or mobile browser is not including the note to the email. https://prnt.sc/9j1c5uodLIfb Please let us know if there is any way arround.Hi,
Our dev team will check and fix it in the next version. We will fix and release it in the next 1 – 2 weeks. Please wait.
How do I update the email address on the contact us page. Thanks
Hi,
You can update it in Appearance -> Theme options -> Contact info boxes.
https://prnt.sc/ED6FFyrkZdsbHow 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.