Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mhsuffolk

Members
  • Posts

    480
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mhsuffolk

  1. To get PayPal to redirect back automatically 1. Log into your PayPal account 2. Click Profile>> Website Payment preferences 3. Tick Auto Return On 4. In "Return URL" type https://www.yourdomain.com/checkout_process.php or whatever is needed to navigate to that page 5. Click Profile>> Instant Payment Notification Preferences 6 Enable this service 7. In "Notification URL" Type http://www.yourdomain.com/ext/modules/payment/paypal/standard_ipn.php or whatever is needed to navigate to that page Martin
  2. Yes, you need this contribution http://addons.oscommerce.com/info/7151 Martin
  3. This one will do 3 for 2 Works perfectly on my site http://addons.oscommerce.com/info/6526 Martin
  4. In your admin area have you set Test Mode to "True" Line 35 should be $this->form_action_url = 'https://secure.wp3.rbsworldpay.com/wcc/purchase'; Martin
  5. Or http://addons.oscommerce.com/info/6783 Martin
  6. Have a look at this post, it is all explained there http://forums.oscomm...tion-or-add-on/ Martin
  7. Sorry, I am not a PHP expert, I just followed the instructions and it worked for me, have you checked the installation instructions carefully? Martin
  8. Have a look at http://addons.oscommerce.com/info/6783 Martin
  9. Yes Ken, but the OP infers that he has 2 PayPal accounts so perhaps one has the incorrect settings. Martin
  10. Log into your PayPal Account Go To Profile>> Website Payment Preferences >> PayPal Account Optional. This should be checked "On" Martin
  11. " http:www.yoursite.com/ext/modules/payment/worldpay/junior_callback.php "
  12. I think it is is working correctly In your admin is the order status something like "Preparing (PayPal)" The next step is when the customer confirms the order then the order status changes to completed or something similar Martin
  13. You can make PayPal do this automatically Log into your PayPal account Go to Profile >> Instant Payment Notification preferences >> Edit Settings In the Notification URL box type "http://www.yourstore.co.uk/ext/modules/payment/paypal/standard_ipn.php" Tick enable IPN messages Go to Profile >> Website Payment Preferences Tick Auto Return on In the return URL box type "https://www.yourstore.co.uk/checkout_process.php" or "http://www.yourstore.co.uk/checkout_process.php" if your do not have an SSL (Not Recommended) Done! Martin
  14. Use the code in post #7 above. It goes in \ext\modules\payment\worldpay\junior_callback.php. It replaces a similar block of code Do not get confused with the Worldpay payment page editor on their website Martin
  15. The preinstalled Worldpay module is the correct one, however Worldpay have recently changed the service name to Business gateway, the module is still OK, and tightened their security, 2 things have to be changed In this post http://www.oscommerce.com/forums/topic/344497-how-to-fix-worldpay-junior-junior-callback-php-going-straight-to-results-screen-in-rbsworldpay/ Scroll down to Post #7 and follow his code change. There are other contributions but this method produces an auto return to your site, it has worked 100% for me. In includes\modules\payment\worldpay_junior.php find: Line 35 $this->form_action_url = 'https://select.worldpay.com/wcc/purchase'; Replace with $this->form_action_url = 'https://secure.wp3.rbsworldpay.com/wcc/purchase'; The original will work but it involves a redirect, offputting to customers. One more thing, Changes to the production environment on Worldpays site take up to 6 hours to implement, also read this http://www.rbsworldpay.com/support/bg/index.php?page=start⊂=website&subsub=rules&c=UK you must comply before they will let you go live, they phone you up and go through your website and perform test transactions whilst you are on the phone. Martin
  16. Worldpay is the online gateway to Streamline or other banks. RBS own both I was in exactly the same situation His existing Streamline account is not suitable He needs to open a Streamline ecommerce account, his existing account will give him all the security clearances etc When it is open then contact worldpay and open an account with them Now, does he meet customers face to face or is it all mail order. If it is all mail order he can save loads of money. When he opens his Worldpay account tell them he is already a Streamline customer and would like to add their World Access module. This is a virtual terminal similar to the one that PayPal offer, they waived the £100 set up fee for me, try it out. AFTER the new accounts are up and running he can close his original Streamline account and return the terminal thus no terminal rental fees. and only one account. Martin
  17. Yes, it was solved in this thread. http://www.oscommerce.com/forums/topic/344497-how-to-fix-worldpay-junior-junior-callback-php-going-straight-to-results-screen-in-rbsworldpay/ Scroll down to Post #7 The code replaces an existing similar section in ext\modules\payment\worldpay\junior_callback.php Don't forget to change the xxxxxxxxxx to your stores URL It has worked on every order since I implemented it, all customers have returned to my store and their cart has been emptied.
  18. I am having the same problem, did your code work? If so could you post it up please Martin
  19. You need to install this contribution http://addons.oscommerce.com/info/6783 It will do exactly what you require, a detailed email from PayPal. I use it on my RC2a store Martin
  20. I used this contribution http://addons.oscommerce.com/info/6783 I now get a detailed email from PayPal Martin
  21. I presume you are using the Sandbox to test, this problem often appears there Log into your PayPal Sandbox Merchant account Profile >> Payment Receiving Preferences Set Block accidental payments to: No, allow multiple payments per invoice ID Your live PayPal account should be left as Yes, block multiple payments per invoice ID Martin
  22. They should do, have you tried ringing their US Office? 1.800.200.5965 Martin
  23. I can not help with the VAT issue but if you want the customer to buy 3 and get a fourth item free (Cheapest) then I have a mod that will achieve that. In includes/modules/order_total/ot_3for2.php find on row 34 $total_times_discount = floor($total_products / 3); Change to $total_times_discount = floor($total_products / 4); *********** In \includes\languages\english\modules\order_total\ot_3for2.php find define('MODULE_ORDER_TOTAL_3FOR2_TITLE', 'Your current text will be here'); Change Your current text will be here with what you want to appear in the final checkout Change the next line in a similar way Martin
  24. I used this contribution http://addons.oscommerce.com/info/6783 BEWARE, do not overwrite your files with the ones in the contribution as they have had something else added, they are not standard. I had to compare files with Winmerge and add the appropriate lines. I now get a detailed email from PayPal Martin
  25. I think you have missed the point, OSC does this for you In your admin go to Catalog >> Products Attributes There are some examples there already, modify or add to them and then apply whichever you want to your products
×
×
  • Create New...