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

PHP : Serialization of a closure is not allowed

The whole scenario is that I have added facebook login extension in my opencart store , everything works fine when a new user clicks login with facebook add email and password and clicks login then comes a confirm login dialog which has two buttons…
Haroon
  • 496
  • 5
  • 14
  • 31
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
  • 139
  • 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
  • 307
  • 2
  • 5
  • 16
3
votes
3 answers

How to get the price value without currency symbol?

I want to get price value without currency symbol in Product Page for OpenCart. I have use following code for that. but, it is not work perfectly. I have found and used following code. in .tpl file.
HDP
  • 4,005
  • 2
  • 36
  • 58
3
votes
4 answers

Opencart 2.2 - new custome theme not available in the admin panel

I just followed this tutorial to create a custom new theme for my localhost opencart 2.2 installation. I followed the following instructions from the tutorial : Let's create a new directory, named mycustomtheme underneath catalog/view/theme. …
Istiaque Ahmed
  • 6,072
  • 24
  • 75
  • 141
3
votes
4 answers

PHP / OpenCart 2.2.0 - Creating custom theme

i'm starting today with theme development in OpenCart 2.2 and i'm following this article: http://code.tutsplus.com/tutorials/create-a-custom-theme-with-opencart-introduction--cms-21786 Wich uses the 1.5.6.1 version of opencart. (I can't find nothing…
José Pinto
  • 151
  • 1
  • 4
  • 8
3
votes
1 answer

How to show Sound notification in Dashboard on new order Opencart 2.0.1.1

I am working on project in Opencart 2.0.1.1 version. I want to show a sound notification in admin dashboard without page load whenever user place a new order from front end. please help me regarding this I have spend many hours on internet but…
OBAID
  • 1,299
  • 2
  • 21
  • 43
3
votes
0 answers

Add PGP encryption to my opencart contact us page

I am wondering if anyone can tell me or point me in right direction of how to add PGP encryption to my opencart 2.1 contact us page. (well maybe for all emails sent to admin) so messages are encrypted using my public pgp key. I already use SSL but…
Yoboots Tech
  • 31
  • 1
  • 3
3
votes
2 answers

Prevent 'Add to cart' If quantity Exceeds than stock

I want to disable adding a product to cart beyond its stock limit through ajax in opencart 2.x,Now opencart only shows a message on header "Products marked with *** are not available in the desired quantity or not in stock!". But i want products…
Ankit
  • 87
  • 4
  • 14
3
votes
0 answers

Sub-total subtracting discount

In open cart 2.0.3.1, now sub-total is calculating without subtracting discount. But I need sub-total subtracting discount. Please checkout the image for specific example. http://postimg.org/image/lff2g1qff/ I have modified the file…
3
votes
4 answers

vQmod for OpenCart 2 install instructions

I am using OpenCart 2.0.3.1 and I've followed the installation instructions for vQmod located here. vQmod for OpenCart 2 Then I followed the instructions to upload an XML file but I am not seeing any changes. Do I need to also install this…
Tool Man
  • 311
  • 4
  • 13
3
votes
1 answer

Is there a way to display youtube video instead of product image in Opencart?

I am trying to make changes to product page of Opencart where I am trying to show a video instead of the product image. If I hardcode the video id I am able to play the video instead of the product image. but, I plan to take the video id from…
Ranjit
  • 125
  • 10
1 2
3
77 78