ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,835
- Points
- 823
Reputation:
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?
Continue reading...
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?
Continue reading...