Hi,
I am trying to add the CCCVV_ISSUE_START Selectable with card blacklist contrib.
I *think* I've figured out how to mesh all the other parts with OSC-MAX with BTS1.2a, but the bit of code referenced herein doesn't exist at all in max and I can't figure out the PHP to tell where to put the new code. I did look in the .tpl.php version of the file checkout_payment.
Hoping someone can helpCode:in catalog/checkout_payment.php Around line 104 find this: // one button is not an array if (document.checkout_payment.payment[0]) { document.checkout_payment.payment[buttonSelect].checked=true; } else { document.checkout_payment.payment.checked=true; } } function rowOverEffect(object) { if (object.className == 'moduleRow') object.className = 'moduleRowOver'; } function rowOutEffect(object) { if (object.className == 'moduleRowOver') object.className = 'moduleRow'; } Add this right after: //begin BMC cvv contribution function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450, height=450,screenX=150,screenY=150,top=150,left=150') } //end BMC cvv contribution
Tim[/url]




LinkBack URL
About LinkBacks






Bookmarks