Search found 217 matches

Search found 217 matches

mRC

Re: A non-numeric value encountered OC3.0.2.0

Hi After adding the following mod https://forum.opencart.com/viewtopic.php?f=24&t=210459#p748892 I had a few error messages today, I think its related to this thread 2019-04-15 7:23:59 - PHP Notice: A non well formed numeric value encountered in /home/xxxxxxx/storage/modification/catalog/control...

Jump to post
  • Tue Apr 16, 2019 4:19 am
  • Replies 20
  • Views 9216

mRC

Re: Custom Mail for Orders

Can anyone recommend an extension for this please.

Thanks

Jump to post
  • Wed Mar 27, 2019 4:34 am
  • Replies 1
  • Views 472

mRC

Custom Mail for Orders

Hi All im looking at upgrading the standing order reports for customers and admin. I have been looking at the following but has anyone had any issues or can recommend an extension Pro Email Template - isenselabs Advanced Professional Email Template - opencart-templates All im looking at doing is mak...

Jump to post
  • Thu Mar 21, 2019 4:46 am
  • Replies 1
  • Views 472

mRC

Re: mail.domain.com URL Issue

Thanks for the help, our hosting company managed to fix it after many hours of messing about

By adding a subdomain mail. and used the .htaccess to redirect

Don't understand how it happened in the first place but its sorted now.

Cheers

Jump to post
  • Fri Mar 15, 2019 1:58 am
  • Replies 18
  • Views 2246

mRC

Re: mail.domain.com URL Issue

Thanks

this didn't work either, but also we are using static.domain.com for our cookie free settings so to redirect anything.domain.com may cause us other issues.

is there just a simple code to use just to redirect the following

mail.domain.com to www.domain.com

Thanks for your input

Jump to post
  • Tue Mar 12, 2019 4:42 am
  • Replies 18
  • Views 2246

mRC

Re: mail.domain.com URL Issue

Thanks, very interesting post. I have tried these settings as per below in the Apache & nginx Settings Additional directives for HTTP: RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (.*) https://www.example.com$1 [R=301,L] Additional directives for HTTPS: RewriteEngine on RewriteCond %{HT...

Jump to post
  • Tue Mar 12, 2019 2:16 am
  • Replies 18
  • Views 2246

mRC

Re: [v3.x] - pagination fix

Yes its only in the admin version, but that's fine.

Thanks for the reply I was just making sure.

Jump to post
  • Tue Mar 12, 2019 2:00 am
  • Replies 8
  • Views 4130

mRC

Re: [v3.x] - pagination fix

Hi Just noticed that in the original code \admin\controller\startup\router.php there is the following $data = array(); Should the this be included in the \admin\controller\startup\router.php ? for example // Route if (isset($this->request->get['route']) && $this->request->get['route'] != 'st...

Jump to post
  • Mon Mar 11, 2019 3:57 pm
  • Replies 8
  • Views 4130

mRC

Re: mail.domain.com URL Issue

Hi if you goto mail.domain.com it resolves at mail.domain.com and it displays the index page. I have tried the following and it does nothing at all RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R=301,L] The server is set to force www. via plesk. For example you c...

Jump to post
  • Mon Mar 11, 2019 3:26 pm
  • Replies 18
  • Views 2246

mRC

Re: [v3.x] - pagination fix

thanks for the fix

Jump to post
  • Mon Mar 11, 2019 4:49 am
  • Replies 8
  • Views 4130

mRC

Re: A non-numeric value encountered OC3.0.2.0

Sorry but I didn't understand, im just trying to fix the issue.

Im no coder! just asking for help from others of which I do really appreciate!

Jump to post
  • Mon Mar 11, 2019 3:24 am
  • Replies 20
  • Views 9216

mRC

Re: A non-numeric value encountered OC3.0.2.0

ok thanks for the info just had a read and it makes no sense to me, but thanks any way Just changed all the php files in catalog/controller/product with the following where required $page = (int)$this->request->get['page']; Also I don't have the following catalog/controller/common/pagination.php Muc...

Jump to post
  • Mon Mar 11, 2019 1:41 am
  • Replies 20
  • Views 9216

mRC

Re: A non-numeric value encountered OC3.0.2.0

Solution: https://github.com/opencart/opencart/issues/7218 Hi Would this apply for manufacturer.php & category.php as i have errors for both when running PHP 7.1.26 code I have at the moment } if (isset($this->request->get['page'])) { $page = $this->request->get['page']; } else { $page = 1; } I...

Jump to post
  • Sun Mar 10, 2019 9:32 pm
  • Replies 20
  • Views 9216

mRC

Re: mail.domain.com URL Issue

Thanks but it doesn't work, from what I can see we only have the DNS setting of

A Record for mail.domain.com pointing to IP address

Maybe if we add a subdomain for mail.domain then we can try and redirect it this way.

Jump to post
  • Sun Mar 10, 2019 12:01 am
  • Replies 18
  • Views 2246

mRC

Re: mail.domain.com URL Issue

Hi thanks for the information, we do not have any redirects for all non-www to www in .htaccess

our hosting company told us that we should put a redirect from mail. to www in our access file as the DNS and settings are correct.

Jump to post
  • Sat Mar 09, 2019 4:51 pm
  • Replies 18
  • Views 2246

mRC

Re: mail.domain.com URL Issue

Thanks for the reply, we have checked our DNS and we have no record CNAME point to mail.domain name

just an A record pointing to mail.domain

anything else we can have a look at.

Cheers

Jump to post
  • Sat Mar 09, 2019 4:28 am
  • Replies 18
  • Views 2246

mRC

Re: mail.domain.com URL Issue

Ok thanks, any idea how we can fix this or what we need to be looking for.

Is it a DNS issue.

Thanks

Jump to post
  • Fri Mar 08, 2019 2:59 pm
  • Replies 18
  • Views 2246

mRC

Re: mail.domain.com URL Issue

Sorry but not sure what you mean with Robots.txt?

Jump to post
  • Fri Mar 08, 2019 2:57 am
  • Replies 18
  • Views 2246

Search found 217 matches