![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() hi,
actual code in price filter wdiget: Quote:
Iam gonna keep JQUery Slider instead of above code...Iam gonna keep some form under slider, below is that form code: Quote:
SO, all I need is how do I make that form code work for price filter widget..? |
#2
|
||||
|
||||
![]() Hi,
I'm also not sure how to get the slider to send a $_GET parameter to the URL. Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Quote:
Ohh ![]() |
#4
|
||||
|
||||
![]()
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Quote:
You're such a gr8 coder, if you dont know means how..? ![]() and that guy asking some $xxx just for widget codes.. and thats why iam struggling myself.. if you could just try this, i can get slider as well.. pls try again,. |
#6
|
||||
|
||||
![]() Hi
This is beyond the scope of the support we can provide. Additionally, the price filter on bag saver is not even working for me. I wouldn't copy that behavior. ![]() Eric
__________________
![]() ![]() ![]() ![]() |
#7
|
|||
|
|||
![]() Quote:
your replies surrprisng me.. Is that really tough to implement..? and you always say this "beyond the support...." iam not asking something that I can found easily outside, instead iam asking mainly on 'Integration issues' BTW, cant we use something like 'action attibute' to form ? something like below: Quote:
(or) Quote:
Just giving an idea....i guess you already knew this, but just trying from my side... |
#8
|
||||
|
||||
![]() Hi
Sure, you can do the form and leave off the action attribute. You don't need or want it in this case. However, you still need to tweak the form to send 2 input fields (minprice and maxprice) to the URL as 1 field (price). That will require modifying the HTML and possibly the jQuery used to manipulate the data. Eric
__________________
![]() ![]() ![]() ![]() |
#9
|
|||
|
|||
![]() Quote:
Eric, Somehow I have placed JQuery slider for one of my price filters, pls check below: As far as I know, everything is done, values are getting, BUT unable to submit due to lack of knowledge of php , jquery stuff... pls just make the url to submit.. (please check source code to know the slider script just before </head> tag.. |
#10
|
||||
|
||||
![]() Hi
You need to remove the action attribute. And you should probably change this: HTML Code:
<input type="submit" value="GO" id="pricego">
HTML Code:
<input type="hidden" name="price" id="pricego"><input type="submit" value="GO">
__________________
![]() ![]() ![]() ![]() |
#11
|
|||
|
|||
![]() ok iam using below code now:
Quote:
d) Does method ="get" is a MUST? after when I selected some values and then clciked "GO" button, Now iam getting URL as : I have some queries: a) Now products are displaying as per the range selected (check above url), BUT I wanna display products from low to high as soon as anyone selects Price Filter, so how can I achieve this..? b) How its automatically got appended Quote:
c) How can I display "$" symbol in url..? I mean like this: Quote:
Last edited by johngibb123 : October 4th, 2012 at 11:49 AM. |
#12
|
||||
|
||||
![]() Hi
a. Add this to the form: HTML Code:
<input type="hidden" name="sort" value="price" />
d. Same as clearing other filters mentioned in the "filters" thread. Eric
__________________
![]() ![]() ![]() ![]() |
#13
|
|||
|
|||
![]() Quote:
Thanks Eric! ![]() why my GO button doesnt look like button and textfieds do not look like textfields? |
#14
|
||||
|
||||
![]() Quote:
Code:
input, textarea { padding: 5px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid; margin-bottom:10px;}
__________________
![]() ![]() ![]() ![]() |
#15
|
|||
|
|||
![]() Quote:
![]() |
#16
|
||||
|
||||
![]() Or add a CSS ID to your <input> elements and style them specifically.
__________________
![]() ![]() ![]() ![]() |
#17
|
|||
|
|||
![]() Quote:
BTW, whatever we add code inside 'module template', where that code will be..? I mean in which file.? |
#18
|
||||
|
||||
![]() HTML Code:
<a href="[server.url type='fullpage' query='-sort&-price']">[X] Remove sort and price</a>
__________________
![]() ![]() ![]() ![]() |
#19
|
|||
|
|||
![]() Quote:
BUG:first select Brand filter and then select price filter, then brand filter will go away... solution pls... |
#20
|
|||
|
|||
![]() one more thing:
how to change colors for price filter widget name? I just added in custom.css as: Quote:
and then appended this ID for "Custom CSS ID " under view --> view properties What i did wrong..? I wanna change widget name colors.. b) Why my "FILTER BY BRAND" is just below "Categories"... ? Last edited by johngibb123 : October 4th, 2012 at 06:35 PM. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Price Filter per Category | lesljr | Feature Requests | 0 | March 21st, 2012 09:44 AM |
Price filter | quitjob | Questions | 1 | March 18th, 2012 09:59 AM |
'Remove Price filter' like brand filter | Giftoly | Questions | 1 | January 20th, 2012 10:48 AM |
Can I change sorting template to sort like the Price Widget Filter? | cashnow | Questions | 2 | January 30th, 2011 02:26 PM |
How do I make unique title tags for price filter widget pages? | cashnow | Questions | 15 | January 28th, 2011 06:11 PM |