• Resolved kwyan

    (@kwyan)


    Checkout uses translated “Due Payment” to create order (i.e. __(‘Due Payment’..) but recalculate_deposits_meta_data() get the value without using translated version of “Due Payment” (i.e. absint($item->get_meta(‘Due Payment’… ). So if I translated “Due Payment” to other language, it will calculate wrongly.

Viewing 1 replies (of 1 total)
  • Plugin Contributor codeixer

    (@codeixer)

    Hi @kwyan ,
    we’re working on recoding the deposit functionality and replace the recalculate_deposits_meta_data with something else which is not related to product meta data so that will not have any issue with translate this. at this moment if you translate the ‘Due Payment’ the calculation will not be working since that is actually a product meta key.

Viewing 1 replies (of 1 total)
  • The topic ‘recalculate_deposits_meta_data calculated order due_payment wrongly’ is closed to new replies.