cancel
Showing results for 
Search instead for 
Did you mean: 

After selecting payment option its redirecting to cart page

After selecting payment option its redirecting to cart page

Hi All,

I am facing the problem at checkout page, after selecting payment option as
paypal and clicking continue button its redirecting to "cart" page
again.Getting error in console as "Failed to load resource:
net::ERR_BLOCKED_BY_CLIENT" and  in  Paypal checkout configuration i selected Customer's Billing Address as "NO".Can anyone please help me to resolve this issue .

4 REPLIES 4

Re: After selecting payment option its redirecting to cart page

hi Ravtejams

You can find error in /var/log within your root Magento installation

There will usually be two files by default, exception.log and system.log.

If the directories or files don't exist, create them and give them the correct permissions, then enable logging within Magento by going to System > Configuration > Developer > Log Settings > Enabled = Yes

Also we can remove # from below code in index.php with magento root directory

ini_set('display_errors', 1);

Re: After selecting payment option its redirecting to cart page

if your link or file link contain words such as "advert", "ad", "doubleclick", "click" and other similar words.

 

Add-blocker will block It.

 

Re: After selecting payment option its redirecting to cart page

Hi Magikvishal and Padmaniyogesh,

 

your reply help me to resolve  the problem. Thanks a lot

Re: After selecting payment option its redirecting to cart page

You are welcome and Can you please accept solution and Marked post as Solved. also reward some kudos Smiley Happy