![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store ID: 1727z9pgtyc2oba4
Website URL: billigjumpsuit.dk URL to page in question: How do i set up the sorting mechanism to sort by salesprice if it exists otherwise take the ordinary price. Also how do i set up the prcefilter do sort by sale price, if any, or else sort by price? |
#2
|
||||
|
||||
![]() Hi,
Currently, you can only set it up to sort by price or saleprice, but doing a conditional sort is not possible. Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
||||
|
||||
![]() Hi,
Sorry, I'm wrong about that. You have access to the sprice value which is what you need. For example, in the sorting template you have this: PHP Code:
PHP Code:
Eric
__________________
![]() ![]() ![]() ![]() |
#4
|
|||
|
|||
![]() fantastic
![]() |
#5
|
||||
|
||||
![]() Happy New Year to you, too!
__________________
![]() ![]() ![]() ![]() |
#6
|
|||
|
|||
![]() Thanks!, it works perfectly on the soritng high to low, but unfortunately not on the "sorting widget", when i change from price to sprice nothing happens here, is there anyway to fix this?
|
#7
|
||||
|
||||
![]() Hi,
You need to change this: HTML Code:
<ul> <li><a href="[server.url type='fullpage' query='price=-300']">Under 300 Kr.</a></li> <li><a href="[server.url type='fullpage' query='price=300-600']">300 Kr. ~ 600 Kr.</a></li> <li><a href="[server.url type='fullpage' query='price=600-900']">600 Kr. ~ 900 Kr.</a></li> <li><a href="[server.url type='fullpage' query='price=900-1200']">900 Kr. ~ 1200 Kr.</a></li> <li><a href="[server.url type='fullpage' query='price=1200-']">Over 1200 Kr.</a></li> <ul> HTML Code:
<ul> <li><a href="[server.url type='fullpage' query='sprice=-300']">Under 300 Kr.</a></li> <li><a href="[server.url type='fullpage' query='sprice=300-600']">300 Kr. ~ 600 Kr.</a></li> <li><a href="[server.url type='fullpage' query='sprice=600-900']">600 Kr. ~ 900 Kr.</a></li> <li><a href="[server.url type='fullpage' query='sprice=900-1200']">900 Kr. ~ 1200 Kr.</a></li> <li><a href="[server.url type='fullpage' query='sprice=1200-']">Over 1200 Kr.</a></li> <ul>
__________________
![]() ![]() ![]() ![]() |
#8
|
|||
|
|||
![]() Quote:
|
#9
|
|||
|
|||
![]() Is there a way to solve the widget problem??
|
#10
|
||||
|
||||
![]() Hi,
I haven't forgot about you. Still looking into this. I will update this thread as soon as I know more. Eric
__________________
![]() ![]() ![]() ![]() |
#11
|
|||
|
|||
![]() thanks mate
|
#12
|
||||
|
||||
![]() Hi,
Upgrading your Datafeedr plugin to the newest version should fix the issue. Eric
__________________
![]() ![]() ![]() ![]() |
#13
|
|||
|
|||
![]() Thankyou very much
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
regarding sorting | officialwatch | Questions | 1 | October 26th, 2012 08:29 AM |
about sorting | officialwatch | Questions | 1 | October 5th, 2012 09:10 AM |
Sorting Feature | feeriejade | Questions | 6 | August 15th, 2012 07:58 PM |
Sorting by Age | lpimco | Questions | 2 | October 4th, 2011 02:05 PM |