Mihai Joldis
Mihai Joldis
``` UPDATE wp_edd_customer_addresses ca SET ca.is_primary = 1 WHERE ca.id IN ( SELECT MAX(ca2.id) FROM ( SELECT id, customer_id FROM wp_edd_customer_addresses WHERE type = 'billing' ) ca2 GROUP BY ca2.customer_id...
Another user has reported this query as being problematic and getting stuck. https://secure.helpscout.net/conversation/2015776214/2178547?folderId=5762562
Hey @nextgenthemes The upgrade routine you mentioned in the link is an upgrade for the Recurring Payments extension. It's a small visual bug and will be fixed in the 2.12...
Wrong click. This will be resolved in the 3.3.0 release of EDD.
Closing this as this was fixed in EDD 3.3.0.
Same here Also a 404 on slack-wordpress-master/js/script-a.js?ver=4.4
This is the code snippet that @tubiz provided so that a commission is not recorded if the purchase was a referral ``` function affwp_eddc_restrict_commission( $commissions_calculated, $payment ) { if (...
Reminder to notify the customer here https://secure.helpscout.net/conversation/1437394893/178633?folderId=2048992 and apply the fix for her site.