remove 3rd party module dependency

This commit is contained in:
Daniel Seifert 2020-06-27 21:47:43 +02:00
parent c7cf568e89
commit bac56b8c56
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
4 changed files with 0 additions and 93 deletions

View File

@ -1,22 +0,0 @@
[{block name="heidelpay_bank_data"}]
[{d3modcfgcheck modid="d3heidelpay"}][{/d3modcfgcheck}]
[{if $mod_d3heidelpay}]
[{assign var="oPrePaymentData" value=$order->getHeidelpayBankTransferData()}]
[{if $oPrePaymentData}]
<div>
<h3 style="font-size: 16px; margin-bottom: -10px"><strong>[{oxmultilang ident="BANK_DETAILS"}]</strong></h3>
<p>
[{oxmultilang ident="D3_HEIDELPAY_BANK_INFO"}]<br>
[{oxmultilang ident="D3_HEIDELPAY_PURPOSE_OF_USE"}]<br/><br/>
[{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_ACCOUNTHOLDER"}] [{$oPrePaymentData->Holder}]<br/>
[{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_IBAN"}] [{$oPrePaymentData->Iban}]<br/>
[{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_BIC"}] [{$oPrePaymentData->Bic}]<br/>
<strong>[{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_AMOUNT"}] [{$order->getFormattedTotalOrderSum()}] [{$oPrePaymentData->Currency}]</strong><br/>
<strong class="color">[{oxmultilang ident="D3HEIDELPAY_EMAIL_PREPAYMENT_REASON"}] [{$oPrePaymentData->Reference}]</strong>
</p>
</div>
<br>
[{/if}]
[{/if}]
[{/block}]

View File

@ -14,20 +14,6 @@
</td>
</tr>
[{/if}]
[{d3modcfgcheck modid="d3heidelpay"}][{/d3modcfgcheck}]
[{if $order->getHeidelpayBankTransferData()}]
<tr>
<td class="past_thank_width100 paddingTop10 fontSize12">
[{include file="d3Heidelpay_bank_data.tpl"}]
</td>
</tr>
[{else}]
<tr>
<td class="past_thank_width100 paddingTop10 fontSize12">
[{$payment->getFieldData('d3shortdescpdf')|nl2br}]
</td>
</tr>
[{/if}]
[{**Schlusstext/ Abschied***}]
<tr>
<td class="past_thank_width100 fontSize12">

View File

@ -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;

View File

@ -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;
}