HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/magento/module-sales/etc/pdf.xml
<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Sales:etc/pdf_file.xsd">
    <renderers>
        <page type="invoice">
            <renderer product_type="default">Magento\Sales\Model\Order\Pdf\Items\Invoice\DefaultInvoice</renderer>
        </page>
        <page type="shipment">
            <renderer product_type="default">Magento\Sales\Model\Order\Pdf\Items\Shipment\DefaultShipment</renderer>
        </page>
        <page type="creditmemo">
            <renderer product_type="default">Magento\Sales\Model\Order\Pdf\Items\Creditmemo\DefaultCreditmemo</renderer>
        </page>
    </renderers>
    <totals>
        <total name="subtotal">
            <title translate="true">Subtotal</title>
            <source_field>subtotal</source_field>
            <font_size>7</font_size>
            <display_zero>true</display_zero>
            <sort_order>100</sort_order>
        </total>
        <total name="discount">
            <title translate="true">Discount</title>
            <source_field>discount_amount</source_field>
            <title_source_field>discount_description</title_source_field>
            <font_size>7</font_size>
            <display_zero>false</display_zero>
            <sort_order>200</sort_order>
        </total>
        <total name="shipping">
            <title translate="true">Shipping &amp; Handling</title>
            <source_field>shipping_amount</source_field>
            <font_size>7</font_size>
            <display_zero>false</display_zero>
            <sort_order>400</sort_order>
        </total>
        <total name="adjustment_positive">
            <title translate="true">Adjustment Refund</title>
            <source_field>adjustment_positive</source_field>
            <font_size>7</font_size>
            <display_zero>false</display_zero>
            <sort_order>500</sort_order>
        </total>
        <total name="adjustment_negative">
            <title translate="true">Adjustment Fee</title>
            <source_field>adjustment_negative</source_field>
            <font_size>7</font_size>
            <display_zero>false</display_zero>
            <sort_order>600</sort_order>
        </total>
        <total name="grand_total">
            <title translate="true">Grand Total</title>
            <source_field>grand_total</source_field>
            <font_size>8</font_size>
            <display_zero>true</display_zero>
            <sort_order>700</sort_order>
        </total>
    </totals>
</config>