{ const u = new URL(window.location.href); u.searchParams.delete('product_list_order'); u.searchParams.delete('product_list_dir'); u.searchParams.delete('p'); window.location.href = u.toString(); })(); open = false"
>
الصلة
{ const u = new URL(window.location.href); u.searchParams.set('product_list_order','name'); u.searchParams.set('product_list_dir','asc'); u.searchParams.delete('p'); window.location.href = u.toString(); })(); open = false"
>
الاسم من أ إلى ي
{ const u = new URL(window.location.href); u.searchParams.set('product_list_order','name'); u.searchParams.set('product_list_dir','desc'); u.searchParams.delete('p'); window.location.href = u.toString(); })(); open = false"
>
الاسم من ي إلى أ
{ const u = new URL(window.location.href); u.searchParams.set('product_list_order','price'); u.searchParams.set('product_list_dir','asc'); u.searchParams.delete('p'); window.location.href = u.toString(); })(); open = false"
>
السعر (من الأقل إلى الأعلى)
{ const u = new URL(window.location.href); u.searchParams.set('product_list_order','price'); u.searchParams.set('product_list_dir','desc'); u.searchParams.delete('p'); window.location.href = u.toString(); })(); open = false"
>
السعر (من الأعلى إلى الأقل)