Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Cherry Picker, filter by price parameters
(1 viewing) (1) Guest
Support forum for customers who have purchased paid JoomSEF extension. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Cherry Picker, filter by price parameters

Cherry Picker, filter by price parameters 12 years, 7 months ago #24179

  • mtg
  • OFFLINE
  • Posts: 14
Hi,

With Cherry Picker (latest version) and Artio v3 (latest version) under Joomla 1.5.23 with VM 1.1.8.

The parameters low-price and high-price is not stored in the numbered pagination.

shop.browse :

 
$search_string = '';
if ( $num_rows > 1 && @$_REQUEST['output'] != "pdf") {
if ( $num_rows > 5 ) { // simplified logic
$search_string = $mm_action_url."index.php?option=com_virtuemart&category_id=$category_id&page=$modulename.browse";
 
...
 
/* start mod cherrypicker */
$chp_low_price=vmGet($_REQUEST, "low-price", "");
$chp_high_price=vmGet($_REQUEST, "high-price", "");
if(!empty($chp_low_price) || !empty($chp_high_price)){
$search_string.="&low-price=".$chp_low_price."&high-price=".$chp_high_price;
}
/* end mod cherrypicker */
}
echo $search_string;// URL GOOD
$search_string=$sess->url($search_string);
echo $search_string;// URL NOT GOOD
 
 
$tpl->set( 'VM_BROWSE_ORDERBY_FIELDS', $VM_BROWSE_ORDERBY_FIELDS);
 
 
Last Edit: 12 years, 7 months ago by mtg.
The topic has been locked.

Re: Cherry Picker, filter by price parameters 12 years, 7 months ago #24181

  • mtg
  • OFFLINE
  • Posts: 14
Here is something to correct the problem temporarily, pending a fix. The goal is to disable URL rewriting if the filter settings on the present price :




Uploaded with ImageShack.us
Last Edit: 12 years, 7 months ago by mtg.
The topic has been locked.

Re: Cherry Picker, filter by price parameters 12 years, 6 months ago #24504

  • dajo
  • OFFLINE
  • Posts: 5069
Hi,
Thank you for the report, we'll try to fix this problem. In the meantime you can add low-price and high-price parameters to Custom non-SEF variables in VirtueMart extension parameters (using Manage Extensions page in JoomSEF).
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
Přihlášení uživatele Prázdný