• Resolved chetan0412

    (@chetan0412)


    Hello,

    latest upgrade breaks Checkout Custom Fields details in email and order page.

    Means, for manual payment i have added transaction ID details field in checkout page.

    Now details does not reflect neither in order page or mail.

    Active modules are
    1. Checkout Custom Fields
    2. Cost of Goods
    3. Order Custom Statuses

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ronyp

    (@ronyp)

    Hello @chetan0412,

    Apologies for the inconvenience. Could you please export your current Booster settings and share them with me? As I have tried above and working fine for me.

    Kind Regards,
    RonyP – Support Team

    Thread Starter chetan0412

    (@chetan0412)

    Plugin Author ronyp

    (@ronyp)

    Hello @chetan0412,

    Could you please make minor code changes and give them a try?

    File: /wp-content/plugins/woocommerce-jetpack/includes/class-wcj-checkout-custom-fields.php

    Please replace the code on line no 255.

    $post_value = isset( $_POST[ $option_name ] ) ? ( sanitize_text_field( wp_unslash( $_POST[ $option_name ] ) ) ) : ( isset( $_POST[ '_' . $option_name ] ) ? ( sanitize_text_field( wp_unslash( $_POST[ '_' . $option_name ] ) ) ) : get_post_meta( $order_id, '_' . $option_name, true ) );

    Kind Regards,
    RonyP – Support Team

    Thread Starter chetan0412

    (@chetan0412)

    Resolved…

    thanks for quick support…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Checkout Custom Fields’ is closed to new replies.