• Great Job!

    Important!: Must edit this class from woo-additional-terms/includes/back-end.php

    Replace the line 18 ->

    $woo_additional_terms = ( !empty( get_post_meta($order->id, ‘woo-additional-terms-checkbox’, true ) ) && get_post_meta( $order->id, ‘woo-additional-terms-checkbox’, true ) === ‘on’ ) ? __(‘Accepted’, ‘woo-additional-terms’) : ”;

    with ->

    $some = get_post_meta($order->id, ‘woo-additional-terms-checkbox’, true );
    $woo_additional_terms = ( !empty( $some ) && get_post_meta( $order->id, ‘woo-additional-terms-checkbox’, true ) === ‘on’ ) ? __(‘Accepted’, ‘woo-additional-terms’) : ”;

    For working on last wordpress.

    Thank You!

Viewing 1 replies (of 1 total)
  • Plugin Author Mahdi Yazdani

    (@mahdiyazdani)

    Thank you so much for taking the time to give me a review. It means a lot to me. I’m glad you’re enjoying the plugin!

    If you’re interested in contributing to this plugin, then head over to the Woo Additional Terms GitHub Repository to find out how you can pitch in.

    https://github.com/mahdiyazdani/Woo-Additional-Terms

    PS, I will investigate the issue and release an update for that.

Viewing 1 replies (of 1 total)
  • The topic ‘Thank You’ is closed to new replies.