Web Scraping - Product list has variations in div structure

Hello,
Trying to use Data Scraping on a product list page.
For product without discount it works well, scraping everything fine.

When a product has a discount like in this screenshot the div’s structure changes.
CaptureAAAAAAAA

How can I modify my ExtractMetadata in the Data Scrape to accomodate this discount also?

See below with bold the div structure change between normal and discounted product:

discount price […]
div idx 3 - Product Info DIV
div idx 2
div idx 2
div idx 3
div idx 2
div idx 1 → here is discounted price

normal price […]
div idx 3 - Product Info DIV
div idx 2
div idx 1
div idx 2
div idx 2
div idx 1 → here is normal price

Any idea for a solution?

Hi @andrei.baluta13 ,

Could you check if there is anything that will be of use to you in the link given down below?

Kind Regards,
Ashwin A.K

yould analyse if with additional attribute a common selector can be found
Another strategy could be to have 2 cols (price, reduced price) in place and later postprocess/consolidate it