Jump to content

Adding a Column to Product attributes


electrostuff_de

Recommended Posts

Hi guys,

 

I do not know if this topic already exists, if so, I am thankfull for every link you may provide.

 

I want to add a column for the Product attributes like in the picture below:

post-1314313-0-76611600-1490178933_thumb.png

 

The templatefiles are no problem, the coding is. In which file I have to add the "extra" column?

 

Best regards,

 

Kerim

Edited by electrostuff_de (see edit history)
Link to comment
Share on other sites

The table is ps_product_attribute. However, it passes through quite a few functions before it is displayed. See also this discussion.

Thank you for your answer musicmaster. PS_PRODUCT_ATTRIBUTE is NOT the thing I was searching for.

 

What I need to do is:

 

PS_FEATURE_LANG

 

standard-build:

* id_feature

* id_lang

* name

 

custom-build: (added kat)

* id_feature

* id_lang

* kat

* name

 

Just need to output the value of "kat" on the product page (Product Feature)...

 

Any ideas? I found 2 classes (Feature.php, FeatureValue.php)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...