View Single Post
  #6  
Old 05-02-2007, 03:17 AM
 
nfc5382 nfc5382 is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 481
 

Default Re: Can you pass POST vars through CDSEO (mod_rewrite)?

Ok think I got it.

In products.php I added:

Code:
if( $hbafs ) { $search_data["products"]["forsale"] = "H"; $smarty->assign("hbafs","?hbafs=1"); }

Then in customer/main/navigation_seo.tpl I added:

Code:
.html{$hbafs}
__________________
-----------------------
x-cart v4.7.6 [LIVE]
x-cart v4.0.18 [retired 2004-2016]
x-cart v3.5.13 [retired]
x-cart v3.4.14 [retired]
Reply With Quote