Hello,
I tried to enable the shop module but I’m getting an error message.
PFA for error message
- JKAnswered
Thank you so much for your quick response.
- JKAnswered
Hello Saleem,
I just wanted to know if we can get the SAAS version of Modern POS, If yes how much will it cost? And SAAS version of the Tailor Shop Management System as well
- MSAnswered
Hello,
We will be pre-releasing the alpha SaaS version (using Stripe payments only) for MPS next month. Pre-release only comes with Stripe payment gateway and other like Paddle and PayPal will be added later. The alpha is not for production but testing and we will offer 50% discount to those who buy it before stable release and help us in testing. The normal price is supposed to be extended license price of MPS + extended license price for E-Commerce module + $200
The SaaS verions for TSMS will be in few months as we haven’t started it yet.
Thank you
- JKAnswered
Hello Saleem,
We are getting multiple errors in the MPS Below are the following errors
- Unable to update logo at e-commerce module
- Google reCAPTCHA not working
- When we made the e-commerce module on maintenance, we are getting an error I have attached the snap of the error
- At add item the SKU is created by default, and it can’t be changed. Can we add our own SKU?
Attachments - MSAnswered
Hello,
- Please let me know the output of
php artisan storage:link --force
- How is it not working? After you updated the settings and enabled it, system will display the message on login, forgot password and register page about it. If you are getting error, please share the error message.
- I found a issue with dark mode that the logo was wrong. I am fixed this. I am not sure if the same issue causing the redirect ot soemthing else. Please check the Laravel error logs in the
storage/logs/
folder and let me know the error details. - No, SKU are in-build tracking units. Please use product code.
Thank you
- Please let me know the output of
- JKAnswered
Hello Saleem,
- I ran the command, and I didn’t get any output PFA for your reference.
- Is it using google reCAPTCHA V2 or V3?
- log file https://drive.google.com/file/d/1cEBIqtZuM5DHMJ98O-RUL93KslY8vnf8/view?usp=share_link
And yesterday I tried to bulk upload the items but was unable to add them.
Attachments - MSAnswered
Hello,
- It means that the command is not running. Please check your error logs. Mostly it happens due to memory limit, you can try
php -d memory_limit=128M artisan storage:link --force
- V3
- Looks like the logo issue, please try to change the line 34 of
modules/Shop/Resources/views/livewire/shop_mode/mode_maintenance.blade.php
from<img src="{{ storage_url($shop_settings->storage_url) }}" alt="{{ __($shop_settings->shop_name) }}"
to<img src="{{ storage_url($shop_settings->shop_logo_dark) }}" alt="{{ __($shop_settings->shop_name) }}"
Was there any error on the import? Please provide the details so that I can check .
Thank you
- It means that the command is not running. Please check your error logs. Mostly it happens due to memory limit, you can try
- JKAnswered
Hello,
Thank you for your quick response, I really appreciate it.
- I ran the command and the output PFA for your reference.
- I changed the code but still, it’s the same getting error “ERR_TOO_MANY_REDIRECTS”
The bulk import is working now
Attachments - MSAnswered
Hello,
Please check the server error logs and Laravel error logs in
storage/logs/
folder and let me know if there are any errors.Thank you
- JKAnswered
Hello Saleem,
I have attached the error logs and Laravel errors logs
Kindly help us as we are facing difficulties to find the error
Attachments - Login to Reply