radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

"View Customized Product" link not in order email

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


Best Answer

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


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') );


   }

Answer

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

Login or Signup to post a comment