prevent script break if there are no products
This commit is contained in:
parent
c1f648a17f
commit
57750b3864
|
|
@ -173,7 +173,7 @@
|
|||
0,
|
||||
0
|
||||
],
|
||||
max: {{ core()->convertPrice($productFlatRepository->getCategoryProductMaximumPrice($category)) }},
|
||||
max: {{ core()->convertPrice($productFlatRepository->getCategoryProductMaximumPrice($category)) ?? 0 }},
|
||||
processStyle: {
|
||||
"backgroundColor": "#FF6472"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue