Página 1 de 2

Google Merchant Center (Google Base)

Enviado: 20 Out 2011, 08:36
por hmivantes
Estava configurando, e me deparei com um problema.

20/10/2011 09:20 BRST Nenhum item inserido
Código: Selecionar todos
Resumo do status do feed para google_base
Detalhes do feed

Enviado em 20/10/2011 09:20 BRST 
Nenhum item inserido - Processado em 20/10/2011 09:20 BRST 
Destinos: Product Ads, Product Search, Search API for Shopping
Uploads recentes

20/10/2011 09:20 BRST - Nenhum item inserido 
Mensagens do nível de feed

O arquivo de feed está em um formato que não é suportado: HTML - Erro
O arquivo de feed está em um formato que não é suportado: HTML. Certifique-se de fazer upload de seus feeds em um dos formatos documentados. 

usei esse turorial aqui:
http://www.surgimento.com.br/blog/tutor ... -opencart/


alguém tem alguma solução ?
obrigado

Re: Google Merchant Center (Google Base)

Enviado: 20 Out 2011, 09:41
por ensinandovoce
Bom dia Hmivantes,

Bem deixa eu ver se posso te ajudar, quando você preencheu o passo da imagem 8 você colocou a extensão no fim do arquivo ou fez como está no tutorial??. A primeira vez que eu fiz deu erro descobri que era por causa da extensão. Outra coisa os produtos estão configurados na sua loja ?? Nome, descrição, metas ??

Abraço, espero que as informações sejam úteis

Re: Google Merchant Center (Google Base)

Enviado: 20 Out 2011, 09:47
por hmivantes
Opa Josemir,
Fiz exatamente como esta lá.

o site ta com produtos e online

www.homembabosa.com.br

Abraços
Hugo

Re: Google Merchant Center (Google Base)

Enviado: 20 Out 2011, 10:00
por ensinandovoce
Olá Hmivantes,

Minha sugestão é que você refaça os passos citados no tutorial, no entanto, colocando a extensão para o feed no final do passo 8, no meu caso isso resolveu meu problema.

Abraço

Re: Google Merchant Center (Google Base)

Enviado: 20 Out 2011, 10:20
por hmivantes

Re: Google Merchant Center (Google Base)

Enviado: 21 Out 2011, 07:56
por Manoel Vidal
Acredito que o problema possa está com o arquivo .htaccess, dê uma comparada com o seu:
Código: Selecionar todos
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled. 

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing 
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
 Order deny,allow
 Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ 

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers 
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200
Verifique em especial se as duas linhas abaixo existem em seu arquivo .htaccess:
Código: Selecionar todos
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
Espero ter ajudado :D

Re: Google Merchant Center (Google Base)

Enviado: 24 Out 2011, 10:24
por hmivantes
Po Manoel, acrescentei essas linhas e nada mudou... que chato!!
me sinto um idiota...

Re: Google Merchant Center (Google Base)

Enviado: 14 Nov 2011, 21:43
por bull02
Olá a todos, é bom sempre ajudar, apesar de ser o meu primeiro post, estava com o mesmo problema, batendo a cabeça para descobrir, mas finalmente encontrei, bom o meu problema pode ser o seu, oque eu fiz foi tentar ver o erro no browser, tipo copiei o link do google base do opencart e colei na barra de endereço, logo de cara apareceu inumeras ocorrencias de erro, mas no meu caso em especifico, foi as informações de peso dos meus produtos, como resolvi, localizei o arguivo, apaguei a linha que estava este requerimento, pronto, funcionando melhor do que nunca.
PS.: A minha loja esta configurada para não apresentar o peso nas descrições, não sei se tem alguma coisa a ver, mas resolveu, abraço a todos.

Re: Google Merchant Center (Google Base)

Enviado: 14 Nov 2011, 21:44
por bull02
Ah uma coisa que estava esquecendo, segue todas as orientações passadas anteriormente , como mudança no htaccess, etal. Boa sorte

Re: Google Merchant Center (Google Base)

Enviado: 16 Nov 2011, 15:06
por hmivantes
Entao,

se eu coloco o endereço do GBase na barra de URL

http://www.homembabosa.com.br/index.php ... oogle_base
aparece um texto plano no formato HTML, ou seja ele nao esta convertendo em XML.

e na minha pasta public_html/homembabosa.com.br o arquivo .htaccess.txt
esta assim:
Código: Selecionar todos
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled. 

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing 
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
 Order deny,allow
 Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ 

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^google_base.xml$ index.php?route=feed/google_base [L]

### Additional Settings that may need to be enabled for some servers 
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200
não consigo descobrir o problema, sera que falta algo na minha hospedagem ?

Abraços