master
parent
2b6f9548cf
commit
5a9ac3e4e4
|
@ -3,7 +3,7 @@
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/content/pages/checkout.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/pages/checkout.blade.php" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
@ -60,6 +60,7 @@
|
||||||
<workItem from="1662027309116" duration="11385000" />
|
<workItem from="1662027309116" duration="11385000" />
|
||||||
<workItem from="1662115692620" duration="1346000" />
|
<workItem from="1662115692620" duration="1346000" />
|
||||||
<workItem from="1662283223529" duration="4523000" />
|
<workItem from="1662283223529" duration="4523000" />
|
||||||
|
<workItem from="1662312260637" duration="792000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
Mengenrabate
|
Mengenrabate
|
||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
<div class="collapse collapse-horizontal" id="collapseWidthExample">
|
<div class="collapse" id="collapseWidthExample">
|
||||||
<div class="card card-body">
|
<div class="card card-body">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
<td>{{$content->data_fields['preis_10']}} €</td>
|
<td>{{$content->data_fields['preis_10']}} €</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Palette (30 Stück)</td>
|
<td>Palette ({{$content->data_fields['module_pro_palette']}} Stück)</td>
|
||||||
<td>{{$content->data_fields['preis_palette']}} €</td>
|
<td>{{$content->data_fields['preis_palette']}} €</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -76,15 +76,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
|
||||||
Lieferumfang:
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<ul class="fs-5">
|
|
||||||
<li>2x Longi 375 Watt Monokristaline Module</li>
|
|
||||||
<li>1x 600 Watt Wechselrichter mit Zertifizierung</li>
|
|
||||||
<li>1x Kabel für Schuko-Stecker</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row mt-5">
|
<div class="row mt-5">
|
||||||
|
|
Loading…
Reference in New Issue