Re: Kontaktformular
Danke funktioniert nun!
Jump to post- Sun Oct 18, 2020 5:28 am
- Replies 6
- Views 1745
Re: Kontaktformular
Das wäre die Version: 3.0.3.2
Ich verstehe auch nicht wieso Name und Text übermittelt wird und bei der Mail Adresse nur die vom Shop angezeigt wird und kein Vermerk zur eingetragenen Mailadresse übermittelt wird.
- Tue Oct 13, 2020 12:46 am
- Replies 6
- Views 1745
[ERLEDIGT] Kontaktformular
Hallo zusammen Wenn man auf meiner Seite das Kontaktformular auswählt kommen die Felder: Name E-Mail Anfrage/Text alle 3 sind Pflichtfelder. Wenn man die Anfrage absendet bekomme ich die Anfrage auf die hinterlegte Geschäfts Mail aber einzig die Mailadresse vom Pflichtfeld wird nicht übermittelt. Na...
Jump to post- Mon Oct 12, 2020 11:16 pm
- Replies 6
- Views 1745
Re: htaccess, robots and Sitemap
Thank you for your answer. I can't find an index () in .htacces
Which config.php do you mean? In which folder is the.
Thank you for your help
- Thu Mar 12, 2020 7:19 pm
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
What restrictions should the sitemap contain?
Jump to post- Wed Mar 11, 2020 5:37 pm
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
Sitemap is finally working. Thanks a lot for this! Do I have to change anything in the .htaccess file for security? Blocker or what else that is all safe?
Jump to post- Wed Mar 11, 2020 1:06 am
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
Oops sorry
This error still exists. If there is still a command missing, see Appendix.
This is from the: index.php? Route = extension / feed / simple_google_sitemap
Opencart also creates the: simple_google_sitemap under extensions / feeds
What can I do now?
- Tue Mar 10, 2020 12:34 am
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
Es besteht jetzt noch dieser Fehler. Fehlt da noch ein Befehl siehe Anhang
Jump to post- Mon Mar 09, 2020 7:56 pm
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
Regarding the sitemap, as you say:
/public_html/catalog/controller/extension/feed/google_sitemap.php
be used. But where do I have to make the change that Google gets the right sitemap?
- Sat Mar 07, 2020 1:44 am
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
worked!!! So i tested the next step!
Jump to post- Sat Mar 07, 2020 1:36 am
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
Sorry I don't have that much idea. Can you tell me where or in which line I should use it
Jump to post- Sat Mar 07, 2020 1:16 am
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
My page was offline after inserting the code for header. I have now uploaded the original header.php again. Page is online again.
Really complicated if you don't have as much idea about the whole thing.
- Sat Mar 07, 2020 12:24 am
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
Where do I insert it? In the sitemap? In this case, this is the sitemap for Google <?php class ControllerExtensionFeedGoogleSitemap extends Controller { public function index() { if ($this->config->get('feed_google_sitemap_status')) { $output = '<?xml version="1.0" encoding="UTF-8"?>'; $output .= '<...
Jump to post- Fri Mar 06, 2020 10:41 pm
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
This is the cPanel editor. What can I do with the other questions now?
Jump to post- Fri Mar 06, 2020 9:50 pm
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
First check if you get a result by requesting your sitemap in your browser by using https://YOUR-DOMAIN/index.php?route=extension/feed/simple_google_sitemap Does not work / XML processing error: Undefined entity / Row No. 565, column 35: This is the Sitmap <?php class ControllerExtensionFeedGoogleS...
Jump to post- Fri Mar 06, 2020 9:00 pm
- Replies 30
- Views 1665
Re: htaccess, robots and Sitemap
Good evening Thank you for your reply. Excuse my ignorance. I don't have that much experience in this area. I uninstalled the SEO extension. The problem is that something can be wrong between htaccess sitemap and robots.txt. I have a lot of hits on the site but they are not customers. Google doesn't...
Jump to post- Thu Mar 05, 2020 1:19 am
- Replies 30
- Views 1665
htaccess, robots and Sitemap
Hello everybody At the beginning I tried SEO modules (free). But Google always had something to complain about. Error in the robots file or sitemap is not readable. A user told me that it is most likely due to the extension. I have now uninstalled this extension. Now there are more side activities t...
Jump to post- Wed Mar 04, 2020 6:41 pm
- Replies 30
- Views 1665
Re: Using SMTP in Opencart does not work
i see in the smtp.php <?php namespace Mail; class Smtp { public $smtp_hostname; public $smtp_username; public $smtp_password; public $smtp_port = 25; public $smtp_timeout = 5; public $verp = false; What needs to be adjusted here? When I specify user, server etc. the error messages get shorter
Jump to post- Sat Feb 22, 2020 10:59 am
- Replies 38
- Views 2928
Re: Using SMTP in Opencart does not work
I talked to the guys from Mail Manager https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=34131&filter_search=php%20mail They tell me now that the mail client int will work after looking at the error message. I've been looking for a solution for so long. It shouldn't be...
Jump to post- Fri Feb 21, 2020 8:35 pm
- Replies 38
- Views 2928
Sitemap not readable
Hello everybody I created the sitemap under Extensions / Feeds. I entered the link of the sitemap in the Google console to store the sitemap. But Google says "Sitemap can not be read" . An error is also displayed with robots.txt. However, the same as with the sitemap. What do I have to change to no ...
Jump to post- Fri Feb 21, 2020 1:42 am
- Replies 2
- Views 205