{{ all_products[v.handle].available | default: false }}
Currently I am using this approach to check product availability in Product Detail Page but shopify limits to 20 products using this approach. can anyone suggest me solution to this?
{{ all_products[v.handle].available | default: false }}
Currently I am using this approach to check product availability in Product Detail Page but shopify limits to 20 products using this approach. can anyone suggest me solution to this?