I need to add more fields to the Vendor page: Administration > People > Vendors > Edit Vendor
Right now, there are just 2 fields, Name, and Email Address.
I'm surprised there are not more fields like fax, phone, etc.
I would have to add the fields to the Vendor table first.
But how do I change the Edit Vendor screen to show those new fields? Do I need the source code to do this?
Need more fields for Vendors
Re: Need more fields for Vendors
>> Do I need the source code to do this?
I'm guessing Yes.
I'm guessing Yes.
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Need more fields for Vendors
No, you wouldn't need it for something like this. I'm not sure you can add the extra data to emails, though.
Here is help from Able's wiki on how you can access your own tables and fields.
http://wiki.ablecommerce.com/index.php/Custom_Queries
Here is help from Able's wiki on how you can access your own tables and fields.
http://wiki.ablecommerce.com/index.php/Custom_Queries
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Need more fields for Vendors
But I guess it would be better and eventually easier to modify
the Classes in the Source Code (added these fields that I added to the table)
so I can access them in the aspx.cs pages directly.
I also need to add fields to the Products, OrderDetail, and Orders table so
I guess I'm just better of working with the Source Code.
Has anybody worked with the Source Code and is it easy to do?
the Classes in the Source Code (added these fields that I added to the table)
so I can access them in the aspx.cs pages directly.
I also need to add fields to the Products, OrderDetail, and Orders table so
I guess I'm just better of working with the Source Code.
Has anybody worked with the Source Code and is it easy to do?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Need more fields for Vendors
I've worked with the source code and I wouldn't make any changes to it. It might cause a problem with upgrades in the future. What I do is extract some code from the source code and make changes and use the new code.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx