Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Thread Starter keithmorr

    (@keithmorr)

    Solved

    Thread Starter keithmorr

    (@keithmorr)

    This was a caching issue – Problem solved

    Thread Starter keithmorr

    (@keithmorr)

    Dude – I have dozens of plugins to run WC. I wouldn’t even know where to start.

    Customer Specific Pricing for WooCommerce
    Version 4.1.1 | By WisdmLabs | Visit plugin site

    Select Easy Theme and Plugin Upgrades
    Version 2.0.0 | By Chris Jean | View details

    MailChimp for WordPress
    Version 4.1.14 | By ibericode | View details | Documentation

    MailChimp for WordPress – Premium
    Version 3.3.27 | By ibericode | Visit plugin site

    MailChimp User Sync
    Version 1.6.4 | By ibericode | View details | An add-on for MailChimp for WordPress

    MyWorks Woo Sync for QuickBooks Online
    Version 1.2.6 | By MyWorks Software | View details

    MyWorks Woo Sync for QuickBooks Online – Compatibility
    Version 1.3.0 | By MyWorks Design | Visit plugin site

    Product Visibility by User Role for WooCommerce
    Version 1.1.4 | By Algoritmika Ltd | View details

    Redirection
    Version 3.1.1 | By John Godley | View details

    SG Optimizer
    Version 3.3.5 | By SiteGround | View details

    TawkTo Manager
    Version 2.2.2 | By Daniel Mulder | View details

    Theme Customisations
    Version 1.0.0 | By WooThemes | Visit plugin site

    User Role Editor Pro
    Version 4.40.1 | By Vladimir Garagulia | Visit plugin site | Changelog | Check for updates

    WooCommerce
    Version 3.2.6 | By Automattic | View details | Docs | API docs | Premium support

    WooCommerce – ShipStation Integration
    Version 4.1.19 | By WooCommerce | View details

    WooCommerce Authorize.Net AIM Gateway
    Version 3.13.0 | By SkyVerge | View details

    WooCommerce Cart Tab
    Version 1.1.1 | By jameskoster | View details

    WooCommerce Conditional Product Fees for Checkout Pro
    Version 1.2.4 | By Multidots | Visit plugin site

    WooCommerce Conversion Tracking
    Version 1.2.5 | By Tareq Hasan | View details

    WooCommerce Extended Coupon Features PRO
    Version 2.6.1.1 | By Soft79 | Visit plugin site

    WooCommerce Gift Card
    Version 4.0 | By Magenest | Visit plugin site

    WooCommerce Google Analytics Integration
    Version 1.4.3 | By WooCommerce | View details

    WooCommerce Manual Payment
    Version 1.8.0 | By bfl | View details

    WooCommerce Point of Sale
    Version 4.2.6 | By Actuality Extensions | Visit plugin site | Docs | Support | Check for updates

    WooCommerce Product Bundles Premium
    Version 2.6.5 | By WPclever.net | Visit plugin site

    Woocommerce Products Per Page
    Version 1.2.5 | By Jeroen Sormani | View details

    WooCommerce Refund and Exchange
    Version 2.0.0 | By makewebbetter | Visit plugin site

    WooCommerce Role Based Methods
    Version 2.3.6 | By WPBackOffice | View details

    WooCommerce Sequential Order Numbers Pro
    Version 1.12.0 | By SkyVerge | View details

    WooCommerce Shipment Tracking
    Version 1.6.10 | By WooCommerce | View details

    WooCommerce Shop as Customer
    Version 2.12 | By cxThemes | Visit plugin site | Register for Updates

    WooCommerce Smart Compare
    Version 2.2.4 | By WPclever.net | View details

    WooCommerce Tab Manager
    Version 1.9.0 | By SkyVerge | View details

    WooCommerce UPS Shipping
    Version 3.2.9 | By WooCommerce | View details

    WooCommerce Wholesale Order Forma

    Thread Starter keithmorr

    (@keithmorr)

    I am not sure what the other related plugins would be?

    Does it matter that when I hit “Update File” on the edit page there is a message that says “invalid_plugin”

    Thread Starter keithmorr

    (@keithmorr)

    No, Just the 5 listed below:

    Credit Card (authorize_net_aim)
    PayPal (paypal)
    Purchase Order (cheque)
    eCheck (authorize_net_aim_echeck)
    Wallet Payment (wallet_gateway)

    Thread Starter keithmorr

    (@keithmorr)

    oops – sorry I reinstalled the released version this morning. I just changed back to the dev version. I see:

    namespace Woo_MP;

    /**
    * Integrate with MyWorks WooCommerce Sync for QuickBooks Online.
    * https://myworks.design/software/woocommerce-quickbooks-online-automatic-sync/
    */
    class MyWorks_WC_QBO_Sync_Integration {

    /**
    * Register hooks.
    */
    public function __construct() {
    add_filter( ‘woocommerce_available_payment_gateways’, [ $this, ‘maybe_add_woo_mp_active_payment_gateway’ ] );
    }

    /**
    * Allow users to map woo-mp payment gateways to “QuickBooks Online Payment Methods”
    * on the Payment Method Mappings page.
    */
    public function maybe_add_woo_mp_active_payment_gateway( $available_gateways ) {
    if (
    function_exists( ‘get_current_screen’ ) &&
    get_current_screen()->id == ‘myworks-syncquickbooks-online_page_myworks-wc-qbo-map’
    ) {

    // TODO: The payment gateways will be hardcoded here until the new payment gateway system is set up.
    if ( WOO_MP_PAYMENT_PROCESSOR == ‘stripe’ ) {
    $available_gateways[‘Stripe’] = (object) [ ‘title’ => ‘Stripe’ ];
    } elseif ( WOO_MP_PAYMENT_PROCESSOR == ‘authorize-net’ ) {
    $available_gateways[‘Authorize.Net’] = (object) [ ‘title’ => ‘Authorize.Net’ ];
    }
    }

    return $available_gateways;
    }

    }

    new MyWorks_WC_QBO_Sync_Integration();

    Thread Starter keithmorr

    (@keithmorr)

    No such file exists! Double check the name and try again.

    Thread Starter keithmorr

    (@keithmorr)

    Jeroen,

    Thanks for the quick response. I had already tried all of the things you listed and it is not working. Looks like I am just going to have to go with the WC native free shipping options. Can you refund my cost for the “WooCommerce Advanced Shipping” plugin?

    Thanks

    Keith

    Thread Starter keithmorr

    (@keithmorr)

    Last Item here – we also tried your paid plugin “WooCommerce Advanced Shipping” and that didn’t work also. And it does not have an option for user_role = guest which makes it unusable for our needs.

    Thread Starter keithmorr

    (@keithmorr)

    Actually – After some investigation the problem is not what we thought. But the plugin is still not working.

    We had a Free Shipping Method set up in the shipping zone that was overriding everything and being globally applied. We turned that off, and now there are NO Free Shipping methods available.

    The module is not adding free shipping for ANY conditions. Do we nneed to set up a shipping method for the Advanced Free Shipping Plugin? Why are the free shipping rates we are creating in the plugin not being reflected anywhere?

    BTW – WE are using UPS and Local Pickup as our other two shipping methids in the US shipping zone, which is the one we are working on in this issue.

    Thread Starter keithmorr

    (@keithmorr)

    Sorry –

    WooCommerce: 3.2.6
    Wordpress: 4.9.2

    Keith

    Thread Starter keithmorr

    (@keithmorr)

    There is no payment method on the Payment Method Mappings page entitled “Authorize.Net (Authorize.Net)”. The only authorize.net payment method is “Credit Card (authorize_net_aim)”

    I am using Version 1.2.6

    Thread Starter keithmorr

    (@keithmorr)

    Hi,

    I did the process exactly as you specified:
    1 – Process a payment
    2 – Reload the page to see the changes made to the order by the plugin
    3 – Now you can make other changes to the order
    4 – And now you can press Update at any time

    After step 2, the order shows that the TXN is in the field and has switched the payment method on the order to “Other”

    The payment lists in the Myworks push list as available to push with both a TXN and the payment type as Authorize.net. But does not sync automatically. I have tried to hit the “update” buttom on the order repeatedly to see if the payment would sync, but it does not.

    I can manually push the payment in Myworks and when I try I get an error “There was an error pushing payment #16391 ,please check log” The error message in the log is “Payment sync not enabled for the gateway or invalid payment amount.”

    I have every available payment method mapped in MyWorks. The Authorize payment method is entitled “Credit Card (authorize_net_aim)” MyWorks does not recognize Authorize.net as a payment method.

    Even if this worked it would be hard to train our CSR people to reload the page after charging an order. It would be preferrable to tell them to remember to reset the payment type back to Purchase Order like the way it is working in the released version. The best solution would be for the TXN to be stored and the Payment Method to be retained as whatever it was previously, in ths case cheque.

    Keith

    Thread Starter keithmorr

    (@keithmorr)

    I am driving right now and I don’t think I’m explaining this well I will write a detailed explanation of the steps for occurring why the situation is not working. Once I get to my laptop

    Thread Starter keithmorr

    (@keithmorr)

    The earlier version of the plug-in where we needed to manually set the payment method back to purchase order would be a better solution than not being able to update the order

Viewing 15 replies - 1 through 15 (of 28 total)