/
How can I fix the issue when the "Pre-Order" button is showing up for the wrong variant?
How can I fix the issue when the "Pre-Order" button is showing up for the wrong variant?
Open Themes section on the admin panel of your web store (Online Store → Themes);
Find Theme from the list which will be used with our installed app.
Click Actions → Edit Code.
Open the product.liquid template and add the code below to the beginning of the file:
<script>SPOCustom = {}; SPOCustom.customVariantSelectors = true;</script>
Save the template file.
Related articles
Related content
Why is the pre-order button not displayed?
Why is the pre-order button not displayed?
More like this
Why Pre Order button is not shown for an out-of-stock product?
Why Pre Order button is not shown for an out-of-stock product?
More like this
How to make the pre-order button look the same as "Add To Cart"?
How to make the pre-order button look the same as "Add To Cart"?
More like this
What buttons does the pre-order button replace?
What buttons does the pre-order button replace?
More like this
How can I show "Pre-Order" button instead of "Add to Cart" on the collection page(s)?
How can I show "Pre-Order" button instead of "Add to Cart" on the collection page(s)?
More like this
What should be done to remove the application correctly (pre-order)
What should be done to remove the application correctly (pre-order)
More like this