Hello, can anyone help me figure out how to remove the inventory on the way, from my product pages? I’m using the impulse theme.
Hi,
You need to modify code at Product Template (sections/product-template.liquid or sections/main-product.liquid.)
Example of code
{% if product.incoming %}
Inventory on the way
{% endif %}
