bfl
Forum Replies Created
-
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Support for Recurring Subscriptions?Hey @s3w47m88. Sorry, we do not currently have any plans to implement recurring payments. You can check out the official WooCommerce Subscriptions plugin.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentWhat version of WordPress and WooCommerce are you using?
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentDo you see a payment method on the Payment Method Mappings page titled “Authorize.Net (Authorize.Net)”?
What version of WooCommerce and MyWorks WooCommerce Sync for QuickBooks Online are you using?
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentJust to clarify, here is a step-by-step workflow:
- Process a payment
- Reload the page to see the changes made to the order by the plugin
- Now you can make other changes to the order
- And now you can press Update at any time
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentBut you can map it to anything you want on the Payment Method Mappings page right? You can check your mappings here (replace example.com with your domain name): https://example.com/wp-admin/admin.php?page=myworks-wc-qbo-map&tab=payment-method
You can map it to Credit Card or Check, or whatever is supported.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentCan you try not pressing Update after making payments before reloading the page? What seems to be happening is: the plugin is editing the order in the background, and then you’re pressing update which is overriding the changes made by the plugin. So if you make sure to reload the page (thus updating the screen with the new information) before you make any other changes, then everything should work as expected.
You should be able to map Authorize.Net in MyWorks.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentAre any PHP errors being logged when a payment is made? You can use this plugin to monitor the error log. In order for that plugin to work, you will need to add a few lines to wp-config.php:
Above this line:
/* That's all, stop editing! Happy blogging. */Write:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentIs a note being created for the payment?
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentDo you still have the Save WooCommerce Payment Record When option set to Any payment is made? I believe that’s what fixed it last time.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentSorry about that. I fixed it. Download it again from the same source.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentHey. I’ve released a development version. You won’t be able to update automatically, as this is not an official release (yet). You will need to download it by clicking here. Then you can manually install it by going to the Add Plugins page and clicking Upload Plugin. Make sure you uninstall the current version first.
Once you have the development version installed and active, you should be able to map your chosen payment processor on the Payment Method Mappings page. You can find this page here (replace example.com with your domain name): https://example.com/wp-admin/admin.php?page=myworks-wc-qbo-map&tab=payment-method
Let me know if that does the trick.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentI’m looking into this.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentIn that case, you need to go to the plugin settings and set Save WooCommerce Payment Record When: to Any payment is made (see help tip). The reason I made this optional is because WooCommerce only supports one payment, so if you choose this option the previous record will be lost.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentAre you referring to a payment that was processed before the update to 1.8.0? Only new payments will be saved as official WooCommerce payment records. The plugin won’t go through old payments and add official records for them.
For new payments, the real transaction ID will be automatically saved to the order.
You can check to see if the transaction ID has been saved properly by looking in the Billing details section of an order (click the pencil icon). If you need to add a transaction ID to an order that doesn’t have one, you can do so there as well. Just edit the field and click Update.Let me know if I misunderstood the problem.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Logging Payment as True WC paymentHey @keithmorr. I just released an update that adds official WooCommerce payments to orders. There is now a setting to control when official payments are saved. Please note that if you choose to save a payment record for each payment, the previous record will be lost. This is a limitation of WooCommerce. You will of course still be able to see past payments in the Order notes section.