(1):上級商品分類列表標簽#product_category_parent_list參數有
productCategoryId:商品分類ID(必傳) (Int)
recursive:是否遞歸 (Boolean)
count:數量 (Int)
(2):返回變量對象
productCategorys:上級商品分類列表
```
#product_category_parent_list(productCategoryId="1",recursive="true")
#for(productCategory: productCategorys)
<li><s></s><a class="select" href="#(productCategory.path)">#(productCategory.name)</a></li>
#end
#end
```