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
-1
votes
2 answers

How can I remove a form field in opencart 2.0 checkout/registration page?

I am trying to remove some fields from opencart 2.0x checkout and registration page, like fax, postal code. I can't seem to find the right extension so I'd like to go editing from the code level. Can anyone guide me to a starting point?
user3385915
  • 29
  • 2
  • 5
-1
votes
3 answers

How to color adjustments for button in the stylesheet Opencart 2.0.3.1

In Opencart 2.0.3.1, I've changed most of the colors for menu, links, add to cart button, etc. in the stylesheet.css, but I can't seem to alter the background blue color when the Add to Cart button loads something into the cart (and a few other…
wkkapr
  • 1
  • 1
-1
votes
1 answer

Fatal error: Call to undefined method in opencart

When i am trying to save a module details, it shows the below error, i don't know what is the mistake over there, but the data's are stored but every time i try to save i get this error. ERROR Fatal error: Call to undefined method…
Divya Sharma
  • 237
  • 1
  • 6
  • 17
-1
votes
1 answer

ocmod extension working in op2.0 but vqmod stop automatically

I have try ocmod extensions installing opencart 2.0 now onwards ocmod extensions are working well but vqmod used already installed extension stopped. i mean not working. if i clear or disable ocmod exntesion then vqmods all pluging working.
Ravi Chauhan
  • 1,409
  • 13
  • 26
-1
votes
1 answer

Show all Sub-Categories in Category Module in Opencart 2.0.2

By default opencart's category module shows only top categories and sub categories of active category. And now, i want to show all subcategories in category module, how to do that?
-1
votes
1 answer

how to post form and get data from database in opencart

how to post form and get posted data to controller and i don't know how to pass posted variable from controller to model after getting i want to pass variables to views controller.php if(isset($_POST["email"])) { …
rockie
  • 227
  • 1
  • 2
  • 8
-1
votes
2 answers

Can't Login to Open Cart website

I am not able to login to opencart website when i enter username and passoword. url becomes like this and nothing happens http://www.mywebsite.com/admin/index.php?route=common/home&token=9d2ea990e9612a5d3a8fc9fe4cf8c55a Even i had tried with…
Hitu Bansal
  • 2,917
  • 10
  • 52
  • 87
-1
votes
1 answer

In OpenCart, how can we update the data in real time

Okay so,I am pretty a newbie in OpenCart. Recently started working on the code inside the Opencart file system. My objective is to display the cart div on the header to display on some other part like common right or footer. So after taking a look…
Akansha
  • 1
  • 4
-1
votes
1 answer

remove required field from opencart 2 admin when inserting new orders

im trying to insert orders manually through the admin in Opencart 2, so most of these orders will nt have a email address so i need to make the email filed not required at the insert order through admin but its a bit complex in Opencart 2 i see the…
LiveEn
  • 3,193
  • 12
  • 59
  • 104
-1
votes
1 answer

After Registration Page Gets Blank Opencart 1.5

I'm having a online shop where at registration page after filling up details user is registered but page gets blank , any Idea whats happening .After checking Error logs i find out error like this PHP Notice: Error: RCPT TO not accepted from…
ADIL BHAT
  • 25
  • 1
  • 5
-1
votes
1 answer

Warning: array_merge in admin side

I was created custom module. & use below code for get language file. So, it was working fine in OpenCart 1.5.6.4. (admin\controller\module\custom.php) $language = $this->load->language('module/custom'); $this->data = array_merge($this->data,…
HDP
  • 4,005
  • 2
  • 36
  • 58
-1
votes
1 answer

Checkout page in Opencart is not working

I am trying to sort out the error but i was not, my checkout page is disabled, how i don't know. I have not made any changes in the coding, so no chance of coding issue. is there any setting to be changed, i search also refereed some tutorials but…
Kundan SIngh
  • 720
  • 2
  • 12
  • 34
-1
votes
1 answer

Show secondary image on hover in OpenCart

I have the default theme in OpenCart 2.0 and when I hover a product I want the secondary image to be shown (if there is a secondary on that product) instead of the first one. Then back again. Is this possible? Edit: The code I want is not how to…
Henric Åkesson
  • 140
  • 1
  • 2
  • 11
-2
votes
1 answer

Opencart Empty Cart Problem When İ Log in the site

I m adding some product to cart but my problem is starting when i log in the site my cart is empty
-2
votes
4 answers

is it correct to use php closing tag inside if statement? : }

In opencart 2.2 product.tpl file I found the following code which is quite confusing to me: