Minimal Theme Move Product Variation to top

Website: powr-up-gaming.myshopify.com

I created variations on some of my products and I’m also using an app called “Bold Product Options” to further have different options/addon’s for my products. The problem is that the Minimal Theme’s product variation is always shown below my app Bold Product Options. I want my themes variation to be the first thing the user is able to select at the top. How can I achieve this? Attached is an example. Also, when one of my variations is sold out and is selected by the user, the add to cart button does not show “Sold Out” button. Instead “add to cart” button remains visible but it wont actually let the user add to cart. How can I change this so that my out of stock variation displays 'Sold Out" button

Hi @PowrUpGaming

This is Victor from PageFly - Shopify Page Builder App

Please add this code below to your theme.liquid above the


About the sold-out variant, please make sure that you have not ticked in the “Continue selling when out of stock” option in the product

If you did, please untick it.

Hope this can help you solve the issue.

Best regards,

Victor | PageFly

Thank you that code worked. But I don’t have “Continue selling when out of stock” option in the product ticked on my product page. Any other ideas on what it could be? I forgot to mention that on my FAQ page the Title “FAQ” isnt centered as shown in the picture below. How can I fix that?

Hi again @PowrUpGaming
So i think that setting has been overridden by the 3rd app you are using.
You can test it by disabling the app for a few mins if the issue still persists, I suggest you contact Shopify support to deep check on the product settings.
If you turn it off and the issue is fixed then I think you should contact the app support to prevent the overridden
About the FAQ page please add this code below the code you added yesterday

{% if handle contains 'faq' %}

{%endif%}