Jump to content


Corporate Sponsors


Latest News: (loading..)

kotaro

Member Since 18 Mar 2008
Offline Last Active Mar 05 2012, 20:57
-----

Posts I've Made

In Topic: Automatically send data feed to Froogle

13 October 2011, 02:26

Jack,

Never mind, i figure out the problem. I had an old feed that was overwriting the txt file.

Thank you for the contribution!

In Topic: Automatically send data feed to Froogle

13 October 2011, 01:54

View PostJack_mcs, on 13 October 2011, 00:20, said:

You have to setup the options in the googlefeeder file.
Jack, thank you for fast response.

I checked options again and again, and still get the same result.
Here are my options from googlfeeder.php, if it's not too much trouble, can you please take a look and let me know if i'm missing something?
Because i still can't get availability to show and i still can't seem to control what columns i can display.


/*************** BEGIN MASTER SETTINGS ******************/

define('SEO_ENABLED','true');
define('FEEDNAME', 'data_feed.txt');
define('DOMAIN_NAME', 'www.mysitedomain.com');
define('FTP_USERNAME', '');
define('FTP_PASSWORD', '');
define('FTP_ENABLED', 0);
define('CONVERT_CURRENCY', 0); /
define('CURRENCY_TYPE', 'USD');
define('DEFAULT_LANGUAGE_ID', 1);
define('QUOTES_CATEGORY_NAME','');

/*************** OPTIONS - IF ENABLED, ALSO SET THE SIMILAR OPTION FARTHER DOWN ******************/
define('OPTIONS_ENABLED', 1);
define('OPTIONS_ENABLED_AGE_RANGE', 0);
define('OPTIONS_ENABLED_ATTRIBUTES', 0);
define('OPTIONS_ENABLED_BRAND', 1);
define('OPTIONS_ENABLED_CONDITION', 1);
define('OPTIONS_ENABLED_CURRENCY', 1);
define('OPTIONS_ENABLED_EXPIRATION', 0);
define('OPTIONS_ENABLED_FEED_LANGUAGE', 1);
define('OPTIONS_ENABLED_GTIN', 0);
define('OPTIONS_ENABLED_GOOGLE_PRODUCT_CATEGORY', 0);
define('OPTIONS_ENABLED_GOOGLE_UTM', 0);
define('OPTIONS_ENABLED_ISBN', 0);
define('OPTIONS_ENABLED_MADE_IN', 0);
define('OPTIONS_ENABLED_MPN', 0);
define('OPTIONS_ENABLED_PRODUCT_MODEL', 0);
define('OPTIONS_ENABLED_PRODUCT_TYPE', 1);
define('OPTIONS_ENABLED_SHIPPING', 0);
define('OPTIONS_ENABLED_INCLUDE_TAX', 0);
define('OPTIONS_ENABLED_UPC', 0);
define('OPTIONS_ENABLED_WEIGHT', 0);

define('OPTIONS_AGE_RANGE', '15-90 years');

define('OPTIONS_AVAILABILITY', 'status');

define('OPTIONS_BRAND', 'manu');
define('OPTIONS_CONDITION', 'new');
define('OPTIONS_CURRENCY', 'USD');
define('OPTIONS_CURRENCY_THOUSANDS_POINT', ',');
define('OPTIONS_DATE_FORMAT', 'Y-m-d');
define('OPTIONS_FEED_LANGUAGE', 'en');
define('OPTIONS_GOOGLE_UTM', '?utm_source=GoogleBase1&utm_medium=BaseFeed1&utm_campaign=products');
define('OPTIONS_GOOGLE_PRODUCT_CATEGORY', '');
define('OPTIONS_GTIN', '');
define('OPTIONS_ISBN', '');
define('OPTIONS_MADE_IN', '');
define('OPTIONS_MPN', 'model');
define('OPTIONS_PRODUCT_TYPE', 'full');
define('OPTIONS_SHIPPING_STRING', 'US:FL:Ground:7.00');
define('OPTIONS_TAX_RATE' , '20.0');
define('OPTIONS_TAX_CALC', (OPTIONS_ENABLED_INCLUDE_TAX == 2 ? (OPTIONS_TAX_RATE/100) + 1 : '1'));
define('OPTIONS_TAX_STRING', 'US:FL:5.00:n');
define('OPTIONS_UPC', '');
define('OPTIONS_WEIGHT_ACCEPTED_METHODS', 'lb');
define('OPTIONS_IGNORE_PRODUCT_PRICE', 0);
define('OPTIONS_IGNORE_PRODUCT_ZERO', 1);

THANK YOU!

In Topic: Automatically send data feed to Froogle

13 October 2011, 00:02

View Postkotaro, on 12 October 2011, 03:39, said:

Just installed this feed and it works well except for one thing. Availability is not displaying in the output. I checked and it is in output string itself but when it write the output string to the file it disappears. Anyone has any ideas why?

Thank you!

Hello again.

After running the script from admin tools i keep getting these headings and i do not see AVAILABILITY in them:
link title description expiration_date price image_link genre id weight manufacturer mpn payment_accepted product_type currency location tax quantity brand condition age_range made_in

I dumped the whole $output string to the screen before writing it to the file to see what it is and availability is there, but what gets written into the txt file is different then what $output has. These are the headings i see in the output string: link title description price image_link id availability condition product_type


Any ideas, why? and how to fix it?
Thank you.

In Topic: Automatically send data feed to Froogle

12 October 2011, 03:39

Just installed this feed and it works well except for one thing. Availability is not displaying in the output. I checked and it is in output string itself but when it write the output string to the file it disappears. Anyone has any ideas why?

Thank you!