// Good positions for category_product in installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14766 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-04-19 13:08:18 +00:00
parent 59c24a14cb
commit 6367fd29b1
@@ -6,16 +6,16 @@
<field name="position"/>
</fields>
<entities>
<category_product id="category_product_2_1" id_category="Home" id_product="iPod_Nano" position="1"/>
<category_product id="category_product_2_2" id_category="Home" id_product="iPod_shuffle" position="2"/>
<category_product id="category_product_2_4" id_category="Home" id_product="MacBook" position="3"/>
<category_product id="category_product_2_5" id_category="Home" id_product="iPod_touch" position="4"/>
<category_product id="category_product_3_1" id_category="iPods" id_product="iPod_Nano" position="1"/>
<category_product id="category_product_3_2" id_category="iPods" id_product="iPod_shuffle" position="2"/>
<category_product id="category_product_3_5" id_category="iPods" id_product="iPod_touch" position="3"/>
<category_product id="category_product_4_6" id_category="Accessories" id_product="Belkin_Leather_Folio_for_iPod_nano_-_Black_Chocolate" position="1"/>
<category_product id="category_product_4_7" id_category="Accessories" id_product="Shure_SE210_Sound-Isolating_Earphones_for_iPod_and_iPhone" position="2"/>
<category_product id="category_product_5_3" id_category="Laptops" id_product="MacBook_Air" position="1"/>
<category_product id="category_product_5_4" id_category="Laptops" id_product="MacBook" position="2"/>
<category_product id="category_product_2_1" id_category="Home" id_product="iPod_Nano" position="0"/>
<category_product id="category_product_2_2" id_category="Home" id_product="iPod_shuffle" position="1"/>
<category_product id="category_product_2_4" id_category="Home" id_product="MacBook" position="2"/>
<category_product id="category_product_2_5" id_category="Home" id_product="iPod_touch" position="3"/>
<category_product id="category_product_3_1" id_category="iPods" id_product="iPod_Nano" position="0"/>
<category_product id="category_product_3_2" id_category="iPods" id_product="iPod_shuffle" position="1"/>
<category_product id="category_product_3_5" id_category="iPods" id_product="iPod_touch" position="2"/>
<category_product id="category_product_4_6" id_category="Accessories" id_product="Belkin_Leather_Folio_for_iPod_nano_-_Black_Chocolate" position="0"/>
<category_product id="category_product_4_7" id_category="Accessories" id_product="Shure_SE210_Sound-Isolating_Earphones_for_iPod_and_iPhone" position="1"/>
<category_product id="category_product_5_3" id_category="Laptops" id_product="MacBook_Air" position="0"/>
<category_product id="category_product_5_4" id_category="Laptops" id_product="MacBook" position="1"/>
</entities>
</entity_category_product>