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
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
Hi Oleg,
We have implemented the generic field solution which should solve your problem. This functionality will be in our next release.
-Paolo