View Single Post
  #10  
Old 09-20-2006, 11:06 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default Re: XC SEO Lite v1.0.0 Released

Here you go:

Code:
----------- Find Code: ----------- # Post string $post = func_froogle_convert($product['product'], 80)."\t". func_froogle_convert($product['descr'], 65536)."\t". $http_location.constant("DIR_CUSTOMER")."/product.php?productid=".$product['productid']."\t". $tmbn."\t". ------------ Replace With ------------ # Post string if ($seo_enable){ # Build SEO URL $prod_url = $seo->_product_filename($product['productid'], $product['product']); $post = func_froogle_convert($product['product'], 80)."\t". func_froogle_convert($product['descr'], 65536)."\t". $http_location.constant("DIR_CUSTOMER")."/".$prod_url."\t"; }else{ $post = func_froogle_convert($product['product'], 80)."\t". func_froogle_convert($product['descr'], 65536)."\t". $http_location.constant("DIR_CUSTOMER")."/product.php?productid=".$product['productid']."\t". } $post .= $tmbn."\t".
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote