|
|
@@ -2,6 +2,13 @@
|
|
|
|
|
|
<!-- Start of Template: orderforms/thurdata/products.tpl -->
|
|
|
|
|
|
+<div style="width: 100%;text-align:center; border-bottom:1px solid silver; color:gray;">
|
|
|
+ <h1>Produkte bestellen</h1>
|
|
|
+
|
|
|
+</div>
|
|
|
+<br />
|
|
|
+
|
|
|
+
|
|
|
{if count($products) < 4}
|
|
|
<style rel="stylesheet" type="text/css">
|
|
|
@media (min-width: 1400px) {
|
|
|
@@ -31,33 +38,15 @@
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
-{if file_exists("templates/orderforms/{$carttpl}/layouts/head.tpl")}
|
|
|
- {include file="templates/orderforms/{$carttpl}/layouts/head.tpl"}
|
|
|
-{/if}
|
|
|
|
|
|
<div id="order-standard_cart">
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
<div class="col-md-12">
|
|
|
- {if file_exists("templates/orderforms/{$carttpl}/layouts/head.tpl")}
|
|
|
- {else}
|
|
|
- <div class="header-lined">
|
|
|
- <h1>
|
|
|
- {$productGroup.name}
|
|
|
- </h1>
|
|
|
- {if $productGroup.headline}
|
|
|
- <h4 class="text-muted">{$productGroup.headline}</h4>
|
|
|
- {/if}
|
|
|
- {if $productGroup.tagline}
|
|
|
- <p class="text-muted">{$productGroup.tagline}</p>
|
|
|
- {/if}
|
|
|
- </div>
|
|
|
- {/if}
|
|
|
-
|
|
|
- <div class="TM-categories-options justify-content-center" style="padding-bottom:20px">
|
|
|
+ <div class="TM-categories-options justify-content-center" style="padding-bottom:20px">
|
|
|
<form>
|
|
|
- <select name="gid" id="gidForm" onchange="javascript:redirectToCartPage()" class="form-control">
|
|
|
+ Produktgruppe auswählen: <select name="gid" id="gidForm" onchange="javascript:redirectToCartPage()" class="form-control">
|
|
|
<optgroup label="Product Categories">
|
|
|
{foreach key=num item=productgroup from=$productgroups}
|
|
|
<option value="{$productgroup.routePath}"{if $gid eq $productgroup.gid} selected="selected"{/if}>{$productgroup.name}</option>
|
|
|
@@ -83,6 +72,28 @@
|
|
|
<br />
|
|
|
<br />
|
|
|
</div>
|
|
|
+
|
|
|
+
|
|
|
+{if file_exists("templates/orderforms/{$carttpl}/layouts/head.tpl")}
|
|
|
+ {include file="templates/orderforms/{$carttpl}/layouts/head.tpl"}
|
|
|
+{/if}
|
|
|
+
|
|
|
+
|
|
|
+ {if file_exists("templates/orderforms/{$carttpl}/layouts/head.tpl")}
|
|
|
+ {else}
|
|
|
+ <div class="header-lined">
|
|
|
+ <h2>
|
|
|
+ TEST {$productGroup.name}
|
|
|
+ </h2>
|
|
|
+ {if $productGroup.headline}
|
|
|
+ <h4 class="text-muted">{$productGroup.headline}</h4>
|
|
|
+ {/if}
|
|
|
+ {if $productGroup.tagline}
|
|
|
+ <p class="text-muted">{$productGroup.tagline}</p>
|
|
|
+ {/if}
|
|
|
+ </div>
|
|
|
+ {/if}
|
|
|
+
|
|
|
|
|
|
{if $errormessage}
|
|
|
<div class="alert alert-danger">
|