View Single Post
  #1  
Old 11-13-2007, 10:39 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default CDSEO & X-Cart Google Base export

The Google Base export seems to be working in 4.1.9 and for those of you who have CDSEO Links the following will substitute the default product link with the CDSEO product link.

In froogle.php around line 221

--Original Code--
$froogle_location.constant("DIR_CUSTOMER")."/product.php?productid=".$product['productid']."\t".

--Change To--
$froogle_location.constant("DIR_CUSTOMER")."/Your_CDSEO_Dir_Name/".$product['cdseo_url']."\t".

Substitute Your_CDSEO_Dir_Name with the CDSEO product directory for your site.

Paul
__________________
WooCommerce as of 10/2022
Reply With Quote