How to hide: "Only %1 left"
It's default of new version magento. If you want to hide it, you can use this custom css:
.product-info-stock-sku .configurable-variation-qty
{ display: none; }
It's default of new version magento. If you want to hide it, you can use this custom css:
.product-info-stock-sku .configurable-variation-qty
{ display: none; }