-
Notifications
You must be signed in to change notification settings - Fork 4
/
pdf.xml
40 lines (40 loc) · 1.31 KB
/
pdf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<!--
/**
* Bdcrops
*
* NOTICE OF LICENSE
*
* This source file is subject to the Bdcrops.com license that is
* available through the world-wide-web at this URL:
* https://www.bdcrops.com/LICENSE.txt
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this extension to newer
* version in the future.
*
* @category Bdcrops
* @package Bdcrops_GiftCard
* @copyright Copyright (c) Bdcrops (https://www.bdcrops.com/)
* @license https://www.bdcrops.com/LICENSE.txt
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Sales:etc/pdf_file.xsd">
<totals>
<total name="gift_card">
<title translate="true">Gift Cards</title>
<source_field>gift_card_amount</source_field>
<font_size>7</font_size>
<display_zero>false</display_zero>
<sort_order>200</sort_order>
</total>
<total name="gift_credit">
<title translate="true">Gift Credit</title>
<source_field>gift_credit_amount</source_field>
<font_size>7</font_size>
<display_zero>false</display_zero>
<sort_order>200</sort_order>
</total>
</totals>
</config>