Zen Cart Logo
Forums / All Other Contributions/Addons / Easy populate - Froogle File Download Specs.

Easy populate - Froogle File Download Specs.

Locked

Views: 1,463

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
25 Jan 2008, 11:57 AM
#1
ksmglobal avatar

ksmglobal

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...