- Issue created by @mt-i-1
Facing the same issue even without ajax add to cart.
The items which were loaded originaly are submited fine. But the items which were loaded later on request are submited to wrong url so at the end they are not submited.
Using drupal commerce, it's impossible to add any product in the cart with the reloaded view. A similar issue was patched for the 7.x version of the module, but it seems not to be adapted for the 8.x version ( https://www.drupal.org/project/views_infinite_scroll/issues/2828100 🐛 Incompatible with ajax forms when loading several pages in a row Needs review )
Try to add any product on the cart, an error will be thrown because the called url is /views/ajax when it should be the current url.
Active
2.0
Code
Facing the same issue even without ajax add to cart.
The items which were loaded originaly are submited fine. But the items which were loaded later on request are submited to wrong url so at the end they are not submited.