Cannot scrape price and product details completely

Dear Gents and Ladies,

I have difficulties in scrape a website's certain range of products and prices. There will be either product name missing or price missing when I export to CSV. And I do not know how to fix it. Could you please kindly help to check my sitemap below? Finger cross. Many thanks! Feng

{"_id":"lifting-equipments","startUrl":["https://www.safetyliftingear.com/categories/lifting-equipment"],"selectors":[{"id":"subpage","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.subcat-box","multiple":true,"delay":0},{"id":"second sub page","type":"SelectorLink","parentSelectors":["subpage"],"selector":".details a","multiple":true,"delay":0},{"id":"product name","type":"SelectorText","parentSelectors":["second sub page"],"selector":"strong.blue","multiple":true,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["second sub page"],"selector":".quantity-break-price strong","multiple":true,"regex":"","delay":0}]}

There were some minor errors in your Json and I have fixed them. There are actually various types of pricing on the pages, depending on product and category. I have created scrapers for "web only price" and "phone order price". If you need other pricing you'll need to go thru the different products and create additional scrapers. I used Page load delay: 5500

Sitemap:
{"_id":"forum-safetyliftingear","startUrl":["https://www.safetyliftingear.com/categories/lifting-equipment"],"selectors":[{"id":"subpage","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.subcat-box","multiple":true,"delay":0},{"id":"second sub page","type":"SelectorLink","parentSelectors":["subpage"],"selector":".details a","multiple":true,"delay":0},{"id":"product name","type":"SelectorText","parentSelectors":["second sub page"],"selector":"h1.prod","multiple":false,"regex":"","delay":0},{"id":"web price","type":"SelectorText","parentSelectors":["second sub page"],"selector":"div > span.new-price","multiple":true,"regex":"","delay":0},{"id":"phone order price","type":"SelectorText","parentSelectors":["second sub page"],"selector":"span#phone-price-update-target","multiple":false,"regex":"","delay":0}]}

Sample scrape: https://drive.google.com/open?id=1gEc_Drnc186laLjXbXgJllkcFxrD84Up