- when I try to add some product to the cart it doesn’t add it. 2. how can I hide the languages list since I just need 2 of them?
- MSAnswered
Hello,
- Please check the server error logs for error details and let me know so that I can suggest.
If you are not sure about your server logs, you can enable app logs by changing the
log_threshold
to 1 in theapp/config/config.php
file and then try to perform the action again. Lastly check the latest log file in theapp/logs/
folder.- You can update the header file
themes/default/shop/views/header.php
as you need.
Thank you
- HBAnswered
hi, there is the error log, the problem is when anyone chose a product the shopping cart still showing the cart empty. so they can’t continue to check out. ERROR - 2022-10-09 10:37:55 --> Could not find the language line “today” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “shop” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “toggle_alignment” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “quantity_alerts” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “today_profit” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “promos” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “list_printers” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “add_printer” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “expense_categories” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “site_logs” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “backups” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “front_end” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “shop_settings” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “slider_settings” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “api_keys” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “list_pages” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “add_page” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “sms_settings” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “send_sms” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “sms_log” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “sync_quantity” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “set_avg_cost” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “ordered” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “due” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “transferring” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “download” ERROR - 2022-10-09 10:37:55 --> Could not find the language line “required_invalid” ERROR - 2022-10-09 10:37:56 --> Could not find the language line “today”
- MSAnswered
Hello,
There are no errors, and the missing language key won’t cause any issue.
Please let me know the installation link to have a look.
Thank you
- MSAnswered
Hello,
Ajax requests are failing as you are loading site with
www
but the calls are made without that. Please update yourbase_url
inapp/config/config.php
I have noticed the files are missing too, please upload all the files again. You can follow the update guide.
Please check with your server admin about logs and see if there are any errors.
Thank you
- MSAnswered
Hello,
If you can add, you should be able to remove them too. Please test the live demo, your install should work exact same as on demo. If it’s not there is some error, you can check error logs to find the cause.
There is no option to upload svg yet I will add in future updates.
Thank you
- HBAnswered
Mian Saleem Thank you! now it is working well.
- Login to Reply