Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problems with Paypal standard checkout


liz5384

Recommended Posts

Hello,

 

I am having a problem with my Paypal standard checkout. When I try buying something (either in live or sandbox mode) the same thing happens:

 

- I go to checkout.

- Confirm shipping method

- Select Paypal as my method of payment

- Press the Confirm Order button

- I am redirected to http://www.vinumousrecords.com/catalog/index.php (but the page is blank)

- If I press refresh at this point, I'm taken back to my store's homepage

- I press checkout again

- Confirm shipping method

- Select Paypal as my method of payment

- Press the Confirm Order button

- Then I am taken to the Paypal payment screen

 

Why do I have to go through this process twice to get to the Paypal payment screen? Why am I not taken there immediately when I press the Confirm Order button the first time?

 

Any help is appreciated.

Link to comment
Share on other sites

Just tested I am getting taken correctly to paypal but I do see you have lost all your jquery so you need to find again

 

Now the newer paypal modules I thing have fixed some sort of jquery problem maybe worth while updating the modules you will find in the addon section just google

 

The missing jquery is the reason all your buttons are broken this does need fixed

 

If you view page source and click on the links  example they return a not found message so check if the files are actually there first.

<base href="http://vinumousrecords.com/catalog/" />
<link rel="stylesheet" type="text/css" href="ext/jquery/ui/redmond/jquery-ui-1.8.6.css" />
<script type="text/javascript" src="ext/jquery/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.6.min.js"></script>

The error messages you can see below

"NetworkError: 404 Not Found - http://vinumousrecords.com/catalog/ext/jquery/jquery-1.4.2.min.js"
jquery-....min.js
"NetworkError: 404 Not Found - http://vinumousrecords.com/catalog/ext/jquery/ui/jquery-ui-1.8.6.min.js"

Regards

Joli

 

PS: few other minor errors you can see in firebug

To improve is to change; to be perfect is to change often.

 

Link to comment
Share on other sites

Hi Joli,

 

Thanks for the reply. I think I've fixed the 2 404 Not Found errors for the jquery. I've also uploaded the newest PayPal standard module, but I'm still having the same problem with not being taken directly to the PayPal screen when pressing the confirm order. I still must refresh and go through the order process once more to pay with PayPal. I don't want to loose customers because of this. What can be causing this issue?

Link to comment
Share on other sites

OFF topic but now you are missing the fancybox popup effect on images same deal view source click on link

 

computer says" nooo :rolleyes: "

<script type="text/javascript" src="ext/jquery/bxGallery/jquery.bxGallery.1.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="ext/jquery/fancybox/jquery.fancybox-1.3.4.css" />
<script type="text/javascript" src="ext/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script>

Not sure if fancy box will work with latest jquery that you now have you may have to upgrade to color box easy done 10 minutes

 

http://library.oscommerce.com/Online&en&oscom_2_3&release_notes&v2_3_4

 

small stylesheet change and replace image code in product_info.php and of course upload the files found in the 2.3.4 release

 

Now I have tested paypal checkout once on chrome and once on firefox using english language both times I am taken correctly to paypal ??

 

Maybe try clearing your browser cache

 

I can not replicate ythe problem maybe some one else can test !!

 

Regards

Joli

To improve is to change; to be perfect is to change often.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...