Why are cart attributes not updating anymore?

Why are cart attributes not updating anymore?

szczepan
Shopify Partner
5 0 0

Hi

For some time now, the attributes sent to the cart have stopped working. It used to work fine, and I haven't made any changes to the code. My implementation looks like this:

<p class="cart-attribute__field" style="display: none;">
  <input class="required" id="inpost-name" type="text" name="attributes[InPost Name]" value="{{ Cart.attributes['InPost Name'] }}">
  <input class="required" id="inpost-city" type="text" name="attributes[InPost City]" value="{{ Cart.attributes['InPost City'] }}">
  <input class="required" id="inpost-post-code" type="text" name="attributes[InPost Post Code]" value="{{ Cart.attributes['Kod pocztowy InPost'] }}">
  <input class="required" id="inpost-street" type="text" name="attributes[InPost Street]" value="{{ Cart.attributes['InPost Street'] }}">
  <input class="required" id="inpost-location" type="text" name="attributes[InPost Location]" value="{{ Cart.attributes['InPost Location'] }}">
</p>

After selecting the appropriate options, the attribute field in cart.json is empty. All other JSON properties fill correctly—even the notes, which are selected on the same page.

 

 

szczepan_0-1705494603046.png

 

 

szczepan_1-1705494705781.png

 

I'm seeking assistance and information—has anything changed in the way attributes are transmitted to the cart?

Replies 0 (0)