Hello, I’m using Dawn Theme.
I would like to display my future shipping date or message when customer selects the variant Inventory out of stock continue selling.
I tried this code with this video guide however my button-cart.liquid code is differnt.
It didn’t work for my case.
{%- elsif product.selected_or_first_available_variant.inventory_policy == 'continue' -%}
{{- 'products.product.inventory_out_of_stock_continue_selling' | t -}}
Anyone have some idea for solution?
Like this example is perfect but either cart button or could be pop up message around the cart button is okay too.
