"View Customized Product" link not in order email

Posted over 7 years ago by Kodjo Kouwenhoven

Post a topic
Answered
K
Kodjo Kouwenhoven

Hi,


I have upgraded form the old version (2 I believe) to the latest. I love the upgrade, your product got mature!


One thing only: I get no "View Customized Product" link not in order email. I do not have any custom template active, just the basic Woocommerce templates. What can I do?


Thanks!


Kodjo

0 Votes

D

Deleted Agent posted over 7 years ago Best Answer

Thanks for bringing this up. I'll let the developer know.

0 Votes


2 Comments

Sorted by
D

Deleted Agent posted over 7 years ago Answer

Thanks for bringing this up. I'll let the developer know.

0 Votes

K

Kodjo Kouwenhoven posted over 7 years ago

It's a typo in "class-admin-order.php": msic should be misc in the code below:


  public function add_mail_order_item_link( $item_id, $item, $order ) {


   if( isset($item['fpd_data']) ) {


    $url = add_query_arg( array('order' => $order->id, 'item_id' => $item_id), get_permalink( $item['product_id'] ) );

    echo sprintf( '<a href="%s" style="display: block;font-size: 0.9em;">%s</a>', $url, FPD_Settings_Labels::get_translation('msic', 'woocommerce_order:_email_view_customized_product') );


   }

0 Votes

Login or Sign up to post a comment