I've been doing some modifications my magento install to make it fit my needs but I'm come accross quite a few walls. This are some of the things I've done just incase it's needed as a reference for my upcoming question.
Magento: Add New Field to Credit Card Form
Magento: How to display customer's phone number on customer information field
Magento: How to Add Order / Payment information to Admin-BackEnd
Magento: How to save data to order_payment and quote_payment
So I've followed a few tutorials about adding a custom attribute but I'm puzzled as of how to run a script to add the attributes to the correct tables.
Here's why.
I noticed that the "telephone" field that already comese with magento, appears on several tables.
eav_attributes (4 instances) then the attribute_id for the telephone field also appears on other tables, all 4 instances of it. Now I have added a Mobile telephone number field as seen on my previous questions but I don't know how to make it appear on all of those tables with the necessary values.
I'm a bit limited on resources right now to provide more detailed information, but if someone can understand what I'm trying to explain, please assist me.
Thank you.