• Resolved Anonymous User 18563845

    (@anonymized-18563845)


    Hi!

    5.6.0 breaks | my account | custom info blocks
    Please resolve.

    Kind regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 5.6.0 also breaks Gateways Fees and Discounts

    Percentage fee is erased on update. On reentering percentage the fee is no longer calculated or shown in Checkout.

    Plugin Author ronyp

    (@ronyp)

    Hello @mvsup,

    Could you please make the below quick change and give it a try?

    File: includes/class-wcj-my-account.php
    function add_my_account_custom_info
    Line: 492
    BEFORE: wcj_get_option( ‘wcj_my_account_custom_info_priority_’ . $i, 10 ) === $current_filter_priority
    AFTER: wcj_get_option( ‘wcj_my_account_custom_info_priority_’ . $i, ’10’ ) === (string)$current_filter_priority

    Kind Regards,
    RonyP – Support Team

    Thread Starter Anonymous User 18563845

    (@anonymized-18563845)

    Best, rolling back to the previous version resolved the issue.

    Plugin Author ronyp

    (@ronyp)

    Hello @mvsup,

    We have fixed the above and released a new version. Kindly please upgrade and let me know.

    Kind Regards,
    RonyP – Support Team

    Thread Starter Anonymous User 18563845

    (@anonymized-18563845)

    Best, I have not found the issue in the changelog.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘5.6.0 breaks | my account | custom info blocks’ is closed to new replies.