{
const queryString = new URLSearchParams(new FormData($refs.filter_form)).toString()
loading = true;
fetch('/collections/all?' + queryString)
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
let html_dom = html_div.querySelector('#ProductGridContainer').innerHTML;
document.querySelector('#ProductGridContainer').innerHTML = html_dom;
// update url without refreshing the page
history.replaceState(null, null, '?' + queryString);
})
.catch(error => console.error('Error:', error))
.finally(() => loading = false);
})"
>
- Featured
- Best selling
- Alphabetically, A-Z
- Alphabetically, Z-A
- Price, low to high
- Price, high to low
- Date, old to new
- Date, new to old
-
Sale
Magnetic Building Blocks
$133.63 $8.64 -
Sale
Retro Wave™
Sale price $99.99 $89.99 -
Sale
SuppleWave™ Hat Fan
Sale price $40.00 $30.00 -
Sale
Supply Wave ™ Foam Pillow
Sale price $79.99 $59.99 -
Sale
Supply Wave™ Bubble Rocket Machine
Sale price $79.99 $39.99 -
Sale
SuppyWave™ Memory Leg Cloud
Sale price $60.00 $30.00