Hi all,
I'm trying to add a custom field to product combination attributes.
The first part was adding a new column ('add_info') to the database (table 'ps_product_attribute') and change AdminProducts.php, ProductController.php and Product.php a bit.
This part works and the value of the additional field is going correctly into the database. So now i can modify the 'Add info' field in the BO.
But now i'm trying to modify Product.tpl to show the additional field on the product page.
This is were i am stuck.
I think i have to modify Product.tpl but i don't see how. Am i missing another file to customize?
Can anyone pls put me in the right direction?
Tx!