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
If an attribute filter has search enabled and link masking is enabled, then the following error will occur, if you filter the attribute via the search input and then click on an attribute to filter:
Uncaught TypeError: params.data is undefined
dataPost.js from Magento needs the data-post variables, e.g.
If an attribute filter has search enabled and link masking is enabled, then the following error will occur, if you filter the attribute via the search input and then click on an attribute to filter:
dataPost.js
from Magento needs thedata-post
variables, e.g.However, once the list is filtered, the
data-post
attribute will look like this:i.e. missing the JSON with
action
,data
etc. - which will then cause the error when trying to click the filter item.The text was updated successfully, but these errors were encountered: