{
const queryString = new URLSearchParams(new FormData($refs.filter_form)).toString()
loading = true;
fetch('/collections/todos-os-produtos?' + 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);
})"
>
- Em destaque
- Mais vendidos
- Ordem alfabética, A–Z
- Ordem alfabética, Z–A
- Preço, ordem crescente
- Preço, ordem decrescente
- Data, mais antiga primeiro
- Data, mais recente primeiro
-
Luz para Bike Pedal Light
Preço normal R$ 118,00 -
Corda sem fio JumpInteligent
Preço normal R$ 99,00 -
Sutiã MegaComfort
Preço normal R$ 186,00 -
Placa de flexão contador digital
Preço normal R$ 214,00 -
Gyroball Treinamento de Mão
Preço normal R$ 150,00 -
Aparelho LegFit
Preço normal R$ 212,00 -
Óculos polarizado Super Vision
Preço normal R$ 77,00 -
Bolsa portátil para bikers
Preço normal R$ 227,00 -
Cadeado em Corrente Safe Biking
Preço normal R$ 285,00 -
Legging Fitness Firefit
Preço normal R$ 111,00