basher29 Posted September 26, 2013 Share Posted September 26, 2013 (edited) Hi I'm new here so hope I got my post in the right place, I have the PS 1.5.5.0 and installed the Stripe 0.9.5 module and installed fine etc, Stripe says it is availble in the UK and will accept GBP but when i go to do a test payment it wont show up in checkout unless i change my store to US. This is a bit dumb to be honest because whats the point in "accepting GBP" if customers have to change over to USD? If you know of any equivalant to Stripe could you let me know please. I am currently using Nochex any help would be very much appreciated Thank you Edited September 26, 2013 by basher29 (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted September 26, 2013 Share Posted September 26, 2013 Good morning As far as I know the Stripe Module was in the Beta stage for UK payments but is now OK to use. I think it would be best to ask Stripe what the problem maybe Paul Link to comment Share on other sites More sharing options...
bellini13 Posted September 27, 2013 Share Posted September 27, 2013 This is because the Stripe module restricts to only using certain country and currencies, and that is USA and Canada. Ths reason for this is because those were the only 2 countries and currencies supported when the module was created. Prestashop said they would release a revised module, however that was weeks ago If you edit the file stripejs.php, you will see the following 2 lines near the top. Add you country and currency codes to these lines and the module will activate. However you really need to test that the module works properly before you go live. public $limited_countries = array('us', 'ca'); public $limited_currencies = array('USD', 'CAD'); Link to comment Share on other sites More sharing options...
basher29 Posted September 27, 2013 Author Share Posted September 27, 2013 Thank you Paulito and bellini13 for your help this has work great for me! massive help thank you! Link to comment Share on other sites More sharing options...
adamcarter Posted September 27, 2013 Share Posted September 27, 2013 I have been in contact with Stripe directly and they said it should have been ready for UK PrestaShop users. However, PrestaShop has yet to release the UK module. Very slow and disappointing, but thanks to bellini and others for the help! Link to comment Share on other sites More sharing options...
bellini13 Posted September 27, 2013 Share Posted September 27, 2013 yea I checked the stripe module on addons today and still no updates... it does at least contain my patches, so that's a start Link to comment Share on other sites More sharing options...
adamcarter Posted September 30, 2013 Share Posted September 30, 2013 Heard from Stripe and they apologised even though they were led to believe the module was to be ready weeks ago. Anyway, no wonder I'm receiving no orders... I keep seeing the following information when trying to pay via credit card: "Token required, please check for any Javascript error on the payment page." Any ideas on what to do? Link to comment Share on other sites More sharing options...
bellini13 Posted October 1, 2013 Share Posted October 1, 2013 Check for javascript errors on the payment page If you use Chrome, you can open the javascript console by pressing F12 button on your keyboard. Then try to checkout and watch the console as you do, let us know if you find any errors in the console. Link to comment Share on other sites More sharing options...
adamcarter Posted October 1, 2013 Share Posted October 1, 2013 Just tried it again - I couldn't see any problem. Bellini - click on this link, try to make the purchase - only £1.00: http://bondposters.co.uk/home/96-test-product.html IF it goes through I will obviously REFUND you the £1.00, but I doubt it will go through. Link to comment Share on other sites More sharing options...
bellini13 Posted October 1, 2013 Share Posted October 1, 2013 Hi Adam, no reason to use real money. Let's put the Stripe module into sandbox (test mode), and we can test it using a test credit card. Link to comment Share on other sites More sharing options...
adamcarter Posted October 1, 2013 Share Posted October 1, 2013 OK, it's in test mode now. Let me know what you see. Thank you. Link to comment Share on other sites More sharing options...
adamcarter Posted October 1, 2013 Share Posted October 1, 2013 I've had to activate PayPal again until Stripe gets sorted. Link to comment Share on other sites More sharing options...
bellini13 Posted October 1, 2013 Share Posted October 1, 2013 I'm not able to check out due to an error when trying to add an address. It says "invalid token" Link to comment Share on other sites More sharing options...
adamcarter Posted October 2, 2013 Share Posted October 2, 2013 Loads of people keep getting that. I don't know why. I know I have to type out my name sometimes on the checkout form instead of using automatic fill in. Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 24, 2013 Share Posted October 24, 2013 Hi Adam, The new Stripe Module 0.9.6 is updated to accept GBP, Euro and Dollar. You can download it for Free here, http://addons.prestashop.com/en/payments-gateways-prestashop-modules/6611-stripe.html Keep me updated on any issues that you have and of course make sure to TEST and BACKUP before you change Modules. Thanks! If you have already solved your problem and are happy with the Stripe module then keep the version you have. Link to comment Share on other sites More sharing options...
Recommended Posts