Is there a way to set default product fields across ALL product definitions? Right now every product has a Display name and short/long description for each language.
The design of our site allows for additional fields like specifications, ingredients, etc that apply to ALL products.
Seeing as I'm likely to add quite a few product definitions I'm not particularly looking forward to the prospect of having to add these fields manually to all definitions.
As I can see product definitions are stored in Database (not in file structure).
So probably unless you want to do it better via SQL there are no other way.
The product definition table : uCommerce_ProductDefinitionField
Default product fields
Is there a way to set default product fields across ALL product definitions? Right now every product has a Display name and short/long description for each language.
The design of our site allows for additional fields like specifications, ingredients, etc that apply to ALL products.
Seeing as I'm likely to add quite a few product definitions I'm not particularly looking forward to the prospect of having to add these fields manually to all definitions.
Hey,
As I can see product definitions are stored in Database (not in file structure). So probably unless you want to do it better via SQL there are no other way. The product definition table : uCommerce_ProductDefinitionField
is working on a reply...