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
2 answers

Can't modify twig file with Ocmod - OPENCART

Testing testing_ocmod 1.0.0 Vladut https://google.ro
2
votes
2 answers

OpenCart 3 + Journal 3, remove email field from guest checkout?

I want to remove email field from checkout page for guest, I use OpenCart 3 with theme Journal 3. So what I can do? I've tried to call out it from guest.php but still not work.
2
votes
1 answer

How to display images of categories on the product page to which it belongs Opencart 3

Please tell me how to display images of the categories to which the product belongs on the product page. I brought out the name and link to the categories, but with the image it does not work. I can't understand what and where to insert to display…
dava002
  • 31
  • 1
2
votes
0 answers

opencart error "mod_fcgid: stderr" on extension-modification refresh

im trying to setup a new theme on opencart i copied theme files and when i refresh admin->modification i get HTTP ERROR 500 i checked my PHP log and it is showing [Fri Jul 24 14:46:24.728945 2020] [fcgid:warn] [pid 25558] [client] mod_fcgid: stderr:…
Wasif Khalil
  • 2,217
  • 9
  • 33
  • 58
2
votes
1 answer

Opencart 3 multilanguage fields in store settings

I want to make "open" field in Opencart 3 store setting multilingual. In the admin\view\template\setting\setting.twig. I have found these lines:
2
votes
1 answer

How to check if user is logged in opencart version 3.x

I'm using OpenCart 3.0.3.2 I want to check if the user is logged in or not in a file called test.php located outside opencart folder. for example, if the shop URL is http://www.example.com/shop then the PHP file to check is in…
loay
  • 73
  • 5
2
votes
1 answer

Remove original price from the addition of optional value price

Pleas help me out for this minor issues. I want to remove the original value price from the addition of total optional value price from the cart in OpenCart 3.0. Reference URL. When you add option and hit add to cart. After when we open the cart…
Yoonus
  • 33
  • 3
2
votes
1 answer

where is in journal3 (template for opencart) iframe? And how can I changing it?

I was look for .twig file or section in admin panel but didnt find nothing. I want to change layout in this iframe. OpenCart version 3 on the twig. Thiss button for call iframe:
2
votes
2 answers

Proplem in my OpenCart 3.0.3.3. Directory not empty in developer.php on line 69

The error : rmdir(/home/amazonnc/ocartdata/storage/cache/so): Directory not empty in /home/amazonnc/public_html/admin/controller/common/developer.php on line 69 in the Error Log thans 2020-06-02 0:47:27 - PHP Warning: …
2
votes
1 answer

Add a new page in OpenCart 3, Journal 3 theme and make it homepage

I have purchased an OpenCart 3, Journal 3 theme as suggested by a developer who promised to customize the website for me and he quit in the beginning. So I had customized it myself without any code knowledge. Now I wish to add a new page and make it…
Zaif
  • 31
  • 1
  • 3
2
votes
2 answers

Where is the Add to Cart button in journal3 theme?

So I am using journal3 theme (opencart) and I can't seem to find where's the Add to Cart button at. I know that Buy Now & Question buttons are at Journal > Product Extras > Product Extra Button But where can I find the Add to Cart button and edit…
Samantha Rocker
  • 157
  • 1
  • 10
2
votes
2 answers

Adding a custom field in products description page in OpenCart 3.x

I want to customize the product description page of my site which is based on OpenCart by adding an additional field, but i'm unable to fined the file that describes the description page. I have checked the…
karuna
  • 59
  • 1
  • 10
2
votes
1 answer

Opencart - The register user page just reloads when we click continue

I am facing an issue with my open cart website wherein the user registration page when I hit the continue button by not entering some required fields the page just reloads without showing the validation message. The user registration is working…
2
votes
1 answer

Opencart3: How is implemented email notifications

In Opencart 1.5.X email notifications for new order\customers\etc was implemented via catalog/model/checkout/order.php in confirm() method. But in OC3.X this code was completely rewrited and I can not find how this functionality is implemented in…
Andry
  • 121
  • 3
  • 12
2
votes
1 answer

How to add product in to cart by sku or by model in Opencart 3.0

I want to add products into the cart by SKU or MODEL instead of Product id. here is the code of how it adds in the category.twig file
1 2
3
37 38