Re: No base URL for images in sitemap.xml
Hi, When browser is used on yourstore.com and in page images are loaded like "image/something.png" are displayed correctly (with relative path) because browser convert path to yourstore.com/image/something.php In your store take a look with view source and check images path (is absolute path or rel...
Jump to post- Wed Jun 15, 2016 5:02 pm
- Replies 23
- Views 12081
Re: No base URL for images in sitemap.xml
Hi, When browser is used on yourstore.com and in page images are loaded like "image/something.png" are displayed correctly (with relative path) because browser convert path to yourstore.com/image/something.php In your store take a look with view source and check images path (is absolute path or rel...
Jump to post- Wed Jun 15, 2016 4:00 am
- Replies 23
- Views 12081
Re: No base URL for images in sitemap.xml
Hi, When sitemap.xml is accessed from .htaccess file will "redirect" google to feed/google_sitemap RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap feed/google_sitemap will generate full URL for images $output .= '<image:loc>' . $this->model_tool_image->resize($product['image'], $this-...
Jump to post- Wed Jun 15, 2016 1:05 am
- Replies 23
- Views 12081
No base URL for images in sitemap.xml
Hi, I've got a strange problem. I've got OC 2.2 installed and forced it into https Everything works fine except the sitemap When I test it at Google Webmaster Tools I receive an error displaying that the url for images is invalid. This because the base url of my store is missing. The url in sitemap ...
Jump to post- Tue Jun 14, 2016 10:03 pm
- Replies 23
- Views 12081
Re: SSL Mode Not Working Correctly
Maybe the solutions in this topic can help?
http://forum.opencart.com/viewtopic.php?f=190&t=161294
- Tue May 31, 2016 9:11 pm
- Replies 39
- Views 37043
Re: Forced SSL breaks CSS on SEO url's
This works for me: if ($this->request->server['HTTPS']) { $server = 'https://'.$this->config->get('site_base'); } else { $server = $this->config->get('config_url'); } Thus, no need to hardcode the actual domain in the code. in what file and what line do you alter this? Thanks! (....already have it ...
Jump to post- Mon May 30, 2016 9:47 pm
- Replies 11
- Views 10219
Re: Forced SSL breaks CSS on SEO url's
For anyone with the same problem:
https://github.com/opencart/opencart/pull/4353/files
This is the solution...
- Wed May 25, 2016 7:06 pm
- Replies 11
- Views 10219
Re: Forced SSL breaks CSS on SEO url's
Something strange happens when I want to view an order: I receive an"Error undefined" message. When I use Chromes developers console I can see this: XMLHttpRequest cannot load httpss://shop.myshop.com/index.php?route=api/login. Cross origin requests are only supported for protocol schemes: http, dat...
Jump to post- Wed May 25, 2016 12:15 am
- Replies 11
- Views 10219
Re: Forced SSL breaks CSS on SEO url's
Haha, no not by only looking at it,
I've incorporated most fixes (thanks for that by the way)
- Wed Apr 20, 2016 2:40 pm
- Replies 11
- Views 10219
Re: Forced SSL breaks CSS on SEO url's
Hi Randem,
I've already seen your post and seen the files attached but this problem couldn't be solved with that (as far as I know).
- Wed Apr 20, 2016 2:02 pm
- Replies 11
- Views 10219
Re: Forced SSL breaks CSS on SEO url's
Good lord, you've saved my day ;D I encountered 1 problem with it: if you do what you said in the other post you can't search because you're missing a "/". in catalog/controller/common/header.php on line 27 your code: $data['base'] = "//mydomain.com"; Code so search is working: $data['base'] = "//my...
Jump to post- Wed Apr 20, 2016 3:24 am
- Replies 11
- Views 10219
Forced SSL breaks CSS on SEO url's
Who can help me out: I've installed a clean OC 2.2.0.0 on a subdomain and want to force SSL on all pages. I've altered the $_['site_ssl'] = false; in the System/Config/admin.php, catalog.php and default.php to $_['site_ssl'] = true; because if you only enable SSL in the admin site config, nothing ha...
Jump to post- Tue Apr 19, 2016 8:13 pm
- Replies 11
- Views 10219
Re: No email notifications when purchases made
Have you set the option to receive emails when someone ordered something in the admin store settings?
Jump to post- Thu Jan 22, 2015 6:13 am
- Replies 6
- Views 651
Re: Mail Options
Glad to be of service
No more tears above your cereals then
- Wed Jan 21, 2015 6:19 pm
- Replies 39
- Views 5638
Re: Mail Options
and one more try:
Mail Protocol: Mail
Mail Parameters: -fsales@teesmedesigns.co.uk
SMTP Hostname: teesmedesigns.co.uk
SMTP Username: sales@teesmedesigns.co.uk
SMTP Password: Your Password
SMTP Port: 25
SMTP Timeout: 5
- Wed Jan 21, 2015 5:40 pm
- Replies 39
- Views 5638
Re: Migrating Customer Accounts from 1.5 to 2.0
Don't know the answer but why don't you try it with 1 (your own) login? You can use (as far as I know) the standard backup function in OC. If it works you can use it on all customers. Just make sure you use the same encryption key in your new store as you have in the old one.
Jump to post- Wed Jan 21, 2015 4:55 pm
- Replies 1
- Views 348
Re: Mail Options
Can you do me a favor? Please check in your cPanel from Godaddy if you've got bounced emails or emails in queue?
Jump to post- Wed Jan 21, 2015 4:46 pm
- Replies 39
- Views 5638
Re: Mail Options
Can you uninstall the extension you've installed before? What was in your error.log file when you send it with all fields empty and with protocol Mail and you've received the succes message? Can you test and have this as your settings: The Mail Protocol :Mail. The Host :relay-hosting.secureserver.ne...
Jump to post- Tue Jan 20, 2015 6:33 pm
- Replies 39
- Views 5638
Re: Mail Options
When you leave all fields empty, what happens?
Jump to post- Tue Jan 20, 2015 6:23 pm
- Replies 39
- Views 5638
Re: Mail Options
Can you now use SMTP timeout: 10 instead of 5?
Please take a look afterwards at the error.log file again.
- Tue Jan 20, 2015 6:07 pm
- Replies 39
- Views 5638