woocommerce-license-endpoint.php Line 142 '/my-account/view-order/' hardcoded does not work for other languages of wc

Issue #9 new
Former user created an issue

Hi, first of all thank you for this great slm addon. When using the german version of Wordpress and Woocommerce the link within 'Licenses' back to the corresponding order does not lead to the order. In the german version the 'my-account' url is called 'mein-konto'. For tests i changed the line 142 from <a href="<?php echo site_url().'/my-account/view-order/'.$txnID; ?>"> to <a href="<?php echo wc_get_page_permalink( 'myaccount' ).'/view-order/'.$txnID.'/'; ?>">

and it works perfect. At least for the german version of WP and WC.

Comments (0)

  1. Log in to comment