Produkte werden direkt vom Store abgerufen
This commit is contained in:
@@ -18,10 +18,31 @@
|
||||
</div>
|
||||
<div style="padding-bottom:15px;">
|
||||
<div class="item item-divider oleo">Wählen Sie Ihre Rosen aus:</div>
|
||||
<ion-list>
|
||||
<ion-radio ng-model="$parent.preis" ng-value="'1xrose'" class="item item-thumbnail-left item-text-wrap"><img src="img/rose1.png"><h2 class="oleo">1 Rose </h2> <span class="oleo-vsmall"<p>Preis: 0,50 € (inkl. MwSt.)</p></span> </ion-radio>
|
||||
<ion-radio ng-model="$parent.preis" ng-value="'3xrose'" class="item item-thumbnail-left item-text-wrap"><img src="img/rose3.png"><h2 class="oleo">3 Rosen</h2> <span class="oleo-vsmall"<p>Preis: 1,00 € (inkl. MwSt.)</p></span> </ion-radio>
|
||||
<ion-radio ng-model="$parent.preis" ng-value="'9xrose'" class="item item-thumbnail-left item-text-wrap"><img src="img/rose10.png"><h2 class="oleo">9 Rosen</h2> <span class="oleo-vsmall"<p>Preis: 2,00 € (inkl. MwSt.)</p></span> </ion-radio>
|
||||
<ion-list ng-show="showrosen">
|
||||
<ion-radio ng-model="$parent.preis" ng-value="'1xrose'" class="item item-thumbnail-left item-text-wrap">
|
||||
<img src="img/rose1.png">
|
||||
<h2 class="oleo">{{ rosen1titel }}</h2>
|
||||
<span class="oleo-vsmall">{{ rosen1beschreibung }}</span><br>
|
||||
<span class="oleo-vsmall">Preis: {{ rosen1preis }} € (inkl. MwSt.)</span>
|
||||
</ion-radio>
|
||||
<ion-radio ng-model="$parent.preis" ng-value="'3xrose'" class="item item-thumbnail-left item-text-wrap">
|
||||
<img src="img/rose3.png">
|
||||
<h2 class="oleo">{{ rosen3titel }}</h2>
|
||||
<span class="oleo-vsmall">{{ rosen3beschreibung }}</span><br>
|
||||
<span class="oleo-vsmall">Preis: {{ rosen3preis }} € (inkl. MwSt.)</span>
|
||||
</ion-radio>
|
||||
<ion-radio ng-model="$parent.preis" ng-value="'9xrose'" class="item item-thumbnail-left item-text-wrap">
|
||||
<img src="img/rose10.png">
|
||||
<h2 class="oleo">{{ rosen9titel }}</h2>
|
||||
<span class="oleo-vsmall">{{ rosen9beschreibung }}</span><br>
|
||||
<span class="oleo-vsmall">Preis: {{ rosen9preis }} € (inkl. MwSt.)</span>
|
||||
</ion-radio>
|
||||
<ion-radio ng-model="$parent.preis" ng-value="'rosenflatrate'" class="item item-thumbnail-left item-text-wrap" ng-show="showflatrate">
|
||||
<img src="img/rose10.png">
|
||||
<h2 class="oleo">{{ flateraterosentitel }}</h2>
|
||||
<span class="oleo-vsmall">{{ flateraterosenbeschreibung }}</span><br>
|
||||
<span class="oleo-vsmall">Preis: {{ flateraterosenpreis }} € (inkl. MwSt.)</span>
|
||||
</ion-radio>
|
||||
</ion-list>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user