РЕШИЛ -
<!--Кнопки -->
<?if($arElement["CAN_BUY"]):?>
<button><a href="<?echo $arElement["BUY_URL"]?>" rel="nofollow">BUY</a></button>
<button><a href="<?echo $arElement["ADD_URL"]?>" rel="nofollow">ADD TO BUSKET</a></button>
<?endif?>
<!--Кнопки конец -->