master
parent
3d42690169
commit
480b1d100c
|
@ -29,6 +29,7 @@ function calculatePrice(objProduct){
|
|||
}
|
||||
|
||||
function createProductElement(objProduct) {
|
||||
console.log(objProduct);
|
||||
calculatePrice(objProduct);
|
||||
let elementProduct = `
|
||||
<tr>
|
||||
|
@ -37,7 +38,7 @@ function createProductElement(objProduct){
|
|||
</td>
|
||||
<td class="text-start">
|
||||
<span class="fs-5">
|
||||
<a class="text-decoration-none" href="${objProduct.source_link}">${objProduct.title}</a>
|
||||
<a class="text-decoration-none" href="${objProduct.path}">${objProduct.title}</a>
|
||||
</span>
|
||||
<br>
|
||||
<small class="text-success">sofort verfügbar</small>
|
||||
|
|
Loading…
Reference in New Issue