Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
box.style.display = 'block'; box.innerHTML = 'RFQ Items
' + JSON.parse(localStorage.getItem('rfq_items') || '[]') .map(i => i.title + ' x ' + i.qty) .join('
'); }; document.addEventListener('DOMContentLoaded', renderRFQ); 0
Quote Basket