Skip to Content
Menú
This question has been flagged
1 Respondre
1754 Vistes

get LargeImageUrl() {
const product = this.props.product;
return `/web/image?model=product.product&field=image_1920&id=${product.id}&write_date=${product.write_date}&unique=1`;
}

Avatar
Descartar
Best Answer

Hey, you can create a function named get_LargeImageUrl by
get_LargeImageUrl: function() {
    // Write your code here
    const product = this.props.product;
    // return anything you like here
}

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de maig 25
4099
1
de nov. 22
1934
0
de des. 20
58
1
de març 25
875
0
de gen. 22
2353