price and name
This commit is contained in:
parent
7cabf52ec7
commit
918d3b385d
|
|
@ -125,7 +125,7 @@ class DesignService
|
|||
$tabs[$index]['title'] = $tab['title'][locale()];
|
||||
$productsIds = $tab['products'];
|
||||
if ($productsIds) {
|
||||
$tabs[$index]['products'] = ProductRepo::getProductsByIds($productsIds);
|
||||
$tabs[$index]['products'] = ProductRepo::getProductsByIds($productsIds)->jsonSerialize();
|
||||
}
|
||||
}
|
||||
$content['tabs'] = $tabs;
|
||||
|
|
|
|||
Loading…
Reference in New Issue