
Originally Posted by
fakeDecoy
Got it, thanks. So I duplicated that payment module to create a bitcoin payment module. I'm doing the bitcoin payment stuff totally manually for now, similar to taking a check.
Now on the checkout_confirmation page I need to add a new to the totals, "Bitcoin Total". Would the proper way to do this be to create a new order total module that will create that extra line, display it, and save it to a session variable? It looks like the ot_total module is easiest to duplicate. I haven't even looked at the checkout_success page yet to see if I need to do more work there.