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

1161 questions
4
votes
1 answer

How to reduce the number of fields requested during registration? | OpenCart 2

Is it possible to adjust / remove entry fields on registration page? Image:
Vadim Melnikov
  • 100
  • 2
  • 7
4
votes
1 answer

How to Login/register into Opencart using OTP (One time password)

I am building an Android Application using opencart as my backend. I want login/registration to be otp based ( no password needed ever). I know how to send sms to user and verify phone number. I am also collecting user email and Name. I need to…
ashfaq.p
  • 5,379
  • 21
  • 35
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
  • 2
  • 8
  • 22
4
votes
1 answer

OpenCart 2: Show all subcategories in category module by default (php)

Really need your help to make this work. I'm using OpenCart 2.0.3.1 and I want the sidebar category module to show all subcategories of all categories by default. Currently the module shows subcategories only when you click on a category and it…
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
  • 2
  • 12
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,233
  • 1
  • 15
  • 41
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
  • 16
3
votes
1 answer

How do I add comments to OpenCart Error log?

In Laravel, I can use the log() command to add comments to the log file (which helps me debug), something like this: $var = 'this is a variable'; //some other code goes here log::('Is $var a null? Here is the value '.$var); I can then check in the…
Jaime Dolor jr.
  • 897
  • 1
  • 11
  • 28
3
votes
1 answer

Opencart update modifications folder files

I'm newbie to opencart, i changed some controllers and models in system/storage/modifications folder. In opencart admin side when i install new extensions and then goto modifications >> clear cache, the files i changed in…
ayyanar pms
  • 169
  • 1
  • 2
  • 13
3
votes
1 answer

In which .php file does the "subtract stock" happens after a successful order?

I am using Opencart v.2.1.0.2 and I am trying to find the .php file where the "subtract stock" happens after a successful order. Can anyone please help? Thank you!
kanenas
  • 869
  • 1
  • 20
  • 37
3
votes
3 answers

CSS Sticky position not working properly on mobile

I have a button on my OpenCart (2.3.0.2) website with a sticky cart button. The idea is that there is only one page to order from (Just a few sandwiches, no categories and product page needed) so I added a cart button that stays on the top right of…
Cas Bekhuis
  • 71
  • 1
  • 9
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
  • 440
  • 4
  • 11
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.
  • 897
  • 1
  • 11
  • 28
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
  • 61
  • 1
  • 4
1
2
3
77 78