Added Preorder View Url inside the Map

This commit is contained in:
Luca Haid
2025-02-05 15:35:00 +01:00
parent 3257c612bc
commit 1f317de7a2
2 changed files with 8 additions and 1 deletions
@@ -37,6 +37,11 @@ ob_start();
<th class="font-weight-bold">Email:</th>
<td>{{EMAIL}}</td>
</tr>
</table>
<a href="{{PREORDER_URL}}" class="btn btn-primary text-white" target="_blank">
<i class="fas fa-eye"></i> Bestellung ansehen
</a>
<?=str_replace("\n"," ",ob_get_clean())?>