- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
add to cart isnot working properly when i logged
when i logged as a customer or guest.it is showing we cant add this item to shopping cart right now.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: add to cart isnot working properly when i logged
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.
Ankita Biswas
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: add to cart isnot working properly when i logged
ok i will check tnank you for your reply.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: add to cart isnot working properly when i logged
it is not working. shall you say another way?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: add to cart isnot working properly when i logged
Hello @keerthiNinos,
I have experienced a very same situation, and it was because of 2 things mainly.
- The write permission for the generated folder.
- Still, there was an issue with the folder owner. The generated folder was under the ownership of root. When I changed that to Apache user, everything went smooth.
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: add to cart isnot working properly when i logged
thank you so much , but how to change the permission in Apache user.
shall you help me.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: add to cart isnot working properly when i logged
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
text to be add under country field section in checkout page
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,