Title is under class="product-detail-name" reference # is under class="pdp_prodNumber" Category name is anchor tag class "btn-link" text under class="pdp_categLabel" Description is under class="product-detail-description-text" Product Features are under class="properties-row" with class "properties-label" text as feature Label and class "properties-value" text as feature Value, Grab all the product features which are located under class="properties-row" in the html page. Product attachment is anchor tag "href" under class="mw-attachments-name" Products image will be all the images src with img class="img-fluid gallery-slider-image magnifier-image js-magnifier-image". Dont copy multiple images e.g. , if image BLREW007_a.jpg is already present then dont export image with the same name. Product Quantity is 10 Price is 10 Euro tax incl/excl product will be active Product meta keywords is under meta name="keywords" product meta description is under meta name="description" product meta title is under class="product-detail-name" Write down a php script that will get all the information from this link https://www.versagroup.be/en/ELECTRISCHE-RADIATOR-WIT-MUUR-MET-STEKKER-PROGRAM-2000W-BxH-119x56-5/BLREW007 html and export in a csv file which will be used for product import in Prestashop 1.7. The data we need to grab from this page https://www.versagroup.be/en/ELECTRISCHE-RADIATOR-WIT-MUUR-MET-STEKKER-PROGRAM-2000W-BxH-119x56-5/BLREW007 is as follows. Title is under class="product-detail-name" reference # is under class="pdp_prodNumber" Category name is anchor tag class "btn-link" text under class="pdp_categLabel" Description is under class="product-detail-description-text" Product Features are under class="properties-row" with class "properties-label" text as feature Label and class "properties-value" text as feature Value, Grab all the product features which are located under class="properties-row" in the html page. Product attachment is anchor tag "href" under class="mw-attachments-name" Products image will be all the images src with img class="img-fluid gallery-slider-image magnifier-image js-magnifier-image". Dont copy multiple images e.g. , if image BLREW007_a.jpg is already present then dont export image with the same name. Product Quantity is 10 Price is 10 Euro tax incl/excl product will be active Product meta keywords is under meta name="keywords" product meta description is under meta name="description" product meta title is under class="product-detail-name" Please be sure to export all the data which will be imported as it is into prestashop 1.7 store