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
{{ message }}
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
When used with this widget adminhtml/catalog_product_widget_chooser, product selection is not shown above widget product chooser button ; whereas value is well set into hidden input.
Due to Magento implementation, product id is supposed to be first grid column
See app/code/core/Mage/Adminhtml/Block/Catalog/Product/Widget/Chooser.php and method getRowClickCallback() : var productId = trElement.down("td").innerHTML;
So, adminhtml/catalog_product_widget_chooser had to be added to excluded grids
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When used with this widget adminhtml/catalog_product_widget_chooser, product selection is not shown above widget product chooser button ; whereas value is well set into hidden input.
Due to Magento implementation, product id is supposed to be first grid column
See app/code/core/Mage/Adminhtml/Block/Catalog/Product/Widget/Chooser.php and method getRowClickCallback() :
var productId = trElement.down("td").innerHTML;
So, adminhtml/catalog_product_widget_chooser had to be added to excluded grids
The text was updated successfully, but these errors were encountered: