Finder API: Product Properties
$selector = "template=property,limit=15";
/** @var PageArray $properties */
$properties = $padloper->find($selector);
if($properties->count()){
// work with properties
}
1
2
3
4
5
6
2
3
4
5
6
MORE TBD
$selector = "template=property,limit=15";
/** @var PageArray $properties */
$properties = $padloper->find($selector);
if($properties->count()){
// work with properties
}
MORE TBD