您可以获得WooCommerce我的帐户URL,如下所示
<a href="<?php echo get_permalink( get_option(\'woocommerce_myaccount_page_id\') ); ?>" title="<?php _e(\'My Account\',\'\'); ?>"><?php _e(\'My Account\',\'\'); ?></a>
现在,您也可以在已完成的订单邮件模板中插入此内容。
<h2> <a href="<?php echo get_permalink( get_option(\'woocommerce_myaccount_page_id\') ); ?>" title="<?php _e(\'My Account\',\'\'); ?>">Go to your account page for review</a> </h2>
<a href="http://animax.cf/product/happy-ninja/#reviews">
<img src="http://animax.cf/wp-content/uploads/2015/12/product-reviews.png" alt="Product Rating">
</a>