• Resolved dpernek

    (@dpernek)


    Hi. I have one problem. I have two types of payment in webshop. One is ”Plaćanje prilikom preuzimanja” and the other is ”Braintree-Credit card”.
    When customer orders and choose ”plaćanje prilikom preuzimanja” order status is ”U obradi” and then SOLO doesn’t work. But when I change order status manualy to ”Obrada naplate” and then to ”završeno” SOLO works and I can see bill in SOLO. When customer check with Braintree, SOLO doesn’t work at all. I tried every posible combination – other, fiskal, card, transaction..nothing happening in SOLO.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Denis Žoljom

    (@dingo_d)

    Sorry, I haven’t gotten the notice via email about this issue.

    Which Braintree plugin are you using? Is it this one WooCommerce PayPal Powered by Braintree Payment Gateway?

    Not sure why it doesn’t pick it up, I’ll have to see what the plugin that you are using is doing when placing an order.

    Plugin Author Denis Žoljom

    (@dingo_d)

    Ok, I may know why this is happening – in the case of https://wordpress.org/plugins/woocommerce-gateway-paypal-powered-by-braintree/ plugin, the braintree is not added as a payment gateway, so the WC()->payment_gateways->get_available_payment_gateways() won’t pick it up, and you won’t be able to select the option for it in the my plugin options to create offer or invoice, and nothing will be created.

    I’m not sure if there is a workaround in the WooCommerce for this, I’ll look it up.

    Plugin Author Denis Žoljom

    (@dingo_d)

    Ok, I set up a sandbox account and tested the card, and when I entered all the details in the settings, the gateway was shown and I could make an order (it showed on my private Solo account).

    Can you share more details?

    Thread Starter dpernek

    (@dpernek)

    i will test now and then report. Thanks!

    Thread Starter dpernek

    (@dpernek)

    Hi, when I update SOLO plugin to newest version, my page is crashing with HTTP ERROR 500

    Plugin Author Denis Žoljom

    (@dingo_d)

    Hmmm, if you can enable debugging and mail me the results so that I can see what could be the issue? I think the mail should be in the plugin.

    Thread Starter dpernek

    (@dpernek)

    sorry, I don’t now how to do that 🙂

    Plugin Author Denis Žoljom

    (@dingo_d)

    https://codex.wordpress.org/Debugging_in_WordPress

    I’m assuming you have FTP access to your server, and that you can edit wp-config.php.

    Thread Starter dpernek

    (@dpernek)

    Yes, i set debug mode to true, and get this when refresh site:

    Catchable fatal error: Argument 1 passed to Woo_Solo_Api\Admin\Admin::__construct() must be an instance of Woo_Solo_Api\Admin\string, string given, called in /home/standfre/test.standfresh.hr/wp-content/plugins/woo-solo-api/includes/class-woo-solo-api.php on line 105 and defined in /home/standfre/test.standfresh.hr/wp-content/plugins/woo-solo-api/admin/class-admin.php on line 60

    Plugin Author Denis Žoljom

    (@dingo_d)

    I’m on it. I think I know what I did wrong :grinning:

    The issue comes from your server probably using PHP 5.6, and not PHP 7 or above. I’ll fix this issue in the minor update in a couple of minutes, but I strongly recommend that you ask your hosting company to update your servers PHP version to 7.x. Your site will be much faster if you do that 🙂

    • This reply was modified 7 years, 10 months ago by Denis Žoljom.
    Thread Starter dpernek

    (@dpernek)

    ok, i will ask them, curently I am on Avalon.

    I will test today braintree and then report to you what’s happening.

    Thanks!

    Plugin Author Denis Žoljom

    (@dingo_d)

    The new version is out, and I’ve removed the typehints so this will work for you now 🙂

    Thread Starter dpernek

    (@dpernek)

    Hi. Same thing, It doesn’t word. I removed braintree and set up solo with paypal.
    Doesn’t work.

    Plugin Author Denis Žoljom

    (@dingo_d)

    I haven’t tested the plugin with Braintree or Paypal yet. When you test the Solo API response, does that work (there is a Solo API test tab).

    Also if you can enable debugging on your WordPress and see if there is any error reported when trying to use the plugin with Braintree and Paypal, that would help me out a lot 🙂

    Thread Starter dpernek

    (@dpernek)

    Api response works.
    I use only PayPal.
    I will try to set debugg mode. Can You give me your e-mail adress so we can speak in Croatian?
    Thanks!

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

The topic ‘Nothing in Solo’ is closed to new replies.