I use a composite plugin that on previous Themes shows the QTY of the product but on Xstore this is missing. For example I have sent you can see Xstore and Flatsome – there should be a 12, 24, 50, 100 numbers to show customer how many cards they are buying. If I change theme this appears change back to Xstore these numbers stop appearing.
The Plugin developer suggested below snippet but this didn’t fix issue with Xstore
add_filter( ‘woocommerce_product_variation_title_include_attributes’, ‘__return_true’, 99 );