Files
PrestaShop/install-dev/fixtures/apple/data/order_detail.xml

57 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<entity_order_detail>
<fields class="OrderDetail">
<field name="id_order" relation="orders"/>
<field name="id_order_invoice"/>
<field name="id_warehouse"/>
<field name="id_shop"/>
<field name="product_id" relation="product"/>
<field name="product_attribute_id" relation="product_attribute"/>
<field name="product_name"/>
<field name="product_quantity"/>
<field name="product_quantity_in_stock"/>
<field name="product_quantity_refunded"/>
<field name="product_quantity_return"/>
<field name="product_quantity_reinjected"/>
<field name="product_price"/>
<field name="reduction_percent"/>
<field name="reduction_amount"/>
<field name="reduction_amount_tax_incl"/>
<field name="reduction_amount_tax_excl"/>
<field name="group_reduction"/>
<field name="product_quantity_discount"/>
<field name="product_ean13"/>
<field name="product_upc"/>
<field name="product_reference"/>
<field name="product_supplier_reference"/>
<field name="product_weight"/>
<field name="tax_computation_method"/>
<field name="tax_name"/>
<field name="tax_rate"/>
<field name="ecotax"/>
<field name="ecotax_tax_rate"/>
<field name="discount_quantity_applied"/>
<field name="download_hash"/>
<field name="download_nb"/>
<field name="download_deadline"/>
<field name="total_price_tax_incl"/>
<field name="total_price_tax_excl"/>
<field name="unit_price_tax_incl"/>
<field name="unit_price_tax_excl"/>
<field name="total_shipping_price_tax_incl"/>
<field name="total_shipping_price_tax_excl"/>
<field name="purchase_supplier_price"/>
<field name="original_product_price"/>
</fields>
<entities>
<order_detail id="order_detail_1" id_order="1" id_shop="1" id_order_invoice="" id_warehouse="0" product_id="iPod_touch" product_attribute_id="product_attribute_23" product_quantity="1" product_quantity_in_stock="0" product_quantity_refunded="0" product_quantity_return="0" product_quantity_reinjected="0" product_price="392.140500" reduction_percent="0.00" reduction_amount="0.000000" reduction_amount_tax_incl="0.000000" reduction_amount_tax_excl="0.000000" group_reduction="0.00" product_quantity_discount="0.000000" product_ean13="" product_upc="" product_reference="" product_supplier_reference="" product_weight="0" tax_computation_method="0" tax_name="" tax_rate="0.000" ecotax="0.000000" ecotax_tax_rate="0.000" discount_quantity_applied="0" download_nb="0" download_deadline="0000-00-00 00:00:00" total_price_tax_incl="469.000000" total_price_tax_excl="392.140000" unit_price_tax_incl="469.000000" unit_price_tax_excl="392.140468" total_shipping_price_tax_incl="0.000000" total_shipping_price_tax_excl="0.000000" purchase_supplier_price="0.000000" original_product_price="0.000000">
<product_name>iPod touch - Capacité: 32Go</product_name>
<download_hash/>
</order_detail>
<order_detail id="order_detail_2" id_order="1" id_shop="1" id_order_invoice="" id_warehouse="0" product_id="Shure_SE210_Sound-Isolating_Earphones_for_iPod_and_iPhone" product_attribute_id="" product_quantity="1" product_quantity_in_stock="0" product_quantity_refunded="0" product_quantity_return="0" product_quantity_reinjected="0" product_price="124.581900" reduction_percent="0.00" reduction_amount="0.000000" reduction_amount_tax_incl="0.000000" reduction_amount_tax_excl="0.000000" group_reduction="0.00" product_quantity_discount="0.000000" product_ean13="" product_upc="" product_reference="" product_supplier_reference="" product_weight="0" tax_computation_method="0" tax_name="" tax_rate="0.000" ecotax="0.000000" ecotax_tax_rate="0.000" discount_quantity_applied="0" download_nb="0" download_deadline="0000-00-00 00:00:00" total_price_tax_incl="149.000000" total_price_tax_excl="124.580000" unit_price_tax_incl="149.000000" unit_price_tax_excl="124.581940" total_shipping_price_tax_incl="0.000000" total_shipping_price_tax_excl="0.000000" purchase_supplier_price="0.000000" original_product_price="0.000000">
<product_name>Écouteurs à isolation sonore Shure SE210</product_name>
<download_hash/>
</order_detail>
</entities>
</entity_order_detail>