kan anyone tell me if/how its possible to predefine some default values when creating a product.
Like: default taxclass, product is “visible” and “in stock”.
I hope someone can help me.
Ik have magento 1.6.2 CE
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Probably via config files.
Try, in app/etc/local.xml (or in any config.xml in local/your_package/one_of_your_module/etc/config.xml:
Not sure about tax_class_id and visibility, but you may try & go with config.xml as well in order to set or change default values.