Pagespeed Test

Testing the base speed of the layout and site

WanaRyd Motorcycle
Scroll to Top
GET AN ADDITIONAL ...

10% Off

Sign Up with your Email below to immediately get up to an additional 10% Off your order! 

document.addEventListener('DOMContentLoaded', function () { const possibleSelectors = [ '.woocommerce-orders-table__cell-order-status', '.woocommerce-order-overview__order-status', '.woocommerce-order-overview', '.order-status', ]; possibleSelectors.forEach(function(selector) { document.querySelectorAll(selector).forEach(function(el) { if (el.textContent.includes('On hold')) { el.textContent = el.textContent.replace(/On hold/g, 'In Progress'); } }); }); });