Posted: September 6, 2014 at 10:32 am
|
We are having problems setting up event espresso using IDR (Indonesian Rupiah) as our currency. We can put SSL but its no use unless we see it working. We haven’t been able to make a successful transfer either in testing or live version. Right now its in test version. Can you please lead us in the right direction to solving this so we can use this plugin ? http://www.cybergroove.com.au/event-registration/?ee=1 Thanks |
|
Hi, I don’t think the currency is affecting this. Have you checked to make sure that your secret and publishable keys are entered, correct and without any spaces before or after them? Have you double checked your Stripe account to make sure it is active and in good standing? |
|
Yes we have activated Stripe correctly and input the correct api keys into the payment gateway settings in EE3 as per instruction. Any other ideas ? |
Hi, Do you have another site running an SSL that you can test on? Stripe is an onsite payment gateway so you’ll need an SSL running to process payments. — |
|
|
Yes we have tried that also no success. |
Hi David, How do you even get to the payment page with the reg form having white form input text on a white background? Can you turn off themeroller or set themeroller to use a theme with a dark background? Some dark background options include: UI darkness, Dark Hive, Dark Hive, Mint Choc, and Trontastic. You’ll find the Event Espresso themeroller settings in Event Espresso > Template Settings. |
|
|
Hi, That setting has been updated. We hadnt touched template settings because we wanted to see if it worked first since many paid and free plugins in WordPress have bugs, we just needed to optimise our time spent during testing. I could read it fine because I dont set my screen too bright. Look forward to hearing more. |
Hi David, You can include many WP Themes in your list of suspect things to check, too. The theme that’s installed right now has a bug that’s breaking the JavaScript on the registration pages. I’ve attached a screenshot that shows the error it’s throwing, looks like it’s related to its use of the jQuery prettyphoto plugin: It will help narrow down the cause of the issue if you try the same registration/payment test with the theme test drive plugin activated, with the theme test drive enabled to test the WP twentyfourteen theme. |
|
|
Hi Thanks for that, I have removed that javascript from the theme and I have also tried reseting to default themes as suggested. This fixed one problem with the ceheckout page but payment still will not work. I still keep receiving the same error. Fail to charge card. Since the problem was the same on both themes I have reset back to the right theme. Any ideas further to why this is happening ? Should we be trying a live test buy in stead of testing ? Ive double checked all the api and the account and its all set correct. Thanks |
September 10, 2014 at 11:01 am Hi David, Are you using the test API credentials or the live API credentials? Along with that, is anything getting logged in the Stripe account? Another thing you can check is see if anything changes if WordPress permalinks get set to default (instead of post name). If it starts working with default permalinks, then I can show you where to change some code to make sure the payment form action matches your site’s permalink structure. |
|
|
September 10, 2014 at 10:46 pm Hi Josh, The API credentials are in test mode. No nothing is getting logged in the stripe account. I also checked permalinks and the default settings did not fix it, still same error. Thanks |
Hi! Your Stripe account should have a log area: http://cl.ly/image/3E193P021z04 I determined that you need a large ticket price to do testing. This is because the conversion needs to equal over 50 cents: http://cl.ly/image/1P001t3J423A Make these changes: 1) Within your payment settings page for Event Espresso, be sure that idr is set for the currency. 2) Next adjust the ticket price to a higher value such as 5000 and then try testing again. — |
|
|
Hi, Yes that fixed it, we are now running live payments and its working. We’ve been testing a few things we’ve managed to get it to do everything we ened. I have one final question for now, that is how can we change the currency symbol ? It needs to be RP instead $ ? Thanks |
Hi David, Are you looking to change the display so it’s RP instead of $? If so, you can add something like this to your functions file: function my_change_ee_currency_symbol( $content ) { $content = str_replace( '$', 'RP', $content); return $content; } add_filter( 'the_content', 'my_change_ee_currency_symbol', 11 ); |
|
|
Hi there. We want the exact same package as what I currently have. Kind Regards |
Hi David, If you can fill out the form that goes to the Sales Department on this page: https://eventespresso.com/contact/ Someone from sales will help you with adding a second license to your account. |
|
The support post ‘EE3 with Stripe using IDR currency’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.