Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sypher

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by sypher

  1. Just for future reference, the reason you may sometimes see different paypal pages is because: - When visiting Paypal it sends you a cookie. This cookie expires every 21 days. So if the customer has never been on the Paypal website before they see a modified version of the payment page (more like the pay by credit card one) or if they havent been on recently.
  2. I currently have Paypal Standard setup all is working fine. But when using paypal the user is automatically sent to a standard review page, but most customers pay via card but the credit card link is so small that people dont notice it and leave the page. But when clicking on that page it brings up a near exact page with the make paypal account in small this time and credit card input fields (basically the opposite of the previous page) I want to forward the user to this page instead of going to the paypal login. Is there any way to do this? Because they seem to be using near identical urls.
  3. Okay i sorted it out, if anyone else is having the same problem. This was my first time using 2.2 rc2. Before i had used older versions of oscommerce. Thus i always deleted the tare weight / percentage increase values etc. Because they were never needed for me. Well this latest version requires you to input those values, i dunno why...
  4. Sorry typo its NOT being passed over to the checkout page :D
  5. For some reason the weight is being passed over to the checkout page. Never come across this problem before, but its my first time using v2.2 rc2 I have installed STS contrib but it makes no difference if the templates are used or not. Is this a common problem in the new version? Any idea on how to fix it? :D Hope to hear from you guys soon.
  6. AH no that was a general suggestion to people encountering different problems. Sounds like the error your having may be to do with other contributions that you have installed?
  7. I've found that the errors that were occuring on mine in Test mode, did not occur when set to Live.
  8. Hmm im having a problem even though it says how to "fix" it in the this_invoice_has_already_been_paid_error.txt file. I've installed v2.2 with no problems, set it to run on test and created a sandbox account. I was getting the 'Invoice Has Already Been Paid' error message so i then used the text files fix. But i still get the error (it does say in the txt file to disable it via paypal if error still occurs) but i would prefer not to disable duplicate invoice checking. I looked at some of the older threads and i can get the payments to work if i replace $parameters['invoice'] = substr($cart_PayPal_IPN_ID, strpos($cart_PayPal_IPN_ID, '-')+1); in paypal_ipn.php with $parameters['invoice'] = $cart_PayPal_IPN_ID; But then the IPN isnt successful (the order is made, payment sent but the order status is stuck on Preparing[iPN] and emails nor stock level is sent. Im not using any other Contribs. Any advice?
  9. Hmm im having a problem even though it says how to "fix" it in the this_invoice_has_already_been_paid_error.txt file. I've installed v2.2 with no problems, set it to run on test and created a sandbox account. I was getting the 'Invoice Has Already Been Paid' error message so i then used the text files fix. But i still get the error (it does say in the txt file to disable it via paypal if error still occurs) but i would prefer not to disable duplicate invoice checking. I looked at some of the older threads and i can get the payments to work if i replace $parameters['invoice'] = substr($cart_PayPal_IPN_ID, strpos($cart_PayPal_IPN_ID, '-')+1); in paypal_ipn.php with $parameters['invoice'] = $cart_PayPal_IPN_ID; But then the IPN isnt successful (the order is made, payment sent but the order status is stuck on Preparing[iPN] and emails nor stock level is sent. Im not using any other Contribs. Any advice?
  10. No matter what weight i give a product it always gives the shipping cost something different than the weight or the highest price of the weight class. Im using the royal mail zone modules, check out the screen shots to see what i mean. Hope you can help! -Dave
×
×
  • Create New...