Re: Error appears after refreshing modification.
This seems to be related to server directory settings. Ensure you have the proper permission set to the directories.
Jump to post- Sat Jan 16, 2021 3:22 am
- Replies 1
- Views 147
Re: Looking For Analytics Extensions
Hi everyone, Could anyone suggest a good analytics extension that has the ability to show product stats. I would primarily like to know what are the most sold products on our shop. Thanks in advance. You can try this https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=3...
Jump to post- Sat Jan 16, 2021 3:19 am
- Replies 4
- Views 232
Re: Modul problem, hozzáférés
amikor megnyomja az újonnan hozzáadott modulok adminisztrátor csoportba történő mentését, hibaüzenetet kap, amely azt mondja: "A felhasználói csoportok módosítása nem engedélyezett az Ön számára!". Ez nem oké. Valószínűleg a Felhasználói csoport táblának hiányzik az engedélye, és javítani kell. Megp...
Jump to post- Mon Jan 11, 2021 4:14 am
- Replies 1
- Views 347
Re: Disabled category/product shows in products viewed report
Click on Reset and see if it is repeated.
Jump to post- Mon Jan 11, 2021 3:55 am
- Replies 1
- Views 123
Re: Open Web Analytics and Opencart
You can use the Google Analytics field (Extensions > Extensions > Analytics > Google Analytics) to use the javascript code of the Open Web Analytics. This will place the script in the header file.
If you need to add PHP code, then use the file catalog/controller/common/header.php
- Mon Jan 11, 2021 3:50 am
- Replies 14
- Views 454
Re: Opencart 3.0.3.6
Doesn't matter. It does not exclude the fact that forum users should be informed to troubleshoot these issues on a development area rather than on their live stores in order to avoid security issues. As for the error logs with error 500, users are not prevented to look at their access logs rather t...
Jump to post- Thu Jan 07, 2021 2:06 am
- Replies 8
- Views 702
Re: Opencart 3.0.3.6
The code referenced here is only for debugging the issue. Once the cause of the issue is identified, this code needs to be removed. And moreover, you cannot see server error (ERROR 500) in opencart error logs. And also not every hosting provider gives you access to server logs. So the best way to f...
Jump to post- Thu Jan 07, 2021 1:12 am
- Replies 8
- Views 702
Re: Opencart 3.0.3.6
The code referenced here is only for debugging the issue. Once the cause of the issue is identified, this code needs to be removed. And moreover, you cannot see server error (ERROR 500) in opencart error logs. And also not every hosting provider gives you access to server logs. So the best way to fi...
Jump to post- Thu Jan 07, 2021 12:39 am
- Replies 8
- Views 702
Re: ocmod ve vqmood
OpenCart 3xxx'e genişletme yükleyicisi aracılığıyla herhangi bir şey yüklediğinizde, yüklediğiniz zip dosyasının adı .ocmod.zip olmalıdır. Herhangi bir abcd .ocmod.zip paketi, install.xml ve upload yükleme klasörü içermelidir. Örneğin, bu eklentiyi https://www.huntbee.com/opencart/freebies/base-plug...
Jump to post- Wed Jan 06, 2021 3:29 pm
- Replies 1
- Views 606
Re: tema editor
Can you share a screenshot of the error?
Jump to post- Wed Jan 06, 2021 3:24 pm
- Replies 1
- Views 993
Re: Opencart 3.0.3.6
Add the following code to your admin/index.php just after the PHP opening tags <?php
Code: Select all
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
- Wed Jan 06, 2021 3:22 pm
- Replies 8
- Views 702
Re: Admin cannot log out safely
You can perhaps add your custom code to admin/controller/common/header.php or admin/controller/startup/startup.php
Jump to post- Wed Jan 06, 2021 3:18 pm
- Replies 7
- Views 360
Re: Option groups, at least one option required
1. Make both options as required
2. Add an additional option in both option group something like "Not Required".
- Fri Feb 22, 2019 12:34 am
- Replies 3
- Views 458
Re: V2.1.0.2 OCMOD & Modification issue
I can look into your issue, email me at opencart@huntbee.com
Jump to post- Fri Feb 22, 2019 12:27 am
- Replies 3
- Views 513
Re: Double Meta Properties
Journal theme adds meta information as well. And the multiple meta information is coming one from journal and one from the SEO Pack pro. You can disable the opengraph/twitter cards from SEO Pack Pro settings and your website should be all set.
Jump to post- Fri Feb 22, 2019 12:25 am
- Replies 1
- Views 476
Re: Fatal error: Uncaught Error: Class 'Cart\Customer' not found in
Please check the version compatibility of the installed module.
Jump to post- Fri Feb 22, 2019 12:15 am
- Replies 1
- Views 1851
Re: How can i center and align the line between the categories
Add the following css code in your header.tpl file
Code: Select all
<style type="text/css">
#menu .nav > li > a {
border-right: 1px #fff solid;
}
</style>
- Fri Feb 22, 2019 12:03 am
- Replies 1
- Views 293
Re: Opencart 2.2.0.0 problem with links
It is possibly because the links are not formed properly in your website. I see your image links are relative rather than absolute which makes it impossible to get the image information from your website when you try to share the website link. This issue is more common in opencart 2.2.0.0 users. You...
Jump to post- Thu Feb 21, 2019 11:56 pm
- Replies 1
- Views 393
Re: Help! Error Call to undefined function mcrypt_decrypt in...
Try this patch https://www.huntbee.com/opencart-fix-fo ... issue-2xxx
Jump to post- Sat Nov 24, 2018 12:22 am
- Replies 2
- Views 1712
Re: Undefined Variable: expire
I have created an ocmod plugin for this fix. You can download it for free from https://www.huntbee.com/fix-for-undefin ... e-opencart
Jump to post- Fri Jun 01, 2018 3:11 am
- Replies 11
- Views 18096