ProductDetailsBlock Widget plugin how to save?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hello,
I have created a ProductDetailsBlock  widget so that some extra information can be captured on each product. The save button for the whole product details page is at the top. How can I add my own code to this so that it can save my changes as well within a plugin?

Thanks
3 years ago
You could write javascript/jquery for this, when user click on save button, your javascript/jquery take the value from your widget fields and post at your custom controller action method.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.