webcasebv
Hi,
You can add these codes
For register button
jQuery(document).on('click', '.com_dtregister .event_button', function() {
fbq('track', 'AddToCart');
});
For checkout button
Open file components\com_dtregister\templates\default\views\register\viewcart.php
Find string DTjQuery("#checkout").click(function(e) {
add your code under it