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
0
votes
1 answer

Display all the delivery methods - Opencart

I am trying to hide all the delivery methods that appears for different areas under the same country for my weight based shipping, and instead I am trying to display only the delivery method with respect to that particular area in the country. To…
Akshay Vasu
  • 445
  • 1
  • 12
  • 33
0
votes
1 answer

Opencart. Only "Out of Stock" on the "Add to Cart" button when the quantities = 0

Friends, I need your help. I want to make the "Out of Stock" status display on the "Add to Cart" button when the quantity in the warehouse becomes "0". Should work in the Category and Product. I only know this…
VeroN
  • 37
  • 11
0
votes
1 answer

Convert php code into twig

I dont know how to convert below PHP code into twig. I am implementing this in Opencart 3.x $doc = new DOMDocument(); $doc->loadHTML(mb_convert_encoding($blog['description'], 'HTML-ENTITIES', 'UTF-8')); $yourText = $doc->saveHTML(); echo…
Radhika
  • 533
  • 5
  • 22
0
votes
1 answer

How to add custom link to the main menu

I have setup a opencart store. With the options in the category, How to add few custom links options as well? I am using opencart version 3.0.2.0
Akshay Vasu
  • 445
  • 1
  • 12
  • 33
0
votes
0 answers

how to use php file_exist in twig opencart

In, Opencart framework version - 3 How can I implement php function FILE_EXIST in Twig?
Radhika
  • 533
  • 5
  • 22
0
votes
2 answers

How to manage time zone with DST for opencart?

My store location is Chichester, West Sussex, current local time is 7:30 AM, which is +1h DST, But my store time is 6:30, How to solve this?... I need any of these solutions, from OpenCart dashboard/source code modification, or from cPanel Current…
Amin
  • 681
  • 4
  • 9
  • 27
0
votes
0 answers

My opencart v3.0.2 website stopped loading

I have made some editing and suddently my website stopped working. I removed the "breadcrumbs" and left column navigation by commenting them out in the twig files. Example of editing: