Page 1 of 1
Search found 16 matches
Re: [SOLVED] - How can I add some codes in <body> </body> or <head> </head> tags
You can use my code, in which I added also User Agent and Mobile detection: if (isset($this->request->get['route'])) { $class = explode('/', $this->request->get['route']); $id = $class[1]; $class = implode(' ', array_splice($class, 1)); if (isset($this->request->get['information_id'])) { $this->load...
Jump to post- Sun Apr 14, 2024 10:36 pm
- Replies 9
- Views 8906
Re: HOW TO: Add CSS class to BODY tag (must have for themers)
You can use my code, in which I added also User Agent and Mobile detection: if (isset($this->request->get['route'])) { $class = explode('/', $this->request->get['route']); $id = $class[1]; $class = implode(' ', array_splice($class, 1)); if (isset($this->request->get['information_id'])) { $this->load...
Jump to post- Sun Apr 14, 2024 10:35 pm
- Replies 8
- Views 21801
Re: using Revolut as a payment method
Any news on this? Has anyone heard some Dev to be assigned to create a module for Revolut / OpenCart integration?
Jump to post- Wed Mar 25, 2020 1:28 pm
- Replies 12
- Views 30599
Re: [RELEASED] Multilingual Export/Import for OpenCart 2.x
So - it worked now, but after I import - the new Products and Categories dont show on the Backend of the Store - they show only on the Front end. Also SEO url are not imported in the products but still working. I use a second language and a SEO module, so dont know what to do now
- Wed May 11, 2016 12:48 pm
- Replies 1179
- Views 2244311
Re: [RELEASED] Multilingual Export/Import for OpenCart 2.x
Yes - my new hosting is on PHP 7 and is not negotiable - they wont switch it overJNeuhoff wrote:Try to comment out this line, maybe you have recently upgraded to PHP 7, and it doesn't like unreachable code sections anymore?
Code: Select all
// break;

- Wed May 11, 2016 11:43 am
- Replies 1179
- Views 2244311
Re: [RELEASED] Multilingual Export/Import for OpenCart 2.x
Hi! I am using OC 2.1.0.2 - when trying to Export something the exported file is broken, cant be opened with Excel. If I open it with a Notepad++ it gives me this message: <br /> <b>Fatal error</b>: 'break' not in the 'loop' or 'switch' context in <b>system/PHPExcel/Classes/PHPExcel/Calculation/Func...
Jump to post- Tue May 10, 2016 5:31 pm
- Replies 1179
- Views 2244311
Re: Which PHP version is Opencart supporting?
I cant install it on PHP 7 the regular way - it gives me back this massage: PHP5.3+ Required
I tried installing 2.1.0.2 mannualy and 2.2.0.0 using Softaculus - the result is the same
What should I do?
- Fri May 06, 2016 12:52 am
- Replies 7
- Views 15743
Re: [RELEASED] Export/Import tool for OpenCart 1.5.0.x
But how did they fix it and more important - what was the problem?
I also tried some stuff but unsuccessful - I just broke my shop.. Gonna have to make a hard restore now
- Wed May 04, 2016 10:49 pm
- Replies 544
- Views 325651
Re: [RELEASED] Export/Import tool for OpenCart 1.5.0.x
Since its working on my other hosting provider - i gues the problem is the PHP Version. With PHP 7.0.4 the module is not working. With v5.x is working fine. https://bugs.php.net/bug.php?id=69597 https://github.com/PHPOffice/PHPExcel/issues/642 I dont know how to fix it :( --------------------------...
Jump to post- Wed May 04, 2016 9:58 pm
- Replies 544
- Views 325651
Re: [RELEASED] Export/Import tool for OpenCart 1.5.0.x
Since its working on my other hosting provider - i gues the problem is the PHP Version. With PHP 7.0.4 the module is not working. With v5.x is working fine. https://bugs.php.net/bug.php?id=69597 https://github.com/PHPOffice/PHPExcel/issues/642 I dont know how to fix it :( ---------------------------...
Jump to post- Wed May 04, 2016 5:49 pm
- Replies 544
- Views 325651
Re: [RELEASED] Export/Import tool for OpenCart 1.5.0.x
Hi!
I have the same problem here:
Fatal error: 'break' not in the 'loop' or 'switch' context in
/system/PHPExcel/Classes/PHPExcel/Calculation/Functions.php on line 581
I checked the file and it actually has a 581 column. What is the problem then?
- Wed May 04, 2016 5:35 pm
- Replies 544
- Views 325651
Re: Free Export/Import Tool: undefined offset?
Hi!
I get undefined offset 6
How did you fix your bugs?
- Mon Apr 25, 2016 5:54 pm
- Replies 2
- Views 1709
Re: Restrict currency and language to one store | multistore
Did you found a solution for this?
I find your idea very attractive and SEO and user friendly!
- Sun Apr 03, 2016 1:08 pm
- Replies 3
- Views 1107
Re: The Ultimate Guide to OpenCart On-Site SEO Audit
Does all this apply to OC 2.0 also?
Is there any difference?
- Sat Jan 17, 2015 1:45 pm
- Replies 7
- Views 10912
Re: Admin getting 2 order confirmation emails
Hi all!
Did you find any solution for this?
Im using OC 1.5.6 and having the same issue with Email HTML Module...
- Wed Dec 31, 2014 5:23 pm
- Replies 3
- Views 782
Re: [vQmod] Admin HTML Order Confirmation Plus 1.5.x
I have the same problem, but using different module.
Is there any solution to that? Have you found any?
- Wed Dec 31, 2014 4:54 pm
- Replies 52
- Views 33555
Search found 16 matches