Services & Subscriptions
Professional Services & Plans
Expert services and subscription plans tailored to your needs.
0) {
this.filters.types.forEach(type => params.append('type[]', type));
}
if (this.filters.priceRange && this.filters.priceRange !== '-max') {
const [min, max] = this.filters.priceRange.split('-');
if (min) params.set('min_price', min);
if (max && max !== 'max') params.set('max_price', max);
}
if (this.filters.sort) {
const [sortBy, order] = this.filters.sort.split('-');
params.set('sort', sortBy);
params.set('order', order);
}
window.location.href = PAGE_BASE_URL + '?' + params.toString();
},
clearFilters() {
this.filters = { search: '', types: [], priceRange: '', sort: 'created_at-desc' };
window.location.href = PAGE_BASE_URL;
}
}" style="margin-bottom:16px;">
0–0 of 0 products
No products found
Try adjusting your filters