You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@arosenhagen Please send me the generated extension file at ultimate.module.creator@gmail.com THe file should be in var/modulecreator/package and it should be named as your module Namespace_Module.xml.
This will help me recreate your extension on my side and see what's wrong.
And sorry for the late response. I'm overbooked for now. Will try to answer as fast as I can.
no problem :-) I found the issue by myself.
The thing is, that the generation with UMC doesn't include the logic that properly saves the relationship between product and product-attribute (and vice versa).
Especially public function save{{Entity}}Relation(${{entity}}, $data)was problematic in that the product attribute wasn't set when saving the entity. I solved it by manually call Mage::getSingleton('catalog/product_action')->updateAttributes(...)in this function.
I've created an extension with one entity and a relation to a product.
Anything I'm missing here?
The text was updated successfully, but these errors were encountered: