Viewing 14 replies - 1 through 14 (of 14 total)
  • How is it possible that a solution to this hasn’t been provided yet?

    Hi everybody.

    Same problem here. Charges doesent shows on the thank you page and the email. Great plugin, nearly useful.

    Can anyone help?

    I changed this row:

    add_action( 'woocommerce_review_order_before_order_total',  array( $this, 'add_payment_gateway_extra_charges_row'));

    into:

    add_action( 'woocommerce_review_order_before_order_total',  array( $this, 'add_payment_gateway_extra_charges_row')); // ok checkout
    add_action( 'woocommerce_cart_totals_before_order_total',  array( $this, 'add_payment_gateway_extra_charges_row')); // ok cart
    add_filter( 'woocommerce_get_order_item_totals', array( $this, 'add_payment_gateway_extra_charges_row_filter')); // ok email

    but this still doesn’t work for the thank you page.

    So,

    Case is not solved yet.. can anyone help?

    Did you tried if the purposed rows in my last comment work for you too?
    It should show the charge in the email.

    After that, the hook “woocommerce_get_order_item_totals” should be the one for the thank-you page but it doesn’t work, right.

    Thanks.

    Hi Mirco.

    Nice try but nothing happend. I changed rows but result was the same. There was no infomation about extra charges in thankpage or email.

    Any good idea?

    Hannu,

    I just noticed I wrongly wrote the last callback method name.
    Try to edit it like the others and try again, it should work in emails.

    Thanks,

    No.
    I doesent show extra charges and shipping coast is also hidden.

    Thanks anyway Mirco.

    Many of us appreciate your work and would like to know if you are working to solve the problem with the, thank you page and notification by eMail.

    Surely many of us we would be willing to buy a Pro Version low cost.

    Thank you very much.

    PS: After much searching a solution, I am pleased share another plugin I have discovered and solved the problem:

    https://github.com/mcguffin/woocommerce-payforpayment
    (Note: the developer warns of incompatibility with PayPal policy and, support with coupons).

    We may try to use the woocommerce_before_calculate_totals hook in order to manually add the row to the cart accordingly to the set gateway.

    I’ll try soon, if you don’t do it earlier.
    Cheers,

    Hello any news? I would really appreciate some solution.

    Woocommerce Pay for Payment solved all those problems for me 🙂

    Yep, Woocommerce Pay for Payment seems working good.

    Someone else solved using it?
    Thanks,

    Thank you GosserBox. That solves all the problems. Use Woocommerce Pay for Payment it has way more features.

    The author of this plugin should just delete this. Cause this plugin only makes problems for people…

    https://wordpress.org/plugins/woocommerce-pay-for-payment/

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Extra charge not showing in emails or thank you page’ is closed to new replies.