Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Bas Elbers

    (@baaaaas)

    Please ask the author of the plugin how to get the security code from the db. I think you can get it with get_post_meta, but you need to know the name.

    If you know how to get the security code from the database you can change the code on line 98 in body.php to

    echo ( get_post_meta( $this->order->id, 'name_of_the_post_meta', true ) != '' ) ? get_post_meta( $this->order->id, 'name_of_the_post_meta', true ) : '-';

    Thread Starter makauli132

    (@makauli132)

    _tribe_wooticket_security_code

    as would be the line of code which will be replaced, excuse my English, I’m the Brasi.

    Thread Starter makauli132

    (@makauli132)

    Thread Starter makauli132

    (@makauli132)

    The problem that PDF Invoices generated when a new purchase order desire that PDF Invoices generated after payment is approved, because meta_names (_tribe_wooticket ….) is generated when the application is approved, the post_id _tribe_wooticket_security_code is not the same ID ORDER.

    If you need to print screen the db to help can ask

    Plugin Author Bas Elbers

    (@baaaaas)

    I will make a filter for you so you don’t loose the code after an update. I’m very busy at the moment, but will be back soon with a solution.

    Thread Starter makauli132

    (@makauli132)

    Changes have as you pass the changed files can get the results I want? I need urgent … Thank you

    Plugin Author Bas Elbers

    (@baaaaas)

    Did you manage to find a solution? Please let me know. I’m sorry bin away for a while.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change SKU information’ is closed to new replies.