{
const queryString = new URLSearchParams(new FormData($refs.filter_form)).toString()
loading = true;
fetch('/collections/all-products?' + 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
-
Bag SmartPocket
Regular price $25.00 -
Sale
ElectroClean Foot Pad
Sale price $33.00 $23.00 -
3D Rest Mask
Regular price $10.00 -
Sale
Neck Pain Cushion
Sale price $37.00 $24.00 -
Sale
Sun Fresh Gel Pillow
$83.00 $57.00 -
Sale
Pain reliever
Sale price $37.00 $24.00 -
Relaxing Neck Massager
Regular price $53.00 -
Clear Face Facial Cleanser
Regular price $79.00 -
Sale
Nail Stamp
Sale price $17.00 $12.00 -
3 Sided Toothbrush
Regular price $13.00 -
2 in 1 USB Wireless Straightening Brush
Regular price $40.00 -
Smooth Skin Epilating Stone
Regular price $16.00 -
Sale
Fresh Day Neck Fan
Sale price $47.00 $33.00