Sorry Nicolas,
Got it, but still getting an error. Understand I may have to use the alias but don't want to do that manually for each one.
Also getting a product/listing in the url for category listings. Is there a way to fix that?
Here is the code now:
unset($query);
if($query=='product' && $query=='show'){
unset($query);
unset($query);
}
if(!empty($query)){
foreach($query as $name => $value){
$segments[] = $name.':'.$value;
}
}
return implode('/',$segments);
}
}
Site:
www.dribbleduds.com
I purged URL's, deleted cache and still getting the url.
Hope I still did it right.