Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ikolu

    (@ikolu)

    I’m in Canada, using plugion version 1.7.7 and I don’t see the GoDaddy Payments – Google Pay option, nor any other option related to apple pay or google pay. The only payment Gateways I see related to GoDaddy are:
    GoDaddy Payments and GoDaddy Payments – Selling in Person.

    Don’t know if it is ok to write on a closed ticket… but I’m getting this same problem. So after installing the plugin, I can’t create pages, I can’t edit menus… and the error I get is:

    PHP Fatal error: Uncaught Error: Call to a member function get() on null in /var/www/htdocs/wp-content/plugins/uber-direct-delivery-integration/includes/frontend.php:684″

    The section of the code on frontend.php:

    add_filter('woocommerce_available_payment_gateways', function($gateways) {
    $mode = WC()->session->get('uber_delivery_type');

    // Remove "Pay in Store" (COD) when Uber is selected
    if ($mode === 'uber' && isset($gateways['cod'])) {
    unset($gateways['cod']);
    }

    return $gateways;
    });
    • This reply was modified 7 months, 3 weeks ago by ikolu.
    Thread Starter ikolu

    (@ikolu)

    It worked. Thank you.

    I have a few questions:
    When I enable pickup method on woo-commerce, the uber direct plugin doesn’t update the shipping cost on cart… always shows uber delivery and amount, even when I select pickup on the uber direct screen.

    Also, can I change the place of the “widget”?” I tried changing the location from “woocommerce_after_checkout_billing_form” to “woocommerce_review_order_before_order_total” in the frontend.php file but when I do that, it kinda doubles it up in that area.

    Thank you.

    Thread Starter ikolu

    (@ikolu)

    Yeah, I tried both before. I just tried creating a Org with prod credentials and it work, but when trying to create a store, it askis for this external Id and I have no idea what I’m supposed to put here.

    Igor

Viewing 4 replies - 1 through 4 (of 4 total)