ec-cube中商品カテゴリー的靜態網址

昨天只做了detail的靜態網址
今天無意間發現這篇
參考了一下把カテゴリー的靜態網址也弄出來了

RewriteEngine On
RewriteRule detail¥/([0-9]+)¥/? /onlineshop/products/detail.php?product_id=$1 [L]
RewriteRule list¥/([0-9]+)¥/? /onlineshop/products/list.php?category_id=$1 [L]

\data\Smarty\templates\mystyle\bloc\category.tpl

  • class="onlink">()
  • 他只有說要改這個
    但我改了\html\user_data\packages\mystyle\bloc\category.tpl後才有作用

  • class="onlink">()
  • \data\class\pages\LC_Page_Sitemap.php
    把昨天書上沒提到的stiemap也補一下
    閱讀全文