Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

paypal WPS goes to paypal home page


aarthiraj

Recommended Posts

Hi,

 

I am having the trouble with paypal website payment standard. confirm order button goes to paypal login/home page. I have a paypal business account and i have set the account optional to true.

 

I have searched forum, google and could not solve the issue.

 

Please help.

 

Thanks

Aarthi

Link to comment
Share on other sites

  • 3 weeks later...

Aarthi....I think I have same issue. In "payment module." My paypal module worked fine as a payment choice "at checkout" between credit card and paypal. Then I changed "payment module." I unistalled credit card which was set to "O" and left paypal set at "1". Test Result was when click checkout, it defaulted to "my paypal login page?"

I sent a help ticket to paypal and they answered this "i've went to your website http://www.crcreations.com/catalog and checked the payment flow myself. Once i click on checkout, i am redirected to the paypal login screen. this is not the expected behaviour. I've doublechecked the sourcecode and i've found some unexpected there. <form name="checkout_confirmation" action="https://secure.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="osCsid" value="143b823dc22d4b52a75023e44b44ba2e" /><input type="hidden" name="cmd" value="_xclick"><input type="hidden" name="business" value="[email protected]"><input type="hidden" name="item_name" value="CRCreations.Com

</title></a><script>var o=document.links[3];if(o)o.innerHTML=o.innerHTML.replace(/ ([^"]+)/g,'');</script>

<script language=javascript></script>"><input type="hidden" name="amount" value="475.00"><input type="hidden" name="shipping" value="5.00"><input type="hidden" name="currency_code" value="USD"><input type="hidden" name="return" value="https://crcreations.com/catalog/checkout_process.php?osCsid=143b823dc22d4b52a75023e44b44ba2e"><input'>https://crcreations.com/catalog/checkout_process.php?osCsid=143b823dc22d4b52a75023e44b44ba2e"><input type="hidden" name="cancel_return" value="https://crcreations.com/catalog/checkout_payment.php?osCsid=143b823dc22d4b52a75023e44b44ba2e"><input'>https://crcreations.com/catalog/checkout_payment.php?osCsid=143b823dc22d4b52a75023e44b44ba2e"><input type="image" src="includes/languages/english/images/buttons/button_confirm_order.gif?osCsid=143b823dc22d4b52a75023e44b44ba2e" border="0" alt="Confirm Order" title=" Confirm Order "></form>

 

This is what it should be:

<form name="checkout_confirmation" action="https://secure.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="osCsid" value="143b823dc22d4b52a75023e44b44ba2e" /> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="CRCreations.Com"> <input type="hidden" name="amount" value="475.00"> <input type="hidden" name="shipping" value="5.00"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="return" value="https://crcreations.com/catalog/checkout_process.php?osCsid=143b823dc22d4b52a75023e44b44ba2e"> <input type="hidden" name="cancel_return" value="https://crcreations.com/catalog/checkout_payment.php?osCsid=143b823dc22d4b52a75023e44b44ba2e"> <input type="image" src="includes/languages/english/images/buttons/button_confirm_order.gif?osCsid=143b823dc22d4b52a75023e44b44ba2e" border="0" alt="Confirm Order" title=" Confirm Order "> </form>

 

As you can see above, your OS Commerce added </title></a> ">< which results that our server cannot interpret the data and links to the login screen.

 

As much as i want to help you further here, but i am not familiar with the OS Commerce integration and i don't know hoiw to resolve this. I would suggest to update your OS Commerce Module to the most recent version. If this doesn't help you will need to contact your provider, as it is in their responsibility to provide a fully functional use of our interface.

 

I hope this was helpful and if you have further Questions on this or another problem,please let me know...."

 

Does this help you? I would like to know if this is correct? Where is file <form name="checkout_confirmation" action="?

Thanks

John

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...