Home > database >  Change product url in woocommerce order detail
Change product url in woocommerce order detail

Time:06-08

Need help with shortcode or snippet. I want to change url of products in order detail in cms, now url redirects to edit product but I want do redirect to webshop product, any idea how to change url?

image

CodePudding user response:

I'm afraid you there is no filter to change it ;) https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php line 13

  • Related