Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
1770 Prikazi

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
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
maj 25
4142
1
nov. 22
1955
0
dec. 20
58
1
mar. 25
899
0
jan. 22
2367