Fórum OpenCart Brasil

Por um e-commerce livre, confiável e profissional

Por favor, poste aqui todas as dúvidas que você está tendo sobre a instalação, atualização ou configuração do OpenCart v1.x
Por ccpv
#15426
Segui o tutorial deste site http://www.surgimento.com.br/blog/openc ... art/#close

E APARECEU QUE MEU GOOGLE BASE NÃO FOI ADD AO SHOPPING GOOGLE :

googlebase-noreply@google.com para mim

mostrar detalhes 00:02 (18 horas atrás)

Nenhum item inserido
Enviado em: 12 de Fevereiro de 2012 0h0min0s BRST
Processado em: 12 de Fevereiro de 2012 0h2min18s BRST

Para obter mais detalhes sobre o status de seu feed de dados, acesse http://www.google.com.br/merchants/show ... id=4447581

Este é um e-mail gerado por computador. Não responda.

Você pode alterar suas configurações de notificação em http://www.google.com.br/merchants/basicsettings

jÁ ALTEREI ALGUMAS COISAS EM MEU SITE E CONTINUOU IGUAL,MEU SITE OPENCART É VERSÃO 1.5.1.3 LINK DO MEU SITE http://companiavirtual.co.cc/ocart
Avatar do usuário
Por Manoel Vidal
Mensagens Curtidas
#15430
Olá,

Verifique se no seu arquivo .htaccess que está no diretório raiz da sua loja, existe a seguinte linha:
Código: Selecionar todos
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
Se não tiver acrescente-a após a linha abaixo:
Código: Selecionar todos
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
Espero ter ajudado :D
Por ccpv
#15432
Olá achei a seguinte linha no segmento acima :
Código: Selecionar todos
RewriteBase /

RewriteRule sitemap.xml /index.php?route=feed/google_sitemap

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

 Este é todo cód do Htacces:

# 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

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
Avatar do usuário
Por Manoel Vidal
Mensagens Curtidas
#15436
Substitua o conteúdo do seu arquivo .htaccess pelo código abaixo e faça um novo teste:
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 /ocart/
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
Outro detalhe, a url da loja que você postou está com algum vírus!

Espero ter ajudado :D
Avatar do usuário
Por Renato Frota
Mensagens
#15438
robots.txt inacessível.. você precisa incluir um.

pesquise a respeito.