Hello,
I am trying to adjust the product URL in the admin/easy_populate.php file. The problem is that in the froogle txt file I want the Product URL to be displayed as:
http://www.mydomain.com/index.php?ma...roduct_id=1131 and so on..
BUT it is being displayed as:
http://www.mydomain.com/index.php?ma...roduct_id=1131
NOTE: it is automatically putting a ? in front of product_id.
QUESTION: How do I remove the ? charactor from the output.
In the easy_populate.php file where it states $froogle_product_info_path I have added:
http://www.mydomain.com/index.php?ma...=product_info&
Please can you help...



