Hello i encountered error on adding products on cart. Can you please support me
- MSAnswered
Hello,
Are you getting any error? Please share the installation url in private reply so that I can have a look.
Thank you
- VDAnswered
From https://quantified.shop/shop/products?page=1 >>>>>>> https://snipboard.io/UV2y0r.jpg when adding product does not add
Need to click the product https://quantified.shop/product/cheez-whiz-pimiento-easy-squeeze-200g >>>>>>>> https://snipboard.io/JKpW4Y.jpg then product will be added
Order Submited but it will load only https://quantified.shop/cart/checkout >>>> https://snipboard.io/hi4qyV.jpg, when i refresh product was submited . . . Submit order button when click its hang
- MSAnswered
Hello,
Please save your shop settings again.
If still the same, please check your server’s php error logs and let me know the error details so that I can suggest.
If you are not sure about server logs, you can enable app logs by changing the
log_threshold
to1
in theapp/config/config.php
and then perform actions again. Lastly check the latest log file in theapp/logs/
folder.Thank you
- VDAnswered
follow your recommendation: but still not working please see logs for your ref https://snipboard.io/3gaHRc.jpg
- MSAnswered
Hello,
Your products do not have slug values. Can you please let me know how you added the products?
You need to edit products and set update the
slug
as slug is used for URL and if no slug then you will get 404 error.Thank you
- Login to Reply