Questions tagged [opencart2.3]

Opencart version 2.3.x and above, released July 30 2016

The new OpenCart 2.3.x has made a new way that the Extensions and Layouts work is a step closer to easier store management for the owners of an OpenCart website. and all OpenCart extensions are now moved to a separate "extension" directory. This goes for the whole MVC-L architecture. A new menu added (Customer Searches). It allows store owners to track the keywords that customers have used to find the products on the website. The report also features the Found Products, Category, Customer, IP and Date Added.

207 questions
2
votes
0 answers

How To Set Config For image in Subdomains in opencart 2.3.0.2?

I want to load images for subdomain with image folder of main domain. Main domain name is example: MainDomain and Subdomain is example: Max88 Address of image in main domain is: define('DIR_IMAGE', '/home/MainDomain/public_html/image/'); and This…
HIV88
  • 157
  • 1
  • 9
2
votes
1 answer

No permission to access on server after install opencart custom theme

After I install a custom theme on my bitnami opencart, some folder show You don't have permission to access /system/config/revslider/rs-plugin/css/settings.css on this server. I tried chmod 755,777, 775, 644 on files and and folders but nothing…
2
votes
2 answers

Opencart API : Issue with session app_id (how to get api_id)

I am working on Opencart API (opencart v2.3) and I follow this link for documentation (Opencart ) . But there is no data on opencart APIs and how to use it, So I follow steps from other websites and using that code I receive this message when call…
Shivam Pandya
  • 1,061
  • 3
  • 29
  • 64
2
votes
1 answer

How to show count items in cart in header Open Cart?

I need to show count of items in cart in Header. I tried to edit header.php file as: $products = $this->cart->getProducts(); $data['total'] = count($products); And after to display this in template header.tpl:
Hamama
  • 177
  • 4
  • 16
2
votes
1 answer

How to load controller in template file in Opencart 2.3x version

I have use opencart 2.3x version for create new theme... I want to load controller in template file (.tpl). registry->get('load'); $html = $load->controller('module/hit_sidebar',$data); ?> But it will give error :…
Bhavik Hirani
  • 1,996
  • 4
  • 28
  • 46
2
votes
4 answers

Permission Denied! when install extension in opencart 2.3.0.2

I have install extension "newsletter" and "simple blog" on opencart 2.3.0.2 add permission in user/user_group then also. when i try to enable the status it will display "Permission Denied!" message and doesn't allow me to display this module. But…
2
votes
3 answers

Opencart "You do not have permission to access this page, please refer to your system administrator"

Every time I installed a new extension, I got this error: error: You do not have permission to access this page, please refer to your system administrator. I've already gone to System > User Group, and Add permission to new extension modules (both…
DannyPak
  • 21
  • 1
  • 2
1
vote
1 answer

Undefined variable: meta_keyword

I am using opencart 2.3.0.2 on xampp and I have this issue when I load the language file to the view it doesn't work here's the controller C:\xampp\htdocs\opencart2302\catalog\controller\product\categorieslist.php:
HamzaWe
  • 23
  • 3
1
vote
1 answer

How to clear cache folder of opencart website

Have a live old website containing 20 GB of images files (in cache folder) built on opencart. Many products were deleted in recent years from the database but its images left in the cache folder. This is piled up to more than 12 GB in that 20 GB…
ujjawal
  • 95
  • 1
  • 11
1
vote
1 answer

Failed to open stream error for Images in my Opencart website Error Log

I have a running OpenCart website (OpenCart version 2.3) which is working fine. I decided to check the error log file and discovered it has become very large in size (about 800MB). I had to delete it so a fresh log could start. When I viewed the log…
Sam
  • 355
  • 1
  • 16
1
vote
1 answer

Changes to the code - I do not see on the site

Got a question. For example, I change the code on the page /catalog/view/theme/nextdef/template/extension/module/latest.twig , or rather add a handler to the button:
user9291203
1
vote
1 answer

Replace Homepage background image used in Journal Theme 3.x for Opencart 2.x?

I'm new here and also new to OpenCart. I just installed OpenCart 2.3.0.2 version on local hosting using Xampp. I then installed Journal Theme 3.0.2.46 (Demo 4) (https://www.journal-theme.com/4/) everything was going fine until i wanted to change the…
1
vote
3 answers

Multimerch 8 not sending order notification to seller with third party checkout

I use multitmerch 8 on opencart 2.3.0.2 with journal 2 for my multivendor store. I recently installed the ajax best checkout extension by xtension.in. Everything seem fine on the checkout but I observed sellers are no longer notified of their…
Essien
  • 11
  • 2
1
vote
1 answer

Opencart Checkout Page Is Not Moving To The Next Step (opencart v. 2.3.0.2)

I am currently on the opencart checkout page. After inserting my "personal details", it's not moving to the next step of "Delivery Details". Using So Topdeal theme. http://opencart.opencartworks.com/themes/so_topdeal/intro/
Ikeh Henry
  • 41
  • 1
  • 1
  • 8
1
vote
1 answer

Add to wishlist button on Category Page Opencart:2.3.0.2

I want to add a wishlist icon on Category page, like on the Product page. But this did not work in Category page. I also checked for jquery in product page…
Anmol singh
  • 158
  • 1
  • 12
1
2
3
13 14