show product link in bag

master
= 2022-09-05 10:24:15 -05:00
parent d9b5f20e3e
commit 5e5a29d33c
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ function createProductElement(objProduct){
<img class="rounded img-fluid" style="height: 100px;" src="${objProduct.image}">
</td>
<td class="text-start">
<span class="fs-5">${objProduct.title}</span>
<span class="fs-5">
<a class="text-decoration-none" href="${objProduct.source_link}">${objProduct.title}</a>
</span>
<br>
<small class="text-success">sofort verfügbar</small>
<br>