$w.onReady(function () { $w("#shoppingCart").onReady(() => { let priceElements = $w("#price"); // Update with the actual ID or class if (priceElements) { priceElements.hide(); // Hides the price } }); });
top of page
EXHIBIT HUB
My cart
bottom of page