View Single Post
  #9  
Old 09-20-2006, 11:00 AM
  Jayk's Avatar 
Jayk Jayk is offline
 

eXpert
  
Join Date: Nov 2003
Location: Calgary, Alberta, Canada
Posts: 333
 

Default Re: XC SEO Lite v1.0.0 Released

I'm just finishing up editing my .php files and ran into a discrepency in froogle.php.

I'm running 4.1.3 and my froogle.php is a little different than the one in the INSTALL4.1x file. The code in my froogle.php is:

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". $product['productid']."\t". func_froogle_convert($keywords, 65536)."\t". number_format(round($product['price'], 2), 2, ".", "")."\t". (empty($config['Froogle']['froogle_currency']) ? "USD" : $config['Froogle']['froogle_currency'])."\t". func_froogle_convert($config['Froogle']['froogle_payment_accepted'], 65536)."\t". func_froogle_convert($config['Froogle']['froogle_payment_notes'], 65536)."\t". $product['avail']."\t". func_froogle_convert($product['manufacturer'], 80)."\t". $product['manufacturerid']."\t". $product['weight']."\t". date("Y-m-d", time()+(empty($config['Froogle']['froogle_expiration_date']) ? 0.5 : $config['Froogle']['froogle_expiration_date'])*86400);

I'm not sure which code to replace or if the seo code is not quite up to date for 4.1.3.

Thanks,
Jason
__________________
X-Cart Gold 4.4.3
Blog: www.flashinthepan.ca
Reply With Quote