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`;
}
This question has been flagged
1
Reply
3488
Views
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
}
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
1
May 25
|
6587 | ||
|
|
1
Nov 22
|
3620 | ||
|
|
0
Dec 20
|
58 | ||
|
|
1
Mar 25
|
2876 | ||
|
|
0
Jan 22
|
4007 |