Quote:
Originally Posted by icases
I did the changes you posted in the forum here -
http://forum.x-cart.com/showpost.php?p=167548&postcount=220
But when I export and download the froogle export file, something are messed up. In the link column it shows my home page link, not the product link, then after that every column is shifted over to the right, once. Could you help me?
Thanks
|
I'm not seeing the shift to the right, but I am seeing the product URL only giving the home page link. I have looked over the froogle.php code and can't find any problems, but the code that defines the $prod_url variable:
Code:
$prod_url = $seo->_product_callback(array(false,'','productid='.$product['productid'],'',''), true, $product['product']);
seems to be generating no value. I'm pretty new to php, so I'm trying to follow how the pieces of this mod tie together. I suspect something has changed since version 4.1.3 that is not letting the files in modules/XC_SEO generate the proper URL for the Froogle export. I'll keep digging and see what I can find. If there's anyone more experienced at php, maybe they could lend a hand. Hopefully I will come across something.
Jason