208 comments found.
Hello,
I have a very important question.
I need to know if there is any way we can add a custom shipping status. As of now, only pre-made shipping status on the script showing in your demo website, but I want a custom shipping status. Like TEMU has a custom shipping status.
Please let me know if this is possible to add, then I will make the purchase.
Hi,
It needs to be added from source code for now. We don’t have option to add a new shipping status from the admin panel.
After purchasing our script, just create a ticket on https://botble.ticksy.com , our dev team will support you to add a new shipping status without affecting future updates.
Hi, I can write to the mail, a couple of questions because $50 is too much for a question))
When you hover over the image, a preview appears, I would like to delete it completely (where you add to the list, plus like and preview) And I see images 1 and 3 (when hovering), how to change them to 1 and 2
I can write more details to the mail, screenshot
https://1808.kyiv.ua/Hi,
Try to add below code into Appearance → Custom CSS, then that button will be removed when hovering on product card.
.tpproduct__thumb-action {
display: none !important;
}
Oh thank you, this is just what I needed.
and from the photo where to change, or dig so I don’t have to search for a long time
So that instead of 1 and 3 there would be 1 and 2
thank you
“and from the photo where to change”
Sorry, I don’t understand your question. Which’s photo you want to change?
That photo is from product images, you just need to change it in product form.
“So that instead of 1 and 3 there would be 1 and 2”
What is “1 and 3” and “1 and 2”?
Your question is weird. I think that we don’t have this feature in our script.
If you have further questions, please create a ticket on our support center https://botble.ticksy.com and give us some screenshots about your questions, our dev team will support you.
when you hover over a photo (on the main page) it changes changes to the third in the list
okay, we’ll find it ourselves, it definitely changes somewhere)
Hi,
Try to add below code into Appearance → Custom CSS, then it will be disabled.
img.product-thumb-secondary {
display: none !important;
opacity: 0 !important;
}
I want to know how to change product image size. I can see image size of product is 600px X 600px however i want to showcase books that are usually in rectangular shap not sequare. How to change size of product image to display on website?
Hi,
You can change that image size in Settings → Media.
Then click on “Generate thumbnails” to update your images.
https://prnt.sc/bFkd0xhXrQqII want to buy script but I checked your fashion theme on mobile and the slider pictures are not showing on home page. It seems messed up. Is it fixed or is it still the same?
Hi,
You just need to enable slider image on mobile in Admin → Pages → Fashion Home.
https://prnt.sc/BZl42AkfQIZ5 https://prnt.sc/l7D9y-eqW-i9Result: https://prnt.sc/GCE_SKUyy9D0
Your search is using an AJAX but that has bug in it. when you click on category or any links in filter that calls AJAX multiple times and URL is also reflecting multiple time.
This is wrong please update that and give us the latest update.
Check any browse page and try to filter. check AJAX URL how many times calling and check URL is changing multiple times as well.
Hi,
Our dev team is working on this issue. We will fix and release it next week, please wait.
Thanks for your feedback!
If you want this i have fixed this.
Hi,
Our dev team has fixed this issue already, it will be released in the next few days.
You can check it on our demo site: https://ninico.botble.com/products
Please wait.
Hey… Interested, please add m-pesa payment getaway.
Hi,
I see that it has this plugin on https://github.com/snobole/botble-mpesa/
After purchasing our script, you can try it if it works for you.
Hello Team, is the template supporting the (Addons)?
Hi,
Yes, if you want to install more plugins (addons), you can install it in Admin → Plugins → Add new plugin.
Podrías agregar un método de pago de peruano, como izipay ?
Hi,
You can install this plugin https://marketplace.botble.com/products/FriendsOfBotble/fob-iyzipay in Admin → Plugins → Add new plugin to use.
Hello, I bought your script and installed manually on my xampp localhost for now to make some of those changes which i needed. but i want to know how can i improve search? it is loading very slow in localhost even admin panel is also taking time.
please tell me what i have to do to improve this?
any extra things which i need to make in apache or in PHP?
Hi,
I can’t guess what wrong on your localhost which make site loads slow.
I’m using Laravel Valet for my localhost.
You need to use PHP 8.3 for better performance.
Is there partial payment option available? Like I want to collect a order confirmation payment then it will be subtract from the total value.
Hi,
Sorry, we don’t have partial payments in our script, customer must pay at once.
Hey, I want to sell physical and digital both products. But when a customer check out digital products there should not be exist cod method. Because digital products are sold by instant payment gateway. Again, when a customer check out physical product there should be stay the cod button. Say me, How can I do this?
Hi,
Sorry, we don’t have this logic in our script for now.
We will consider making this feature in future versions when we have more time.
Demo not working
Hi,
We have just deployed a new version of Ninico to our demo site.
It’s working now. Please check it again: https://ninico.botble.com
Thank you.
Hi, i want to purchase this script but some of my products requires image upload option from customers. when customers will cart that specific products, image upload option will be visible, without uploading a image or capture the photo, they can’t checkout. can i do that ?
Hi,
Sorry, we don’t have this feature in our script.
We will consider it in future versions. Please wait.
If you can, please hire someone to implement this feature for you, almost the same as this plugin https://marketplace.botble.com/products/FriendsOfBotble/fob-ecommerce-custom-field, but it is an upload field instead of text field.
If i wait for this feature then how long i may wait ? I already purchased 3 scripts from you. i know you are best and no one would be better than you. if you have any plan to add this feature then i can wait.
Hi,
Sorry, we don’t have a plan to add this feature for now.
We need time to check if it can be implemented or not. Currently, our team is too busy on other pending features, we don’t have time to check it at this time. Please wait.
if i develop the new feature by someone else, later when you publish any updates then will i be able to update your modification easily without loosing my custom development ?
Hi,
If you develop that feature as a plugin by making a plugin in platform/plugins, the same as we did for existing plugins or free plugins on https://marketplace.botble.com/products then it will be fine, it won’t be touched by system updater when upgrading to the new version.
Laravel developers can develop this plugin ?
Extended license will allow me to use this script on multiple domains ?
Hi,
1. Yes, it’s a Laravel script, so if your developer has Laravel coding skills, they can customize our script using plugins.
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/ninico.
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.
2. No, 1 license just can be used for 1 domain.
As the rule https://codecanyon.net/licenses/standard, 1 license just can be used for 1 website (domain, subdomain, subfolder, IP…).
If you want to use our script for multiple sites/clients, you need to purchase multiple licenses.
You still can use our script without activating license. It can be installed on dev/stagging/uat site for developing without any license violations. All features are still working fine except System updater and install new plugin from our marketplace https://marketplace.botble.com/products
Is there any option for ‘Partial Payment’ or any plugin I can install ?
Hi,
No, we don’t have partial payment option for now. That plugin is used for WordPress Woocommerce, it can’t work in our script.
What are the benefits if i buy the extended licenses and can we add third party shipping integration like shiprocket
Hi,
With an extended license, you can use our script as a SaaS script if you want.
Our script is open, and we are providing full source code, no encryption, so you can integrate your shipping provider if you need. But it requires coding skills to do it.
Hello sir, I would like to ask, will the plugins in this script be free or will they have to be purchased separately along with the script?
I want to purchase this. Can I get a discount please?
Hi,
All plugins as you can see on our demo site are included in the download package, you don’t need to pay any extra fees.
Sorry, we don’t have any discounts at this time. This is the best offer for now.
Thank you
If I want to use the app as intended, for selling products, which means I have to charge customers for products do I need the extended license or regular. It is my understanding from reading your responses when it comes to licenses that if I am selling subscriptions then I need the extended license. If I am not selling subscriptions and simply selling products, do I need the extended license? Or would the regular do just fine.
Hi,
It’s fine with a Regular license, you just need to buy an Extended license if you use our script as a SaaS (multivendor, subscription based…) script.
For your case, you just need to buy a regular license.
Excellent!! Thank you.
This is so cute. I love this! Can we customize this script? Can we translate it to our language? Also how can I integrate online payment methods in my country? Also can I integrate with marketplaces like amazon to automatically upload the product to the website? If I do these, will these be lost in future updates?
Hi,
1. Yes, we are providing full source code, no encryption, you can customize it as you want.
2. You can translate our script to your language from the admin panel.
3. It requires code customization, need to develop a plugin to integrate with this payment gateway.
You can see our examples in folder platform/plugins.
Ex: platform/plugins/razorpay or platform/plugins/paystack.
You will need to make the same structure and handle events when checkout to implement a new payment gateway.
https://forums.botble.com/d/1-tutorial-integrate-a-new-payment-gateway4. You can integrate with Amazon by making a plugin, then your site still can update to the latest version, won’t lose future updates.
The administrator cannot edit a new order, for example, the customer wants to add a new product or change the model. It would be great if the administrator could edit an order, please evaluate it for your next update.
Hi,
Order is the same as a contract. Customer has placed that order with specific products and accept the price, so you can’t modify order.
If you want to add more products, you need to cancel that existing order and create a new one. In the admin panel, you can use “Reorder” button.
In modern marketing, majority of sales do not happen on first visit, it happen after 3-7 visits, can you please make some follow-up system for users, to remind them cart items, if they forgot to pay on bank transfer, if newly user just registered – send them Welcome Email and after 3 days send another Warm Up email. This is how professional systems work, now your features are very basic. Please add up some.
Hi,
Our dev team will check and improve this.
Thanks for your feedback!
Hi I am trying to change logo on footer but it’s not changing in widgets
I managed to fix that but now slider does not show on mobile
i am using fashion theme
Hi,
Please create a ticket on our support center https://botble.ticksy.com and give us access to your site admin, our dev team will check it for you.