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
1
vote
1 answer

How to display grand total in checkout page?

I am using OpenCart 2.3.0.2 . I'm trying to display the total from checkout/cart.tpl to the checkout/checkout.tpl but when i use the code from cart page it doesn't work:
1
vote
0 answers

Opencart 2.3x Theme Modification: Adding Free Shipping Teaser

I'm a total beginner. I'm using 2.3.0.2 opencart I would like to add a "free shipping teaser" in my store as shown in image in the link https://ibb.co/eeuE95 Logic: If customer buys items with total value equal or above $64, then a message will…
Kay Tee
  • 11
  • 2
1
vote
1 answer

Logout from backend

I have several projects of opencart setup locally. When I login to backend of a project and then login to backend of another project, I get logged out of first project. Can someone tell me how can I fix this problem?
Mehravish Temkar
  • 4,275
  • 3
  • 25
  • 44
1
vote
3 answers

opencart event passing arguments and data from trigger to action

As you know, in Opencart we can run an action before or after an trigger, my question is what way to passing data and arguments from trigger to action, in another say i want to use Trigger's arguments and variables into action method. my question is…
Hamid Abbasi
  • 346
  • 2
  • 14
1
vote
1 answer

Show all products when search is empty or blank Opencart 2.3.x

I recently started using OpenCart. When I use the search option on OpenCart with an empty or blank keyword it searches for "" which yields 0 results. Is it possible to get all products on the site when user types an empty or blank search keyword?
muttalebm
  • 552
  • 1
  • 6
  • 22
1
vote
3 answers

Why does the opencart .gitignore file include the modification folder?

opencart 2.2.0.0 and 2.3.0.2 .gitignore ... # Modification Files /upload/system/storage/modification/* !/upload/system/storage/modification/index.html ... I can understand other rules. cache: can be regenerated anytime. vendor: can be…
ronrun
  • 1,046
  • 2
  • 14
  • 33
1
vote
1 answer

Why user comment is not in email order confirmation html opencart 2?

I noticed that in opencart 2.3.0.2 the order confirmation for admin contains the comments from the user, and the email that the user gets doesn't. The user gets only the text version with the comment, not the HTML version with the comment. In 2012…
marius-ciclistu
  • 448
  • 4
  • 14
1
vote
1 answer

How to retrieve order id, when the customer is in checkout/success page in a opencart extension?

I'm developing an extension for opencart 2.3. I want to retrieve the order Id when a customer comes to checkout/success page. This is my code in the extension? if(isset($this->request->get['route']) && $this->request->get['route'] ==…
Tim Rosi
  • 13
  • 2
1
vote
1 answer

How to use SSL over multiple domains in AWS using ELB (Single Machine)

We're currently using Opencart - 2.3.x to serve multiple domains under one AWS Instance with ELB. We've set HTTPS for one domain but for other domains we're not able to do the same as we cannot make duplicate listeners. Has anyone faced a similar…
Parnit Das
  • 361
  • 3
  • 7
  • 20
1
vote
1 answer

Events in opencart 2.3.x custom module are not triggered

I am new to Opencart modules development and trying to create a custom module with events on OC 2.3.x. Here is the code I did: class ControllerExtensionModuleFSElias extends Controller { public function install() { …
Fady Elias
  • 23
  • 1
  • 7
1
vote
2 answers

OpenCart 2.3.0.2 Can not save custom module settings

I have this trouble on admin part of My module. My OpenCart version: 2.3.0.2. Where is the problem ? admin/controller/extension/module/mymodule.php
codebase
  • 91
  • 1
  • 10
1
vote
0 answers

enable embedded youtube videos "allowfullscreen" through CSS

I am using opencart 2.3 (opensource CMS, it is an eCommerce) I have embeded youtube videos, but after adding multiple products, I noticed that "full screen" is not enabled. From what I read, all I need to do is add the attribute "allowfullscreen" in…
Bob L
  • 111
  • 4
1
vote
1 answer

Check if a user is logged in or not to OpenCart 2.3.X

I am using latest version of OpenCart "2.3.0.2" and i would like to display a specific div at the home page only for non-logged users. The file i am trying to edit is:catalog/view/theme/default/template/common/home.tpl The code i already tried is:…
Marsel
  • 323
  • 2
  • 11
1
vote
2 answers

OpenCart 2.3.0.2 - Where did my bad extension go?

I am experimenting to make a new extension in my OpenCart 2.3.02, and I did a mistake in the code. Now my admin panel will not load at all, just a white page - and I cant remove the extension the normal way. The file must be somewhere on the server,…
Berit Larsen
  • 739
  • 1
  • 12
  • 29
1
vote
1 answer

File could not be found - Extension Installer OpenCart 2.3.0.2

When I'm trying to upload with Extension Installer a new theme to OpenCart 2.3.0.2 I'm getting a message: File could not be found! I've enabled FTP and even when Im trying to upload QuickFix I'm getting a same error. Someone could help?
nEJVI
  • 49
  • 10