when i logged as a customer or guest.it is showing we cant add this item to shopping cart right now.
Hello @keerthiNinos
Please see the exception log in the var/log directory or set a breakpoint in the code point where the message is generated.
If you find my answer useful, Please click Kudos & Accept as Solution.
ok i will check tnank you for your reply.
it is not working. shall you say another way?
Hello @keerthiNinos,
I have experienced a very same situation, and it was because of 2 things mainly.
If you still get an error then please enable log and share error with us you can find out on var/log/exception.log, var/log/system.log, var/log/debug.log
--
If my answer is useful, please Accept as Solution & give Kudos
thank you so much , but how to change the permission in Apache user.
shall you help me.
Hello @keerthiNinos,
Please run below command in magento root directory
find . -type d -exec chmod 500 {} \; find . -type f -exec chmod 400 {} \; find var/ -type f -exec chmod 600 {} \; find media/ -type f -exec chmod 600 {} \; find var/ -type d -exec chmod 700 {} \; find media/ -type d -exec chmod 700 {} \;
--
If my answer is useful, please Accept as Solution & give Kudos
Hi all,
how to add the text under country field like as note in checkout page. that page where it is coming. i need to know..
please check this below screenshot,