Question: Getting Error When Enabling The Shop Module

Getting Error When Enabling The Shop Module

Hello, I tried to enable the shop module but I'm getting an error message. PFA for error message

JK

Junaid Khan

Asked

Hello,

I tried to enable the shop module but I’m getting an error message.

PFA for error message

  • JK

    Junaid Khan

    Answered

    Thank you so much for your quick response.

  • JK

    Junaid Khan

    Answered

    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

  • MS

    Mian Saleem

    Answered

    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

  • JK

    Junaid Khan

    Answered

    Hello Saleem,

    We are getting multiple errors in the MPS Below are the following errors

    1. Unable to update logo at e-commerce module
    2. Google reCAPTCHA not working
    3. When we made the e-commerce module on maintenance, we are getting an error I have attached the snap of the error
    4. At add item the SKU is created by default, and it can’t be changed. Can we add our own SKU?
  • MS

    Mian Saleem

    Answered

    Hello,

    1. Please let me know the output of php artisan storage:link --force
    2. 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.
    3. 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.
    4. No, SKU are in-build tracking units. Please use product code.

    Thank you

  • JK

    Junaid Khan

    Answered

    Hello Saleem,

    1. I ran the command, and I didn’t get any output PFA for your reference.
    2. Is it using google reCAPTCHA V2 or V3?
    3. 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.

  • MS

    Mian Saleem

    Answered

    Hello,

    1. 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
    2. V3
    3. 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

  • JK

    Junaid Khan

    Answered

    Hello,

    Thank you for your quick response, I really appreciate it.

    1. I ran the command and the output PFA for your reference.
    2. I changed the code but still, it’s the same getting error “ERR_TOO_MANY_REDIRECTS”

    The bulk import is working now

  • MS

    Mian Saleem

    Answered

    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

  • JK

    Junaid Khan

    Answered

    Hello Saleem,

    I have attached the error logs and Laravel errors logs

    Kindly help us as we are facing difficulties to find the error

  • Login to Reply