Also might be of note that I have added a weight field to my products and set them to shippable. However I don't have a dimensions field or any dimensions added. So that might be how the package algorithm works instead of by weight.
dbroll β created an issue.
dbroll β created an issue.
dbroll β created an issue.
@voleger
Is there any way how to keep view display use ajax but disable it for the facet block?
I was able to accomplish this for my use case (needed views infinite scroll to have ajax but not facet blocks). By disabling the related js file from the facet module in my active theme's info.yml file:
libraries-override:
facets/drupal.facets.views-ajax: false
+1 for @pamelalies, in my case it was a notice coming from node queue that was disturbing the token output on email alerts.