• Welcome to KonaKart Community Forum. Please login or sign up.
 

I need new feld : ("products_ean", "manufacturers_model") in Table products.

Started by oleg, March 14, 2007, 07:17:50 am

Previous topic - Next topic

oleg

I need new feld : ("products_ean", "manufacturers_model") in Table products.
Would I like with article list to in show.
As I can realize?
Thanks

paolo

Hi Oleg,

Our long term solution to your problem is that we are planning to add some generic varchar fields to the main tables (customer, product etc) that can be used for personalizations.

Until we have that, a solution for you could be to to add manufacturers_model and products_ean to the product model attribute as comma separated variables (you will have to increase the size of the products_model varchar in the database). Then you will have to modify the JSPs to unpack the data for visualization purposes.

-Paolo

paolo

Hi Oleg,

We have implemented the generic field solution which should solve your problem. This functionality will be in our next release.

-Paolo