Forums / Templates, Stylesheets, Page Layout / Adding Option Value Fields

Adding Option Value Fields

Locked
Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Jan 2009, 19:32
#1
polscifreak avatar

polscifreak

New Zenner

Join Date:
Jan 2009
Posts:
3
Plugin Contributions:
0

Adding Option Value Fields

I would like to edit the option values manager to include two fields: sku and part number.

The new fields won't be displayed on the product page, but is for order reference.

I have already altered my database, I'm just looking to edit the html for the admin page.

Where are the files located allowing me to accomplish this?


--polscifreak
23 Jan 2009, 09:28
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Posts:
10,324
Plugin Contributions:
0

Re: Adding Option Value Fields

polscifreak:

I would like to edit the option values manager to include two fields: sku and part number.

The new fields won't be displayed on the product page, but is for order reference.

I have already altered my database, I'm just looking to edit the html for the admin page.

Where are the files located allowing me to accomplish this?


--polscifreak


Option Values are associated with ATTRIBUTES, not PRODUCTS.

Surely you you should be adding fields to the product data set? There are postings on the forum about adding extra fields to product data sets.
23 Jan 2009, 19:44
#3
polscifreak avatar

polscifreak

New Zenner

Join Date:
Jan 2009
Posts:
3
Plugin Contributions:
0

Re: Adding Option Value Fields

I know they typically are associated with attributes, what I'm doing is setting up the product with different options via the attributes.

What I want to do is literally edit the options value manager page (the code) and add fields to that page. I'm not concerned with displaying the added fields on the product page, as I've already figured that out.

It is mainly for inventory tracking purposes.

I'm just not sure which files and how many I have to edit.


--polscifreak