Questions tagged [opencart2.x]

Opencart version 2.0.0.0 and above, released 2014-10-01

OpenCart 2

Opencart Commerce version 2x (version 2.0.0.0 and above)

This is the latest release of the OpenCart PHP and MySQL driven ecommerce platform. OpenCart supports Multi-Channel ecommerce with availability for multi currecy, language, template, domain and device (tablet, web and mobile). There is also modules for kiosk, vendors such as Amazon and eBay and also Google and Apple App Store.

New features include:

  • Fully responsive design - both the admin and the front-end
  • OCmod - virtual file modification. Redesigned admin area and front end - a marketplace module enviroment
  • Support for CDN, cloud computing and enterprise driven stores with high volume and transaction rate

  • More payment gateways included in the standard download.

  • Event notification system. Custom form fields.

Although 2.0 is now released we advise all existing store owners to check that any 3rd party modules they have installed will work with the latest version. If you already have a working store we always advise a backup is done and you test in a new environment before you update!

You can download any version of Opencart from this url

You can also browse the extensions from this url

1162 questions
4
votes
3 answers

How to integrate opencart with Amazon CDN?

I have been trying to integrate Amazon S3 & Amazon Cloudfront with my website (Hosted on Amazon EC2) developed using opencart from past few days. While searching, i found a lot of extensions from which not a single one fits the requirement.…
4
votes
3 answers

How to display all products in a single page in opencart?

I want to display all products in onepage while clicking a single button in main menu and also need to display category in main menu... thank in advance...!
heart hacker
  • 431
  • 1
  • 6
  • 21
4
votes
2 answers

Permission Denied in admin custom page opencart

I followed Below procedure But still i m getting permission denied error . I am using opencart 2.x 1) Create a new file in admin/controller/custom/helloworld.php Your filename and controller name should be the same in desc…
user12342
  • 107
  • 1
  • 11
4
votes
0 answers

OpenCart: Apply refund to sales order

I'm looking for a way to apply a refund to a customer, without an extension. To adjust inventory would too would be a bonus. Best solution I've found was OpenCart Forum, by creating a product called 'refund' and either adding it to the invoice or…
Bradmage
  • 1,087
  • 1
  • 12
  • 30
4
votes
2 answers

Modification requires a unique ID code! Opencart OCMOD

In Opencart 2.0.1.1, I tried to upload an OCmod configuration file with right name format .ocmod.xml but I get the error Modification requires a unique ID code!
Muhammad
  • 861
  • 1
  • 10
  • 25
4
votes
2 answers

Opencart 2 : Add currently logged admin id to oc_product table on product insert

I would like to monitor which dashboard user ("admin") added new product to the database. The solution i was thinking about is simply adding another insert under admin > model > catalog > product.tpl under function addProduct(), which adds the user…
devbull
  • 227
  • 1
  • 4
  • 15
4
votes
1 answer

$this->config->get('something') in opencart

I am newbie in opencart as well as in php. I am discovering opencart templates, I found $this->config->get this line, I am a little bit confused about this. I don't understand clearly. This request we are using this object (current) access config…
user4541912
3
votes
1 answer

Where sku.tpl get the $sku_images in opencart

I want to know where is the sku.tpl get this $sku_images. I already search it using grep in my server but I can't find where that variable come from. can you help me guys? I really don't know where is that variable come from.
Arigi Wiratama
  • 420
  • 4
  • 10
3
votes
4 answers

How do I make my OpenCart customers logout after a period of inactivity?

We have an OpenCart site (ver 2.3.0.2). When a customer logs in, I want them to be forced to log out after being inactive for a specified time, e.g. 30 mins. I observe that customers are never logged out even if they are inactive for more than an…
Jaime Dolor jr.
  • 685
  • 1
  • 9
  • 21
3
votes
1 answer

How do you call a helper function in the category.tpl file OpenCart 2

This is my previous question: How to convert a decimal $attribute['text']; into a fraction in opencart I have a helper function that is declared in startup.php and defined in helper/dec2frac.php I am trying to call the helper function from a…
Michael
  • 51
  • 1
  • 4
3
votes
1 answer

Add label to recently added products in OpenCart

I need to have a label "new" on products which were added recently. I have this done on extension/module/latest.tpl, but I'd like also to have this label working on another pages too, like product/product.tpl, product/category and so on... How can I…
Jasmine J
  • 43
  • 7
3
votes
1 answer

Redirect in cannot be found page when I does click on save button from module

Page redirect in cannot be found! when, I does click on save button from module in admin OpenCart 2.1.0.1. I think, module save button code is correct. but, Here, I can not understand. what is issue in my custom module. I have double check. Please…
cwg
  • 89
  • 8
3
votes
1 answer

How to setting global variables in OpenCart 2.3.0.2?

When I want to set a global variable in template (.tpl files), I just use global in opencart 2.2 or older version. For example: get('my_options')== 1) { ?>.... but, it does not work in Latest OpenCart…
user3807124
  • 43
  • 10
3
votes
1 answer

"error undefined" Opencart 2.2 admin dashboard while changing "Latest Orders" status

I have installed opencart 2.2 with Journal 2.7.4 theme, when i try to change the status of order from admin dashboard, i come across an error "error undefined", Plz suggest to resolve this issue.Error screenshot
Ravi Kishore
  • 99
  • 1
  • 2
  • 7
3
votes
0 answers

how to use composer in opencart 2.2.0

So, based on Opencart 2.2.0 installation guide : From version 2.2 composer has been added to aid developers who want to use composer libraries. 2 versions of OpenCart will become available, one compiled and one non-compiled (composer.json only…
Fatimah Wulandari
  • 287
  • 2
  • 4
  • 13
1
2
3
77 78