Merge pull request #22628 from frederic34/patch-5
add accessible values
This commit is contained in:
commit
f2bafd8da4
@ -150,6 +150,8 @@ class PriceParser
|
|||||||
"length" => $product->length,
|
"length" => $product->length,
|
||||||
"surface" => $product->surface,
|
"surface" => $product->surface,
|
||||||
"price_min" => $product->price_min,
|
"price_min" => $product->price_min,
|
||||||
|
"cost_price" => $product->cost_price,
|
||||||
|
"pmp" => $product->pmp,
|
||||||
));
|
));
|
||||||
|
|
||||||
//Retrieve all extrafield for product and add it to values
|
//Retrieve all extrafield for product and add it to values
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user