Fredrik Melén
Forum Replies Created
-
Thanks for the swift fix @mrclayton ! Will try it out now, perfect – just started working!
Keep up the good work!
Hello @mrclayton ?? Thanks for your reply and I hear ya! But the thing is – it works fine in version=3.3.62, I have downgraded to that for now.
I tried an other shop that I know uses your plugin and the same happens there, if I fill in the card data and then go back and change for example postal code the card clears out. I tried some other payment options on that site and it did keep the information even after the update_order_review call. And so does your plugin using the version stated above.
I know that is not the regular flow for a standard checkout to change the billing information after adding payment information, but the regular checkout DOES allow the customer to do that and who knows, you only need to touch the billing fields to trigger a update_order_review
Best regards
/FredrikThanks. It turns out we had that overridden and forced an update to the subscription when the customer changed the cards in the regular “payment methods”. I’ll figure something out. The “Change Payment Method” in checkout seems to work. But it’s a bit confusing for the members with two places to handle cards. (many wants to delete their card).
@phikai on your own risk – try this (on commandline: $ php whateverfilename.php)
<?php $rov = array(); $roventry = unserialize('SERIALISED DATA FROM WP_OPTIONS(cron)'); foreach($roventry as $entry) { if(key($entry) == 'ngg_delete_expired_transients') { echo 'GO_AWAY_NGG'; } else { array_push($rov,$entry); } echo '=============='. "\r\n"; } echo 'PASTE THIS BACK TO YOUR CRON' . "\r\n"; echo serialize($rov); ?>
Forum: Fixing WordPress
In reply to: Malware (counter-wordpress.com) Warning on ChromeI get Uncaught TypeError: Object #<Object> has no method ‘prop’ btw.
Forum: Fixing WordPress
In reply to: Malware (counter-wordpress.com) Warning on ChromeClear your browser cache!
I have trouble with the admin interface. Tried reinstalling everything. Changing to default theme and so on. I still can’t change the publishing date for example. Seems to be a jquery problem. Any ideas?