Parameter Missing or Invalid: Required parameter missing or invalid: items

Hi I am getting this error message when adding to cart - but not every time.
I wondered if anyone knew why this could be happening.
Shopify support advised the site looks fine at their end. Thank you

The issue could be that

quick-add.js

and/or

product-form.js

is missing or not loaded. Check your network tab in the browser console.

You can also check the hidden input

class=“product-variant-id”

just above the add to cart button. If it has disabled it’s properly because quick-add.js isn’t loaded.

In my current DAWN theme main-search.liquid dos not load the above JS which creates the issue. If I add a featured section in “search” in the customizer it fixes the issue bc the featured collection section loads the required JS.

Thanks for your help :slight_smile: