Question

I've created new product type extended from bundle product.
Every thing works fine, except "price_type" "sku_type" attributes.
I want to save the price_type as fixed "it's value is 1", also for the sku_type.
But it's not saving this value, In other words those attributes not saving at all, not fixed nor dynamic. Where should I look for the solution?
I've debuged the data sent by observer before_save and the values sent successfully, but it's not saved to the database.

Was it helpful?

Solution

Solved by set the price_type in the type model in "afterSave" Method

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top