Skip to Content
मेन्यू
This question has been flagged
1 Reply
1774 Views

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
Discard
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
Discard
Related Posts Replies Views Activity
1
मई 25
4146
1
नव॰ 22
1955
0
दिस॰ 20
58
1
मार्च 25
900
0
जन॰ 22
2367