{
const queryString = new URLSearchParams(new FormData($refs.filter_form)).toString()
loading = true;
filtersActive = true;
fetch('/collections/chairs?' + 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
filtersActive = true
});
})
"
>
Filter:
Show: All
-
Click Dining Chair with Armrest Olive Green
Regular price $459.00 -
Click Dining Chair with Armrest Black
Regular price $459.00 -
Alua Dining Chair with Armrest
Regular price $599.00 -
Lennox Lounge Chair
Regular price $699.00 -
Urban Oasis Amira Rattan Dining Chair
Regular price $299.00 -
Urban Oasis Verandah Chair Natural
Regular price $359.00 -
Urban Oasis Beliz Hanging Egg Chair With Cushion
Regular price $649.00 -
Urban Oasis Bahama Folding Beach Chair
Regular price $199.00 -
East India Teak Adirondack W/ Stool
Regular price $1,099.00 -
Urban Oasis Adirondack With Footrest
Regular price $999.00