Product size in cart not what was selected

Hi ,

I’m having issues with my site , no matter what size is selected for the items customers select the size will only show as small even if it’s been selected as something else please can someone advise why this is happening.

Hoping someone has a simple solution

www.2601brand.com

Thank you

Somebody tried to add code to update cart button based on variant inventory, but it was not done fully. Here is the code – it fails because inv_qty array is not defined.

var bcd1=inv_qty[ variant.id ];
          if(bcd1<1){
            var html23='Pre order';
          cache.$addToCartText.html(html23);
          }
          else{
          cache.$addToCartText.html(theme.strings.addToCart);
          }

I’d try to either comment this part of code by wrapping it with /**/, or add the code I “invented” in this forum post: https://community.shopify.com/c/Shopify-Design/Display-variant-inventory-quantity-on-product-page-Boundless/m-p/402820/highlight/true#M104688

My code must be added somewhere in product template.

Thank you so much Tim are you able to do this for me as I’m very worried I will make a mess of it ?

My e-mail address is in the signature – send me an e-mail.