I am stuck on a challenging import query from the following website
https://www.zara.com/tr/en/full-length-trousers-p07385169.html?v1=88239943&v2=1471790
The links shows a product by zara that has some size variations
for some reason they mark the out of stock variations as "disabled" in html. I am not sure how does that work.
my mission is to scrape the in stock variations. or all the variations but with a hint to the out of stock ones.
The =IMPORTXML(A1,("//span[@class='product-size-info__name']")) function returns all the variations without any note about the disabled ones.
is there is any way to get only the active variations? or all variations with any hint about the disabled ones?
Thanks in advance.