ticket 201 error & admin css for back icon
This commit is contained in:
parent
5afef79ac2
commit
0bdd03b331
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=301713f31cb0ba5260b5",
|
||||
"/css/admin.css": "/css/admin.css?id=79d1d08f945a3e35e1c7"
|
||||
"/css/admin.css": "/css/admin.css?id=226f12bd8a9461ca69f8"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ body {
|
|||
width: 24px;
|
||||
height: 24px;
|
||||
cursor: pointer;
|
||||
margin-top: -2px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
|
|||
|
|
@ -87,6 +87,9 @@ class Price extends AbstractProduct
|
|||
$finalPrice[] = $price->final_price;
|
||||
}
|
||||
|
||||
if (empty($finalPrice))
|
||||
return $price[$product->id] = 0;
|
||||
|
||||
return $price[$product->id] = min($finalPrice);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue