mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-04-26 23:30:11 +00:00
BETTERZON-42: Restructuring, creating necessary components, design of Product detail component
This commit is contained in:
@@ -1 +1,30 @@
|
||||
<p>product-details works!</p>
|
||||
<meta charset="UTF-8">
|
||||
<div class="productItem">
|
||||
<div class="productImageContainer">
|
||||
<img class="productImage" src="https://www.mueller-patrick.tech/betterzon/images/{{product.image_guid}}.jpg"/>
|
||||
</div>
|
||||
<div class="productTitle">
|
||||
<b>{{product.name}}</b>
|
||||
</div>
|
||||
<div class="priceChart">
|
||||
<div style="text-align:center">
|
||||
<apx-chart
|
||||
[series]="chartOptions.series"
|
||||
[chart]="chartOptions.chart"
|
||||
[xaxis]="chartOptions.xaxis"
|
||||
[title]="chartOptions.title"
|
||||
></apx-chart>
|
||||
</div>
|
||||
</div>
|
||||
<div class="productDescription">
|
||||
<div>
|
||||
{{product.short_description}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="priceAlarm">
|
||||
Set Price Alarm
|
||||
</div>
|
||||
<div class="bestPrice">
|
||||
5€
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user