management integration start
This commit is contained in:
parent
bd9a0aa4c9
commit
8367441477
|
|
@ -40,7 +40,7 @@ class Product extends JsonResource
|
|||
'type' => $product->type,
|
||||
'name' => $product->name,
|
||||
// 'url_key' => $product->url_key,
|
||||
'price' => core()->convertPrice($productTypeInstance->getMinimalPrice()),
|
||||
'price' => (double) core()->convertPrice($productTypeInstance->getMinimalPrice()),
|
||||
'formatted_price' => core()->currency($productTypeInstance->getMinimalPrice()),
|
||||
// 'short_description' => $product->short_description,
|
||||
'description' => $product->description,
|
||||
|
|
|
|||
Loading…
Reference in New Issue