New Zenner
- Join Date:
- Nov 2007
- Posts:
- 12
- Plugin Contributions:
- 0
Easy populate - Froogle File Download Specs.
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?main_page=product_info&product_id=1131 and so on..
BUT it is being displayed as:
http://www.mydomain.com/index.php?main_page=product_info&?product_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?main_page=product_info&
Please can you help...