Two Possible Noob Apply_Filters Question

Bring Your Business to LifeSupportImage StoreTwo Possible Noob Apply_Filters Question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56957
    Xpark Media
    Keymaster

    @jcharris,

    try this, also be sure that you have the customer message enable under settings > checkout > Email receipt.

    function jch_test_function( $message, $email_tags ){
    global $ImStoreCart;
    $message . print_r( $ImStoreCart->cart, true );
    return $message ;
    }
    add_filter( 'ims_customer_message', 'jch_test_function', 50, 2 );
    #56974
    jcharris
    Participant

    I think this is what I need for now.

    Thanks!

    —JC

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.