Right now I'm using something like the following link to remove the make filter from my addon list.
Code:
However, when the make is removed, I also want to remove the model. Is there a way to remove both the 'make' and the 'model' at the same time?
Читать далее...
Code:
<a href="{{ link('cars', null, $filters|replace('make', null)) }}"
However, when the make is removed, I also want to remove the model. Is there a way to remove both the 'make' and the 'model' at the same time?
Читать далее...