From bac56b8c56b300aca797e18a1b7e07e4f424c209 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Sat, 27 Jun 2020 21:47:43 +0200 Subject: [PATCH] remove 3rd party module dependency --- .../includingFiles/heidelpay_bank_data.tpl | 22 -------- .../invoice/includingFiles/pdfPastThank.tpl | 14 ----- metadata.php | 1 - out/src/css/pdfInvoiceCorrection.css | 56 ------------------- 4 files changed, 93 deletions(-) delete mode 100644 Application/views/tpl/documents/invoice/includingFiles/heidelpay_bank_data.tpl delete mode 100644 out/src/css/pdfInvoiceCorrection.css diff --git a/Application/views/tpl/documents/invoice/includingFiles/heidelpay_bank_data.tpl b/Application/views/tpl/documents/invoice/includingFiles/heidelpay_bank_data.tpl deleted file mode 100644 index 2d538eb..0000000 --- a/Application/views/tpl/documents/invoice/includingFiles/heidelpay_bank_data.tpl +++ /dev/null @@ -1,22 +0,0 @@ -[{block name="heidelpay_bank_data"}] - [{d3modcfgcheck modid="d3heidelpay"}][{/d3modcfgcheck}] - - [{if $mod_d3heidelpay}] - [{assign var="oPrePaymentData" value=$order->getHeidelpayBankTransferData()}] - [{if $oPrePaymentData}] -
-

[{oxmultilang ident="BANK_DETAILS"}]

-

- [{oxmultilang ident="D3_HEIDELPAY_BANK_INFO"}]
- [{oxmultilang ident="D3_HEIDELPAY_PURPOSE_OF_USE"}]

- [{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_ACCOUNTHOLDER"}] [{$oPrePaymentData->Holder}]
- [{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_IBAN"}] [{$oPrePaymentData->Iban}]
- [{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_BIC"}] [{$oPrePaymentData->Bic}]
- [{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_AMOUNT"}] [{$order->getFormattedTotalOrderSum()}] [{$oPrePaymentData->Currency}]
- [{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_REASON"}] [{$oPrePaymentData->Reference}] -

-
-
- [{/if}] - [{/if}] -[{/block}] \ No newline at end of file diff --git a/Application/views/tpl/documents/invoice/includingFiles/pdfPastThank.tpl b/Application/views/tpl/documents/invoice/includingFiles/pdfPastThank.tpl index 3d18639..fa53c98 100644 --- a/Application/views/tpl/documents/invoice/includingFiles/pdfPastThank.tpl +++ b/Application/views/tpl/documents/invoice/includingFiles/pdfPastThank.tpl @@ -14,20 +14,6 @@ [{/if}] - [{d3modcfgcheck modid="d3heidelpay"}][{/d3modcfgcheck}] - [{if $order->getHeidelpayBankTransferData()}] - - - [{include file="d3Heidelpay_bank_data.tpl"}] - - - [{else}] - - - [{$payment->getFieldData('d3shortdescpdf')|nl2br}] - - - [{/if}] [{**Schlusstext/ Abschied***}] diff --git a/metadata.php b/metadata.php index b5b1eb1..a9b5e4c 100644 --- a/metadata.php +++ b/metadata.php @@ -15,7 +15,6 @@ * @link http://www.oxidmodule.com */ -use D3\ModCfg\Application\Model\d3utils; use D3\PdfDocuments\Modules\Application\Controller\d3_overview_controller_pdfdocuments; use D3\PdfDocuments\Modules\Application\Model\d3_Order_PdfDocuments as d3_pdfdocs_OrderModel; use OxidEsales\Eshop\Application\Controller\Admin\OrderOverview; diff --git a/out/src/css/pdfInvoiceCorrection.css b/out/src/css/pdfInvoiceCorrection.css deleted file mode 100644 index 18e4cbd..0000000 --- a/out/src/css/pdfInvoiceCorrection.css +++ /dev/null @@ -1,56 +0,0 @@ -.invoiceCorrection_pdf_heading_table{ - width: 678px; - margin-top: 8mm; -} -.invoiceCorrection_width_20{ - width: 20%; -} -.invoiceCorrection_width_80{ - width: 80% -} -.iC_width11{ - width: 11%; -} -.iC_width29{ - width: 29%; -} -.iC_width60{ - width: 60%; -} - -.iC_paddingBottom10{ - padding-bottom: 10px; -} - -.invoiceCorrection_font8{ - font-size: 8px; -} -.invoiceCorrection_font9{ - font-size: 9px; -} -.invoiceCorrection_tableMarginTop15{ - margin-top: 15px; -} -.invoiceCorrection_spacingLeft20{ - margin-left: 73.6px; -} -.margin-top7{ - margin-top: 7px; -} - -.invoiceCorrectionPaddingTop4{ - padding-top: 4px; -} -.invoiceCorrectionPaddingTop5{ - padding-top: 5px; -} -.paddingTop20{ - padding-top: 20px; -} - -.invoiceCorrectionPaddingBottom20{ - padding-bottom: 20px; -} -.invoiceCorrectionPaddingBottom16{ - padding-bottom: 16px; -}