Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Javbomb

    (@javbomb)

    Hi guys,

    I still don’t think my changes that I need have been implemented in any of the new versions you guys have been working on.

    Is there a way I can communicate via email with any of you guys so I can share my php files and you can have a look at pulling out my changes and implementing them?

    I am scared to update WooCommerce now as I read here v3 breaks the plugin.

    I am REALLY not a coder so not sure how Github works, I just managed to make my changed by studying the logic of the code as far as I could tell.

    My changes include:

    Fixing Verotel server calls, as the plugin used to send me to Cardbilling and fail. Sounds like this was fixed anyway by John.

    Works with multiple currencies, it does this by checking what the current customer chosen store currency is (I have a currency toggle on my site), not forcing USD, and not using what my default currency is set to in Woocommerce. I do this because EU customers can use Bitcoin or even SOFORT Bank transfers, but the checkout currency must be EUR for that, and then I want my US customers to be able to use that also. Not sure if Johns version queries what the actual current currency is on the transaction, I think I read there is a toggle box in the options in Johns version, if so, this wont do for me, I need it as I have listed above.

    Moves the empty cart process to far later in the sequence and only does it when a transaction is successful. I think I accidentally made this work. Also changes the on hold to processing for transactions that go from the check out cart to the verotel payment page, before I did this, and I had users fail a payment over on verotel for whatever reason, my transactions were not switching to cancelled and I would have a massive build up of ON HOLD transactions.

    I think there was one or two more things I did, you would need to have a quick scroll through the PHP to see them.

    So, how can I share these with you guys?

Viewing 1 replies (of 1 total)