How to have the virtual options above the shopify options

To have the virtual options above the shopify options add this code to the theme.liquid file right after the <head> tag.

<script>
/* place virtual options above shopify options */
function bcpoDone() {
bcpo.$('#bcpo').prepend(bcpo.$('#bcpo .bcpo-simple'));
}
</script>
Was this article helpful?
Dislike

Pin It on Pinterest