Page 1 of 1
Search found 10 matches
Re: Error Clean install with postgresql
OpenCart Version >= 3.0.3.8 include file \upload\system\library\db\pgsql.php
Jump to post- Sun Jun 01, 2025 5:36 pm
- Replies 8
- Views 4655
Re: Problem with Checkout and PayPal Checkout Integration extension
Please check your template/checkout/cart.twig. Maybe the issus from follow code. $.ajax({ url: 'index.php?route=extension/module/preorder/checkQuantityPO', type: 'post', data: query, dataType: 'json', beforeSend: function() { $('#product .text-danger').remove(); },
Jump to post- Fri May 30, 2025 5:07 pm
- Replies 4
- Views 1455
Re: How to move storage location
// DIR define('DIR_OPENCART', '{your_path}'); *********** define('DIR_SYSTEM', DIR_OPENCART . 'system/'); define('DIR_STORAGE', DIR_SYSTEM . 'storage/'); Please open your website's config.php and admin/config.php, edit 'DIR_STORAGE' outside of {your_path}. {your_path} is your website's real path, t...
Jump to post- Fri May 30, 2025 10:56 am
- Replies 3
- Views 1188
Re: Images Not Showing on Product Pages After Migration (OpenCart 3.0.3.8)
Are your install GD extension for PHP?
Jump to post- Mon May 26, 2025 9:44 pm
- Replies 4
- Views 3122
Re: Get zones instead of countries for dashboard map
Please try to modify follow code: {your_path}/admin/model/extension/dashboard/map.php $query = $this->db->query("SELECT COUNT(*) AS total, SUM(o.total) AS amount, z.code FROM `" . DB_PREFIX . "order` o LEFT JOIN `" . DB_PREFIX . "zone` z ON (o.payment_zone_id = z.zone_id) LE...
Jump to post- Mon May 26, 2025 3:52 pm
- Replies 7
- Views 2457
Re: Upgrade from 1.5.6.4 to 3.0.4.0
You can build a test shop running 1.5.6.4, try to upgrade to 3.0.4.0.
Jump to post- Mon May 26, 2025 9:54 am
- Replies 5
- Views 6036
Re: Get zones instead of countries for dashboard map
The JQVMAP have not map data for Sweden.
All maps of jqvmap: https://github.com/10bestdesign/jqvmap/ ... /dist/maps
- Mon May 26, 2025 9:44 am
- Replies 7
- Views 2457
Re: PHP version requirement affecting OpenCart version 1.5.6
My Website is also base on OC 1.5.6. I have not this trouble because of I use VPS Host. You can choose and install the software's version by yourself on VPS Host.
Jump to post- Sun Nov 03, 2024 4:15 pm
- Replies 8
- Views 7600
Re: Upgrade to OpenCart 4 from OpenCart 3.0.2.0
If OC 3.0.2.0 functions suitable for your business and stable enough, keep this version is the best.
Jump to post- Sun Nov 03, 2024 4:04 pm
- Replies 4
- Views 2410
Re: Customer registering problem when "Guest Checkout" is disable
Maybe your website requested setting from cache, you can try to close the cache or clean the cache.
Jump to post- Wed Oct 30, 2024 11:46 am
- Replies 6
- Views 4078
Search found 10 matches