ewebdev.com
January 07, 2009, 03:22:35 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ewebdev.com
>
Joomla related stuff
>
Virtuemart - ARTIO JoomSEF
>
Advanced Search According to Parameters - MULTI-PAGE RESULTS
Pages: [
1
]
« previous
next »
Print
Author
Topic: Advanced Search According to Parameters - MULTI-PAGE RESULTS (Read 1003 times)
kaddy
Newbie
Posts: 2
Advanced Search According to Parameters - MULTI-PAGE RESULTS
«
on:
September 29, 2007, 06:34:17 AM »
I've got a Product Type applied to all of my Products, and I've enabled the "Advanced Search According to Parameters" (ASATP) in the module. It seems to work fine.
However, if the results for a given search (all "135cm" products for instance) spill over to multiple pages of search results, only the first page displays accurately filtered results. In this example, it would display "Results 1 - 30 of 120" 135cm products. As soon as I click on the next page of results, it ignores the 135cm filter and instead shows me "Results 31 - 60 of 187" (my entire inventory). When I click back to the previous results page, I'll now see "Results 1 - 30 of 187".
Bugfix:
This seems to be a bug in VirtueMart. You can fix it, by placing following code in show.browse.php at line 153, right after line with "$search_string .=...":
// Following provides support for advanced search by product type parameters
if (!empty($product_type_id)){
foreach($_REQUEST as $key => $value){
if (substr($key, 0,13) == "product_type_"){
$search_string .="&".$key."=".$value;
}
}
}
// --- bugfix end
It is working for me but, no with JoomSEF and Virtuemart plugin for Artio JoomSEF 2.1.0.
Logged
ewebdev.com
Advanced Search According to Parameters - MULTI-PAGE RESULTS
«
on:
September 29, 2007, 06:34:17 AM »
Logged
Fallen
Need help?
Administrator
Newbie
Posts: 41
Lazyness drives us forward!
Re: Advanced Search According to Parameters - MULTI-PAGE RESULTS
«
Reply #1 on:
September 29, 2007, 09:19:39 AM »
Hello,
please pm post the site so I can see it.
Will see what can be done.
Fallen
Logged
kaddy
Newbie
Posts: 2
Re: Advanced Search According to Parameters - MULTI-PAGE RESULTS
«
Reply #2 on:
September 29, 2007, 09:26:19 AM »
http://www.dolier.ro/
http://www.dolier.ro/shop/5.html
http://www.dolier.ro/shop/index.php
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Joomla related stuff
-----------------------------
=> General Discussion
=> Suggestions
=> Virtuemart - ARTIO JoomSEF
=> SOBI2 - ARTIO JoomSEF
=> Fireboard - ARTIO JoomSEF
=> Mister Estate - ARTIO JoomSEF
=> Linx component - ARTIO JoomSEF
Loading...