wellknow
This commit is contained in:
parent
75046e4e6b
commit
ff6e0c71c3
|
|
@ -40,7 +40,7 @@ class Product extends JsonResource
|
|||
'type' => $product->type,
|
||||
'name' => $product->name,
|
||||
// 'url_key' => $product->url_key,
|
||||
'price' => (double) core()->convertPrice($productTypeInstance->getMinimalPrice()),
|
||||
'price' => $this->price,//(double) core()->convertPrice($productTypeInstance->getMinimalPrice()),
|
||||
'min_price' => $this->min_price,
|
||||
// 'formatted_price' => core()->currency($productTypeInstance->getMinimalPrice()),
|
||||
//// 'short_description' => $product->short_description,
|
||||
|
|
|
|||
Loading…
Reference in New Issue