Untitled

 avatar
unknown
plain_text
2 years ago
156 B
3
Indexable
$boolResult = CPrice::DeleteByProduct($id, $ids);
$strSql = "DELETE FROM b_catalog_price WHERE PRODUCT_ID = ".$id." AND ID NOT IN (".implode(',',$ids).")";
Editor is loading...