cancel
Showing results for 
Search instead for 
Did you mean: 

add to cart isnot working properly when i logged

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.

7 REPLIES 7

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.

Magento Developer
Ankita Biswas

Re: add to cart isnot working properly when i logged

ok i will check tnank you for your reply.

Re: add to cart isnot working properly when i logged

it is not working. shall you say another way?

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.

  1. The write permission for the generated folder.
  2. 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

 

 

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.

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

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,

https://snipboard.io/83IC6e.jpg