Questions tagged [opencart-3]

Use this tag for programming-related questions specific to version 3.x of OpenCart, the open source shopping cart system written in PHP. Questions should also be tagged [opencart].

OpenCart 3.x, started by version 3.0.0 release on June 19th, 2017.

The most notable change in 3.0.0 is the new template system requirement. Template files will no longer use the old tpl format now it's using the twig.

Three major changes in the platform:

  • Extension Marketplace Integrated in the Admin
  • Theme Editor
  • Language Editor

Additional new features that are introduced:

  • Multilingual SEO URLs

  • Improved Admin Data Filters

  • Improved & Flexible Reports

  • Statistics

  • Removed FTP Tab

566 questions
2
votes
1 answer

Display block HTML only on main page?

I tried to modify home controller adding new variable: $data["header_home"] = true; Then I try to check this in header.twig tetmplate like as: {% if header_home %}
Home
{% else %}
Not Home
{% endif %} When I open home…
POV
  • 11,293
  • 34
  • 107
  • 201
2
votes
1 answer

Running opencart from server to localhost

I downloaded opencart from server and tried to run it on local host and it is not running completely. I changed the config.php file as per my localhost permissions. But it is not running can you guys please help me with a solution. Thanks in…
Goutham Ggs
  • 91
  • 14
2
votes
3 answers

OpenCart .twig file not showing changes

I've been trying to change the product/catalog.twig file, to remove some unnecessary buttons such as the "add to wishlist" and "compare product" options, which are just useless for the store I'm attempting to make. On the theme editor, I've removed…
arsenalftw067
  • 241
  • 1
  • 4
  • 16
2
votes
2 answers

Extension doesn't get enabled

I'm migrating extension for Opencart 2.3 to Opencart 3. Everything seems to work fine, except that I can't enable the extension. When I go to extension->shipping the status doesn't change it stays disabled, however if I go to settings, the drop down…
Deyan Georgiev
  • 343
  • 3
  • 15
2
votes
2 answers

How to embed Tawk chat to OpenCart 3

I am using OpenCart release 3.0.2.0, I don't know where to embed Javascript code