а вот это скорее всего отвечает за кнопку купить в большой карточке товара
[CODE]<?if($arResult["CATALOG_QUANTITY"]>0){?><a class="btnaaa btn4" href="<?=$arResult["ADD_URL"]?>" rel="nofollow" id="<?=$arResult["ID"]?>" >Купить</a><br /><?}?>
<?if($arResult["IBLOCK_ID"]=="16" && $arParams["CREDIT_DETAIL"]=="Y")://мототехника?>
<!--<a style="margin-left: 20px;" class="btn-credit btn3" href="#credit-text" rel="nofollow" ><img src="/images/but_kred.png" /></a>-->
<span style="position:absolute;margin:-130px;margin-top:22px; color: black; font-weight: bold; font-size: 20px; font-style: italic;"><script type="text/javascript">var t = '<?=$arResult["PRICES"]["BASE"]["PRINT_VALUE"]?>';t=t.replace(" ","");t=parseInt(t)/10;document.write(t+' руб.');</script></span><a onclick='var n=$(".zag h3").text();var p=$("#price_kred_bask").text();p=p.replace(" ","");p=parseInt(p,10);retailcreditdialog([{MODEL: n, COUNT:"1", PRICE:p}],0);' href="javascript:;" ><img src="/images/but_kred.png" style="margin-left: 50px;margin-top:15px" /></a>
<?endif?>[/CODE]