Hello Experts,
Hope you can help. This is the product page we have concerns about: https://swished.co.uk/products/swished-pop-up-tent
When a visitor clicks on the ORANGE variant, we want the ADD TO CART button to be changed to PRE-ORDER. Below is the entire code:
{% liquid
for variant in product.variants
if variant.metafields.global.color_hex and variant.metafields.global.color_hex != blank
assign has_color = true
break
endif
endfor
%}
{%- assign current_variant = product.selected_or_first_available_variant -%}
Please help. Thanks