Remove the Pre order button and have it as Add to cart for all products regardless of stock

Hello,

I am trying to keep track of stock in the backend, but i don’t want it to say Pre order when i have 0 stock. Is it t to have it Add to cart. Like it is when in stock? Any help would be great. Many thanks in advance.

I would like all products, looking like first image below.

Hi @Ahol ,

Please send me the code of main-product.liquid file, I will check it for you

I have this from the product.liquid file?

{% if settings.product_layout == “default” %}
{% render ‘product-default’ %}
{% elsif settings.product_layout == “grouped” %}
{% render ‘product-grouped’ %}
{% elsif settings.product_layout == “slider” %}
{% render ‘product-slider’ %}
{% elsif settings.product_layout == “gallery” %}
{% render ‘product-gallery’ %}
{% elsif settings.product_layout == “full_with” %}
{% render ‘product-full-width’ %}
{% elsif settings.product_layout == “skin_1” %}
{% render ‘product-skin-1’ %}
{% elsif settings.product_layout == “supermarket” %}
{% render ‘product-supermarket’ %}
{% endif %}

{% if template contains ‘product’ %}

{% section 'someone-purchased' %} {% section 'GDPR-modal' %}

{% if settings.display_sticky %}
{% render ‘sticky-add-to-cart’ with product as product %}
{% endif %}

{% endif %}

I can not see main-product.liquid.

many thanks

Hello! We have an app “Stock In Motion” that takes care of that for you and allows you to display an ETA for pre-orders.

Stock In Motion

Feel free to reach me at mike@simplicityandvelocity.com and I can personally assist you and provide you a coupon code for a 3 month free trial!