Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

designsjohn

Pioneers
  • Posts

    40
  • Joined

  • Last visited

1 Follower

About designsjohn

  • Birthday 03/03/1952

Profile Information

  • Real Name
    John Cerutti
  • Gender
    Male
  • Location
    Sussex NJ
  • Interests
    crcreations.com<br />designsjohn.com<br />jewelrywoman.com<br />crcreation.com<br />designsbyjohninc.com
  • Website

designsjohn's Achievements

  1. In "payment module." My paypal module worked fine for 5 + years 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" then reinstalled credit card module same settings. Test Result are when click checkout useing credit card works fine. HOWEVER when choose Paypal it defaults 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...." I am not understanding why this has happen after so many years of Paypal working fine? I would like to know if this is the correct fix? What is path to file <form name="checkout_confirmation" action="? Thanks John
  2. 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
  3. reading how to set up "download" to customer for fe

×
×
  • Create New...