• Hi,

    We have a checkout manager plugin (WooCommerce Checkout Field Editor) that can charge a fee whenever a certain option field is selected and that fee is then nicely added to the checkout total and its value can be retrieved using “WC()->cart->fee_total” or “WC()->cart->get_fee_total()”, which we need for a custom payment module.

    However, when Pay for Payment is active, the variable “WC()->cart->fee_total” is zero even though a fee is added to the checkout total. Only when refreshing the page, the variable shows the correct value, but of course then it’s no longer useful.

    We have also tried using another checkout manager plugin (WooCommerce Checkout Manager), but it’s the same issue (when Pay for Payment is active).

    Regards,
    Sven

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

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Variable fee_total remains zero when Pay for Payment is active’ is closed to new replies.