- Please click all "tab to view price" button
- Run the script below
- Paste the result to Excel/Google Sheet and Sort
$(".sku-title").each(function(i, o){console.log($(o).text().split('-')[1].split('Cu')[0].replace( /^\D+/g, '') / $(o).closest('.row').find('.pb-purchase-price').eq(0).text().replace(/^\D+/g, ''), $(o).text(), $(o).next('.sku-model').text(), $(o).closest('.row').find('.pb-purchase-price').eq(0).text().replace(/^\D+/g, ''))})