KonaKart Community Forum

General Category => KonaKart WebSite & Demonstrations => Topic started by: oleg on March 14, 2007, 07:17:50 am

Title: I need new feld : ("products_ean", "manufacturers_model") in Table products.
Post by: oleg on March 14, 2007, 07:17:50 am
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
Title: Re: I need new feld : ("products_ean", "manufacturers_model") in Table products.
Post by: paolo on March 14, 2007, 08:35:10 am
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
Title: Re: I need new feld : ("products_ean", "manufacturers_model") in Table products.
Post by: paolo on March 29, 2007, 08:57:15 pm
Hi Oleg,

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

-Paolo