xt:commerce 網址做seo調整成商品名稱
xt:commerce網址會顯示很多____。因為是適應歐語系國家的網址,所以不利中文網站的seo。如何讓網址顯現中文商品名稱呢?
找出xtc\inc\xtc_product_link.inc.php中的
約 line 17
$pName = xtc_cleanName($name);
改成
//$pName = xtc_cleanName($name);
$pName =$name;
這樣網址就會顯示中文的商品名稱了。

相關文章:
Social Links
Thank you for taking the time to read this post. We hope you've enjoyed the
content here. Please feel free to use the links below to share this post with others.