How to test if a category already exists? PrestaShop
问题 I get the category from other database web service and I put them on PrestaShop when I refresh the file to add categories I wanna make sure if the category id exists, if exist I wanna update the category. $XMLRQString = '<?xml version="1.0" encoding="utf-8"?>'. '<x:Winmax4GetFamiliesRQ xmlns:x="urn:Winmax4GetFamiliesRQ">'. '</x:Winmax4GetFamiliesRQ >'; $return = $client->GetFamilies($Params); $XMLRSString = new SimpleXMLElement($return->GetFamiliesResult); if ($XMLRSString->Code > 0) echo '<