Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * * 4 votes

Automatically send data feed to Froogle


3231 replies to this topic

#3141 cheapo

  • Community Member
  • 23 posts
  • Real Name:Mike G

Posted 19 December 2011, 22:27

View PostJack_mcs, on 19 December 2011, 01:07, said:

I don't offer specialized coding due to the trime it takes but I will mention that
if($catParentID = '28')
should be
if($catParentID == '28')
Thank you. I did have == when I placed it into the file to test but it didn't work. I don't know why but $catParentID is always empty. No worries as it isn't a killer at this time but it would be nice to be able to get pretty granular in the google taxonomy. Might lead to better ranking...

Mike

#3142 booksfromhome

  • Community Member
  • 32 posts
  • Real Name:David
  • Gender:Male

Posted 07 January 2012, 23:09

I load the new version (2.9) to my osc 2.3.1 and got a strange effect in my admin page. A lolt of the buttons are not showing up only the link text, they work but no fancy buttons


BOX_HEADING_CONFIGURATION
BOX_CONFIGURATION_ADMINISTRATORS
BOX_CONFIGURATION_STORE_LOGO
My Store
Minimum Values
Maximum Values
Images
Customer Details
Shipping/Packaging
Product Listing
Stock
Logging
Cache
E-Mail Options
Download
GZip Compression
Sessions
Add More Fields
BOX_HEADING_CATALOG



BOX_HEADING_MODULES

BOX_HEADING_CUSTOMERS

BOX_HEADING_LOCATION_AND_TAXES

BOX_HEADING_LOCALIZATION

BOX_HEADING_REPORTS

BOX_HEADING_TOOLS

Edited by booksfromhome, 07 January 2012, 23:12.


#3143 Jack_mcs

  • Community Member
  • 24,454 posts
  • Real Name:Jack
  • Gender:Male

Posted 08 January 2012, 00:54

View Postbooksfromhome, on 07 January 2012, 23:09, said:

I load the new version (2.9) to my osc 2.3.1 and got a strange effect in my admin page. A lolt of the buttons are not showing up only the link text, they work but no fancy buttons


BOX_HEADING_CONFIGURATION
BOX_CONFIGURATION_ADMINISTRATORS
BOX_CONFIGURATION_STORE_LOGO
You're missing definitions in the english.php file so you must have overwrote/deleted those when making the changes for that file.

Edited by Jack_mcs, 08 January 2012, 00:54.


#3144 booksfromhome

  • Community Member
  • 32 posts
  • Real Name:David
  • Gender:Male

Posted 08 January 2012, 02:58

your are right, I was missing all the box defines, I have no idea how they disapeared

#3145 booksfromhome

  • Community Member
  • 32 posts
  • Real Name:David
  • Gender:Male

Posted 08 January 2012, 03:01

I added the product_condition to the database BUT I have no idea how to add it to my product input page. I may have to use your ADD MORE FIELDS .

Any ideas on how to do it manually??

#3146 Jack_mcs

  • Community Member
  • 24,454 posts
  • Real Name:Jack
  • Gender:Male

Posted 08 January 2012, 04:46

View Postbooksfromhome, on 08 January 2012, 03:01, said:

I added the product_condition to the database BUT I have no idea how to add it to my product input page. I may have to use your ADD MORE FIELDS .

Any ideas on how to do it manually??
It's not a simple change so it isn't something I would go through in a support thread like this. You could try posting in the general forum and someone might walk you through it.

#3147 Rev0lt

  • Community Member
  • 12 posts
  • Real Name:Trent

Posted 08 January 2012, 17:08

Sorry for the basic question, but I can't get tax working at all, using ver 2.9. The feed is showing excluding Tax, but I am in Australia and have to show 10% tax.

I searched this thread and found some similar questions from users with 2.8, but the solution was fixed in 2.9..? What do I have to set to show 10% tax? Thanks [img]http://forums.oscommerce.com//public/style_emoticons/default/smile.png[/img]

I have messed around with the following, but must not have got the right combo.

