WIP PreorderProduct 2025-02-24

This commit is contained in:
Frank Schubert
2025-02-25 13:45:23 +01:00
parent 99bdbd3b39
commit 236932d452
8 changed files with 355 additions and 60 deletions
@@ -9,7 +9,7 @@
?>
<div class="row">
<div class="col-6">
<div class="col-4">
<form method="post" action="<?=self::getUrl("PreorderProduct", "save")?>">
<div class="form-group">
@@ -130,7 +130,7 @@
$current_regular_price = $product->getCurrentRegularPrice($today_date, true);
$first_price = $product->getFirstPrice($today_date);
?>
<div class="col-6">
<div class="col">
<div class="row">
<div class="col">
<h4>Aktuelle Preise für <?=$product->getTodayDate()?></h4>