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

Uncaught Twig Error Loader in Opencart 3.0.3.1

How to solve this error as I am getting fatal error while performing edit action on module in admin Fatal error: Uncaught Twig_Error_Loader: Unable to find template "extension/module/linkedin_logintwig.twig" (looked into: …
Anshu
  • 11
  • 6
-1
votes
1 answer

Opencart Delete Order programmatically

How do you delete the entire order records and it's existence in the opencart system using the order_id programmatically
-1
votes
1 answer

Export to xls or cvs details of sales report in Opencart 3.0.2.0 admin

I just created a site with Opencart 3.0.2.0, but I can't export the details of the sales report with complete details like: Order ID Customer name Product code Product description Product quantity and The total price Can anyone help me make it…
-1
votes
1 answer

How to Remove Customer Account Navigation Links in OpenCart

I tried everything but still can't remove it.
user3081704
  • 33
  • 1
  • 1
  • 6
-1
votes
1 answer

How can I pass parameters when loading my library in Opencart?

I need to pass parameters to my Opencart library class which is loaded using $this->load->library('MyLib'). The trouble is that the loader only accepts a single argument. I'd like to do something like this: $this->load->library('MyLib',…
-1
votes
1 answer

Suggest Opencart best configuration

Currently I am using opencart 1.5.5.1 and MariaDB on my website. I want to upgrade my configuration. I am thinking for these listed below. PHP 7.3 (Latest) Opencart 3.0.3.1 (Latest) Nginx MariaDB Can anyone help to suggest, is this the best…
-1
votes
1 answer

"Opencart converting a data type of varchar to text mysql " How to fix?

I'm developing a module at Opencart. I don't know much about mysql. What I want to do is; phpMyAdmin -> oc_product_description -> meta_description I want to convert the data type of the column from varchar to text. -OCMOD- How should I change this…
-1
votes
1 answer

Does anyone know how to get parameter from url in .twig formate

Does anyone know how to get parameter from url like this: mywebsite.com/index.php?route=account/register&a=1&b=2 i want to get param: a, b in .twig files opencart 3.x
wasimw
  • 17
  • 4
-1
votes
2 answers

Opencart : How to add CC and BCC at email?

currently I develop email module at opencart and I need to add cc and bcc at my email. How can I add cc and BCC at opencart 3? thank you
Budi
  • 3
  • 3
-1
votes
1 answer

Creating copy of opencart server on godaddy for testing purposes. Do I need another ssl certificate?

I currently have a live opencart 3.0.2.0 site hosted on godaddy. Since there's a lot of issues with creating a copy of this site to a localhost, (.htaccess,mod rewrites, and seo urls) I want to do this apart from localhosting. My question is, since…
-1
votes
1 answer

Opencart Login Admin Page Dont Open

I´m having a problem with opencart. During today when I tried to login to administration the website simples load and stay at home. I try to open https://mywebsite.com/admin and the link load, the page refresh and stay in homepage of the store but…
-1
votes
2 answers

Display username in top header and my account dropdown after user is logged in at opencart 3.0 template

I am working out catalog/theme/customtemplate/template/header/header1.twig also at catalog/controller/acount/account.php but i 'm unable to get the output. So what i have to add and at which files?
-2
votes
1 answer

Getting stock information in opencart 3.x

I want to implement a task similar to the one here Getting stock information in opencart 2.3.0.2, but my problem is that when deleting a product, the information about the warehouse will disappear. I want to enter the data into the table…
-2
votes
1 answer

How change date in footer, insert only year

Opencart 3x How change date in footer, insert only years (html or javascript), no text ! (language/en-en/common/footer.php - $_['text_powered'] )
-2
votes
1 answer

how to remove index.php without other urls and have a referral 301 redirect

I am using this code to remove index.php for opencart. However, there are other addresses: /index.php?route=account/register Of course the code starts to delete index.php everywhere. My goal is to remove it (index.php) for SEO because of duplicate…
1 2 3
37
38