define('OPTIONS_ENABLED_INCLUDE_TAX', 1);
define('OPTIONS_TAX_RATE' , '10.0');
define('OPTIONS_TAX_CALC', (OPTIONS_ENABLED_INCLUDE_TAX
define('OPTIONS_TAX_STRING'

Edited by Rev0lt, 08 January 2012, 17:11.


#3148 Jack_mcs

  • Community Member
  • 24,454 posts
  • Real Name:Jack
  • Gender:Male

Posted 08 January 2012, 17:31

View PostRev0lt, on 08 January 2012, 17:08, said:

Sorry for the basic question, but I can't get tax working at all, using ver 2.9. The feed is showing excluding Tax, but I am in Australia and have to show 10% tax.

I searched this thread and found some similar questions from users with 2.8, but the solution was fixed in 2.9..? What do I have to set to show 10% tax? Thanks [img]http://forums.oscommerce.com//public/style_emoticons/default/smile.png[/img]

I have messed around with the following, but must not have got the right combo.

define('OPTIONS_ENABLED_INCLUDE_TAX', 1);
define('OPTIONS_TAX_RATE' , '10.0');
define('OPTIONS_TAX_CALC', (OPTIONS_ENABLED_INCLUDE_TAX
define('OPTIONS_TAX_STRING'
If it is a flat 10% for everything you would be better off logging into your googlebase account and setting up the tax there.

#3149 Rev0lt

  • Community Member
  • 12 posts
  • Real Name:Trent

Posted 09 January 2012, 02:03

Hi Jack,

It won't let me set it there - it will only allow for US states, even when I have set my Country to Australia.. unless there's another way.

>>>>


Tax & Shipping

Overview

The tax setting should only be used for merchants submitting feeds to the US. Please do not use this setting if you are not submitting feeds to the US. For all other countries, it is required to submit prices which are tax inclusive.

Edited by Rev0lt, 09 January 2012, 02:17.


#3150 Jack_mcs

  • Community Member
  • 24,454 posts
  • Real Name:Jack
  • Gender:Male

Posted 09 January 2012, 04:21

View PostRev0lt, on 09 January 2012, 02:03, said:

It won't let me set it there - it will only allow for US states, even when I have set my Country to Australia.. unless there's another way.
In that case, the OPTIONS_ENABLED_INCLUDE_TAX option should be set to 2.

#3151 Rev0lt

  • Community Member
  • 12 posts
  • Real Name:Trent

Posted 09 January 2012, 05:04

Thanks, got it working. :) I was putting 2 in the first 'OPTIONS_ENABLED_INCLUDE_TAX' but not in the one further down.

#3152 Irin

  • Community Member
  • 740 posts
  • Real Name:Irina
  • Gender:Female
  • Location:USA

Posted 10 January 2012, 03:16

Hello. I came upon the strangest thing, that I can't seem to figure out. I'm using the latest "GoogleBase" v2.9 release with all latest, required by Google, attributes. When I create a data feed (in .txt) and view it through ftp, it shows perfectly, with all the required attributes. However, if I view this .txt file in browser (and this is also what is being uploaded to Google Base), it shows absolutely different information, the attributes are different, like the file is being pulled from somewhere else. I checked everywhere and couldn't find any other occurrences of this file, only in my /googlefeeds/ directory. I'm really confused and don't know where to look for a solution. Can somebody help, please?

#3153 Jack_mcs

  • Community Member
  • 24,454 posts
  • Real Name:Jack
  • Gender:Male

Posted 10 January 2012, 03:47

View PostIrin, on 10 January 2012, 03:16, said:

Hello. I came upon the strangest thing, that I can't seem to figure out. I'm using the latest "GoogleBase" v2.9 release with all latest, required by Google, attributes. When I create a data feed (in .txt) and view it through ftp, it shows perfectly, with all the required attributes. However, if I view this .txt file in browser (and this is also what is being uploaded to Google Base), it shows absolutely different information, the attributes are different, like the file is being pulled from somewhere else. I checked everywhere and couldn't find any other occurrences of this file, only in my /googlefeeds/ directory. I'm really confused and don't know where to look for a solution. Can somebody help, please?
Try going into your feeds directory and deleting the feed. Then run the script manually and check that directory again. If the file is not there, then something is wrong with your paths. If it is there, download it to your computer, open it and verify the data is correct. If it is, then go into your googlebase account and use the option to upload it manually. If the data is correct, then something is wrong with your path in the cron job, most likely.

#3154 Irin

  • Community Member
  • 740 posts
  • Real Name:Irina
  • Gender:Female
  • Location:USA

Posted 10 January 2012, 04:17

Hi Jack,

Thanks for your reply. I did just like you said, ran the script manually from my admin panel and then downloaded file from ftp /googlefeeds/ directory to my computer, and all the data is correct. Also, when I manually run a script and the file is uploaded to Google Base, it shows no errors, except for the 'product type' value. Google requires more precise classification signals for ‘product type’ attribute, such as > or /.

However, if I click on the link created by running a script in admin panel, the file shows a wrong data, though it's a file from exactly same location as the one I downloaded through ftp. What can be wrong with the script?

Edited by Irin, 10 January 2012, 04:26.


#3155 Jack_mcs

  • Community Member
  • 24,454 posts
  • Real Name:Jack
  • Gender:Male

Posted 10 January 2012, 12:37

View PostIrin, on 10 January 2012, 04:17, said:

Hi Jack,

Thanks for your reply. I did just like you said, ran the script manually from my admin panel and then downloaded file from ftp /googlefeeds/ directory to my computer, and all the data is correct. Also, when I manually run a script and the file is uploaded to Google Base, it shows no errors, except for the 'product type' value. Google requires more precise classification signals for ‘product type’ attribute, such as > or /.

However, if I click on the link created by running a script in admin panel, the file shows a wrong data, though it's a file from exactly same location as the one I downloaded through ftp. What can be wrong with the script?
The directions say to create a directory named feeds. Since you are using a different directory, you have to change the code in the file to use it.

#3156 Irin

  • Community Member
  • 740 posts
  • Real Name:Irina
  • Gender:Female
  • Location:USA

Posted 10 January 2012, 12:45

Yes, I changed the code to the following:
$OutFile = 'googlefeeds/' . FEEDNAME;


#3157 Jack_mcs

  • Community Member
  • 24,454 posts
  • Real Name:Jack
  • Gender:Male

Posted 10 January 2012, 16:36

View PostIrin, on 10 January 2012, 12:45, said:

Yes, I changed the code to the following:
$OutFile = 'googlefeeds/' . FEEDNAME;
I don't offer support for altered code (others may though), even if it is a valid change. Plus, I've already provided the troubleshooting techniques for finding the problem. Anything else would require seeing the feed, the results on google, etc., which isn't possible in a support thread.

#3158 Mort-lemur

  • Community Member
  • 1,045 posts
  • Real Name:Heather
  • Gender:Female
  • Location:UK

Posted 11 January 2012, 20:14

Hi Jack,

Back to an old subject....

I have had a warning from Google Review team that some prices on my feed do not match the prices on my store - this relates to the Vat / Non-Vat items that I sell.

I have Vat (Tax) turned on to add 20% to all products - which makes the Non-Taxable items a higher price on the feed than they should be - hence the warning email from Google.

Have you had any more thoughts on how submitting accurate prices could be achieved for a store that sells taxable and non taxable items? (without having to manually alter the feed prior to submission)

Many Thanks
Now my store is the way I want it - Secure, working well, and good Google Ranks - Thanks to all for the help given.

If you want to see the mods I have installed, then see my profile.

#3159 Jack_mcs

  • Community Member
  • 24,454 posts
  • Real Name:Jack
  • Gender:Male

Posted 12 January 2012, 01:16

View PostMort-lemur, on 11 January 2012, 20:14, said:

Have you had any more thoughts on how submitting accurate prices could be achieved for a store that sells taxable and non taxable items? (without having to manually alter the feed prior to submission)
No, I haven't had time to look at it.

#3160 Mort-lemur

  • Community Member
  • 1,045 posts
  • Real Name:Heather
  • Gender:Female
  • Location:UK

Posted 12 January 2012, 10:33

Ok Thanks Jack,

The previous code you gave me is almost there and I have spent hours trying to sort it to no avail.

I will make a post under General support to see if anyone can spot what needs changing.

Thanks
Now my store is the way I want it - Secure, working well, and good Google Ranks - Thanks to all for the help given.

If you want to see the mods I have installed, then see my profile.