Hi Guys,
Just stuck a little here, I building a e-commerce website and i am currently creating all the admin section. I am now starting to create the Payment system. Soo… a customer can pay in multiple ways, Bank Transfer, CC, Cash & PayPal. What is the best way to centrally control all this without having to go to deep into my code to change something at a later data.
I was thinking an extensions, but stumble across issues with creating forms and submitting the forms for example a form needs to be added for the CC number and then submitted to the correct processing function while still being on the same order page that is being accessed.
If someone could point me in the right direction it would be great!