Incorrectly detects the Choice Delivery shipping fee as 10€ but it is 1.99€.
Might be more future-proof to access the prices from json instead of scraping html?
Shipping (e.g. 1.99 or undefined for free): window.runParams.data.webGeneralFreightCalculateComponent.originalLayoutResultList[0].bizData.displayAmount
Incorrectly detects the Choice Delivery shipping fee as 10€ but it is 1.99€. Might be more future-proof to access the prices from json instead of scraping html?
Shipping (e.g. 1.99 or undefined for free):
window.runParams.data.webGeneralFreightCalculateComponent.originalLayoutResultList[0].bizData.displayAmount