Files
PrestaShop/install-new/data/xml/group.xml
rMalie 25811cee65 // Update new installer
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11561 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-21 21:33:22 +00:00

14 lines
502 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<entity_group>
<fields id="name" class="Group">
<field name="reduction"/>
<field name="price_display_method"/>
<field name="show_prices"/>
</fields>
<entities>
<group id="Unidentified" reduction="0.00" price_display_method="0" show_prices="1"/>
<group id="Guest" reduction="0.00" price_display_method="0" show_prices="1"/>
<group id="Default" reduction="0.00" price_display_method="0" show_prices="1"/>
</entities>
</entity_group>