Thread Starter
kamsa
(@kamsa)
solved the problem. FTP file upload was missing. but now when i try to pay and press on “jetzt bezahlen” for a membership nothing happens.
Hi Kamsa,
did you followed instructions in manual_de.pdf or manual_en.pdf which is included in paymill download package? It describes how to install the plugin for magic members.
Kind regards,
Matthias
Thread Starter
kamsa
(@kamsa)
Hi Matthias,
yes. I have followed the instruction in the manual:
– Installed paymill plugin
– got the test key and pasted it into the plugin
– installed magic members
– uploaded the magicmember folder vis FTP to the server as discribed in your manual
– after that paymill was offered as payment method under magic members.
– Enabled it
so, when i register with a membership it looks fine. Get redirected to a paymill page to choose the payment method. I choose, put in my bank details. all get green checked. But when i then push “pay” (or in Germany “Jetzt bezahlen” nothing happens. (??) no confirmation, no redirection…just nothing
Regards
Kamsa
Hi Kamsa,
could you check your developer console in your browser wether a javascript error is generated on checkoutpage? on page load and/or on click on submit.
Kind regards,
Matthias
Same Problem for me, nothing happens, just the pay now button disappears.
I don’t get a javascript error, but when I enable wp_debug, the following errors are displayed:
Notice: Undefined variable: domain in /xyz/htdocs/wp-content/plugins/paymill/lib/integration/magicmembers.inc.php on line 1431
->
paymill_pcidss3_lang = “‘.substr(apply_filters(‘plugin_locale’, get_locale(), $domain),0,2).'”;
and
Notice: Undefined variable: no_logos in /xyz/htdocs/wp-content/plugins/paymill/lib/tpl/checkout_form.php on line 12
->
if($no_logos != true){ echo ‘<img src=”‘.plugins_url(”,__FILE__ ).’/../img/logos/’.$name.’.png” style=”vertical-align:middle;” alt=”‘.$name.'” />’; }