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

Opencart v3 adding additional product images to featued module

I have a popup for each product displayed in featured module and within that popup I would like to display all images for the products with similar looks as product page i.e. 1 big image with thumbnails of additional images below which updates the…
kamran shah
  • 117
  • 4
  • 16
0
votes
1 answer

Display required product options on every page in Opencart

We can create custom options in opencart and link those options with product according to our need. i want to display the required product options on every pages i.e category, search result rather than only on product detail page.
mr. super cool
  • 196
  • 1
  • 12
0
votes
0 answers

how create new route in open cart 2.3.0.2

How create a new route/page in open cart in version 2.3.0.2? I need create a page with fixed content.... I create a controller and view, but, not working... any tutorial or example for me to redo again? Controller
Débora Gonçalves
  • 137
  • 1
  • 2
  • 10
0
votes
1 answer

Currency convert in category page

I want show in category multiple curency price i have a code tike this $this->currency->convert($price, 'RUB', 'CNY'), Where to put this in caregory controller for working?
Vasyl Vandych
  • 91
  • 1
  • 4
  • 14
0
votes
1 answer

OpenCart 3.0 - Authorize.net PHP module - how to add Line Items & Custom Fields?

Website built on OpenCart 3.0.2.0, using the standard (included with OC) payment module for Authorize.net. Problem #1: need to add Line Items (individual item information) to the transaction. Problem #2: the Authorize.net AIM PDF reference shows…
TomJones999
  • 775
  • 2
  • 13
  • 30
0
votes
1 answer

How to close bs modal programmatically?

I'm customizing OpenCart 3. By clicking a button in front-page footer, a modal panel opens which includes an iframe, like this:
0
votes
0 answers

opencart windows permissions

Hopefully a simple question. Running WAMP for module development, what folder permissions should I set? I've only ever run OpenCart on my Linux servers. OpenCart version: 3.0.2.0 The issue I'm having when I update my module it isn't updating…
Bradmage
  • 1,233
  • 1
  • 15
  • 41
0
votes
0 answers

Error to Adding product "Your shopping cart is empty"

I'm trying opencart (OC 3.0.2.0, when I add 1 item to the shopping cart, I got the notice: Success: You have added xxxxxx to your shopping cart!, but when I go to shopping cart page, there is nothing. (Your shopping cart is empty!) ps: I didn't…
Max
  • 17
  • 9
0
votes
1 answer

OpenCart 3.0.2.0 - how to change sort order of search results & disable search in descriptions?

OpenCart 3.0.2.0 + Journal2 theme. Problem: when using the search function, the results are sorted by "Default" sort order. How can I change it to sort by "Name A-Z" (ascending)? I've found a couple of solutions on SO, but they relate to OC 2.x, not…
TomJones999
  • 775
  • 2
  • 13
  • 30
0
votes
1 answer

allows European countries to checkout openacrt

Iam using opencart v3.0.2 , in this i want some additional feature like , allows customer to confirm the orders only for European countries , Please help anyone to add this feature in my application , Thank You.
Ajay
  • 1
  • 2
0
votes
2 answers

Can't get to add JS to front via $this->load->view

I'm developing a module for OpenCart 3.x and I'm trying to insert some JavaScript code into website's front via $this->load->view() method but cannot get it to work, as the JS code doesn't appear in the DOM. Here's an excerpt of my…
Carol-Theodor Pelu
  • 906
  • 2
  • 10
  • 26
0
votes
1 answer

How to upload serialized image data in jquery/php?

I'm trying to crop then upload images using http://scottcheng.github.io/cropit/ extension in OpenCart 3. But I don't know how to upload serialized image data. Here is the HTML part of the code which actually is the code of Cropit extension:
Kardo
  • 1,658
  • 4
  • 32
  • 52
0
votes
1 answer

Modification Tab in opencart 3

I am working on opencart 3. I have checked that many times working with module I need to clear and refresh modification inside extension in opencart 3. But what modifications exactly do. Can anyone give information for modification tab inside admin…
Kruti Aparnathi
  • 175
  • 1
  • 11
0
votes
2 answers

Seo url doens't work with homepage in OpenCart 3

I've enabled the option (Use SEO URLs) in settings (Opencart 3). All links such as contact, about, etc are working, except the homepage! I have added this to the SEO URL page: Query: common/home Keyword: home But it still appears as:…
Behiry
  • 575
  • 5
  • 20
0
votes
1 answer

In OpenCart3 how to prevent adding extra characters in $this->cart->add(...)?

I'm customizing OpenCart3. For some reasons I have to save contents of cart table in a session, then re-insert them back, but while adding session data using $this->cart->add(...) extra codes are added to options which I don't know how to prevent. …
Kardo
  • 1,658
  • 4
  • 32
  • 52