InFashion ストア関連資産である、store.xml およびロケール固有の store.xml (多言語対応) は、 ストアのエンティティーとストアを作成します。 InFashion ストア関連資産で使用される技法の詳細は、各セクションの注を参照してください。
store.xml
<?xml version="1.0"?>
<!DOCTYPE store-asset SYSTEM "store.dtd">
<store-asset>
<storeent
storeent_id="@storeent_id_1"
member_id="&MEMBER_ID;"
type="S"
identifier="InFashion"
/>
注: 各ストアでは、STOREENT テーブルにエントリーが必要です。
<store
store_id="@storeent_id_1"
allocationgoodfor="0"
directory="InFashion"
ffmcenter_id="@ffmcenter_id_1"
language_id="&en_US;"
storegrp_id="-1"
storelevel="-"
/>
allocationgoodfor="0" は、InFashion を B2C ストアであると見なします。
<dispentrel
auctionstate="0"
catentry_id="0"
catenttype_id="ProductDataBean"
devicefmt_id="-1"
dispentrel_id="@dispentrel_id_1"
mbrgrp_id="0"
pagename="/InFashion/ProductDisplay.jsp"
storeent_id="@storeent_id_1"
rank="0"
/>
<dispentrel
auctionstate="0"
catentry_id="0"
catenttype_id="ItemBean"
devicefmt_id="-1"
dispentrel_id="@dispentrel_id_2"
mbrgrp_id="0"
pagename="/InFashion/ItemDisplay.jsp"
storeent_id="@storeent_id_1"
rank="0"
/>
<dispcgprel
catgroup_id="0"
devicefmt_id="-1"
dispcgprel_id="@dispcgprel_id_1"
mbrgrp_id="0"
pagename="/InFashion/CategoryDisplay.jsp"
storeent_id="@storeent_id_1"
rank="0"
/>
</store-asset>
![]() |