Skip to content

Commit

Permalink
Remove days before expire field
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Jan 22, 2024
1 parent ed13b7e commit aabc842
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions view/adminhtml/templates/form/mollie_paymentlink.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,6 @@ $code; ?>" style="display:none">
</div>
</div>
<p><?= $block->escapeHtml(__('If only one method is chosen, the selection screen is skipped and the customer is sent directly to the payment method.')); ?></p>

<div class="field admin__field">
<label for="<?= $code ?>_days_before_expire" class="label admin__field-label"><span><?= $block->escapeHtml(__('This order expires at:')) ?></span></label>
<div class="control admin__field-control">
<input
id="<?= $code ?>_days_before_expire"
name="payment[days_before_expire]"
class="admin__control-multiselect mollie_methods_paymentlink_days_before_expire"
value="<?php echo $block->getExpiresAt(); ?>"
data-x-magent
>

<a href="#" class="mollie-tooltip">(i)
<span>
<?php echo __('It is not posible to use Klarna Slice it or Klarna Pay later as method when your expiry date is more than 28 days, unless another maximum is agreed between the merchant and Klarna.'); ?>
</span>
</a>
</div>
</div>
</div>
</fieldset>

Expand Down

0 comments on commit aabc842

Please sign in to comment.