Hello, I am new to the OpenCart world, so please forgive my questions!
Can I set the backend to German for specific users depending on the language?
The site is online but has not been found on Google yet. Does OpenCart have automatic indexing, or do I need to connect my website to Google Search Console first? If so, what is the best way to do this if I cannot upload a file via FTP?
Can I set the backend to German for specific users depending on the language?
The site is online but has not been found on Google yet. Does OpenCart have automatic indexing, or do I need to connect my website to Google Search Console first? If so, what is the best way to do this if I cannot upload a file via FTP?
I have now added the HTML tag to the theme header.twig, and the site has been verified in Google Search Console.
For the sitemap, I used /sitemap.xml, but where is it defined what appears in the sitemap?
Google Search Console shows that 328 pages have been detected, but only five pages appear in Google search results!
And I see three errors in the status: "This is not a valid URL. Correct the URL and resubmit the data."
Examples:
URL: Line 1
Parent Tag: image
Tag: loc
URL: Line 1
Parent Tag: image
Tag: loc
URL: Line 1
Parent Tag: image
Tag: loc
For the sitemap, I used /sitemap.xml, but where is it defined what appears in the sitemap?
Google Search Console shows that 328 pages have been detected, but only five pages appear in Google search results!
And I see three errors in the status: "This is not a valid URL. Correct the URL and resubmit the data."
Examples:
URL: Line 1
Parent Tag: image
Tag: loc
URL: Line 1
Parent Tag: image
Tag: loc
URL: Line 1
Parent Tag: image
Tag: loc
Last edited by stathis1979 on Wed Feb 05, 2025 5:58 pm, edited 1 time in total.
since you are using greek? seo urls for both your pages and images, you better urlencode them all.stathis1979 wrote: ↑Tue Feb 04, 2025 3:38 pmI have now added the HTML tag to the theme header.twig, and the site has been verified in Google Search Console.
For the sitemap, I used /sitemap.xml, but where is it defined what appears in the sitemap?
https://www.mavromatisgroup.gr/sitemap.xml
Google Search Console shows that 328 pages have been detected, but only five pages appear in Google search results!
https://www.google.com/search?q=site%3A ... e&ie=UTF-8
And I see three errors in the status: "This is not a valid URL. Correct the URL and resubmit the data."
Examples:
URL: Line 1
Parent Tag: image
Tag: loc
URL: Line 1
Parent Tag: image
Tag: loc
URL: Line 1
Parent Tag: image
Tag: loc
I don't think so, but in Chrome you can set a language and it automatically translates everything.stathis1979 wrote: ↑Tue Feb 04, 2025 3:22 pmCan I set the backend to German for specific users depending on the language?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
ok, that's really cool from opencart, the simplest cms can do that!paulfeakins wrote: ↑Tue Feb 04, 2025 8:37 pmI don't think so, but in Chrome you can set a language and it automatically translates everything.stathis1979 wrote: ↑Tue Feb 04, 2025 3:22 pmCan I set the backend to German for specific users depending on the language?
In future you might want to check the markeplace before asking you can find it here:stathis1979 wrote: ↑Wed Feb 05, 2025 12:47 amok, that's really cool from opencart, the simplest cms can do that!paulfeakins wrote: ↑Tue Feb 04, 2025 8:37 pmI don't think so, but in Chrome you can set a language and it automatically translates everything.stathis1979 wrote: ↑Tue Feb 04, 2025 3:22 pmCan I set the backend to German for specific users depending on the language?
https://www.opencart.com/index.php?rout ... /extension
https://www.opencart.com/index.php?rout ... n_id=14449
https://www.opencart.com/index.php?rout ... n_id=38705
https://www.opencart.com/index.php?rout ... n_id=39181
If you can not find something suitable on the marketplace or you need it editing per specification there is also a commercial forum you can find it here:
viewforum.php?f=88
You also might want to take a look at the forum rules before posting you can find it here:
viewtopic.php?t=200480
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
in catalog/controller/startup/seo_url.php
add function:
Code: Select all
private function url_encode ($string) {
// always ensure we do not double encode so decode first
return urlencode(urldecode($string));
}
Code: Select all
$url .= '/' . $query->row['keyword'];
Code: Select all
$url .= '/' . $this->url_encode($query->row['keyword']);
Why add unnecessary complexity when the browser can do it?stathis1979 wrote: ↑Wed Feb 05, 2025 12:47 amok, that's really cool from opencart, the simplest cms can do that!paulfeakins wrote: ↑Tue Feb 04, 2025 8:37 pmI don't think so, but in Chrome you can set a language and it automatically translates everything.stathis1979 wrote: ↑Tue Feb 04, 2025 3:22 pmCan I set the backend to German for specific users depending on the language?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Who is online
Users browsing this forum: Bing [Bot], khnaz35 and 37 guests