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
0
votes
3 answers

Missing icons in opencart 2.0.1.1

I have opencart 2.0.1.1 version and it was working fine. Suddenly I found that the icons like contact us, wish list, search were missing. I tried to find the icons in images folder but couldn't find it out. The first image is the header image…
User
  • 85
  • 2
  • 11
0
votes
1 answer

Display Selected Categories on OpenCart Homepage

Is it possible to display only selected Categories with their name and link to the category on OpenCart v2.0 homepage? Here is a the example about how I want to display them
Crtvca Mag
  • 83
  • 2
  • 9
0
votes
1 answer

Opencart Substract Stock doesn't work

All quantity of my product in the store are set to 10. And then my I tried to checkout . It seem the quantity of product still the same (Not Substract Stock). Please help!!!
chhorn soro
  • 199
  • 1
  • 3
  • 13
0
votes
2 answers

Install VQmod for Opencart2.0.x.x

I searched on Google I find old versions correctly but for Opencart 2.0 + i didn't find anything . https://github.com/vqmod/vqmod Using FTP, upload the "vqmod" folder from the zip to the root of your opencart store After this Goto…
StackQA
  • 231
  • 1
  • 13
0
votes
2 answers

How to add Region / State in opencart checkout?

Please suggest a way to add an extra Region /State in checkout which is not there in Opencart default .
Nitin
  • 13
  • 1
  • 4
0
votes
1 answer

Vqmod Nested require_once

I have a scenario where vqmod is not able to make the modification in opencart. Scenario. in the Theme Folder. Header.php, I have a require statement which includes a menu files based on type of menu I want to make changes in the menu file. Vqmod is…
piresashwin
  • 155
  • 4
  • 13
0
votes
1 answer

ocmod modify both admin and catalog files using braces

How come my ocmod isn't working using the braces?
John Magnolia
  • 16,769
  • 36
  • 159
  • 270
0
votes
1 answer

Unidentified index, variable, and permission denied

I am using opencart 2.0 and everything works fine until I installed an extension. I already have a theme previously installed but after inserting the extension several errors appeared. I am not familiar with Php so I am having a hard time figuring…
Jin
  • 142
  • 1
  • 10
0
votes
1 answer

Opencart: USPS not showing International Services on checkout

opencart2.0.1.1 USPS setting:-Weight Class= Pound, Geo Zone= All Zones, Dimensions (L x W x H)=10x10x10, Zip Code=33446 product:- Weight Class = Pound, Dimensions (L x W x H)=10x10x10, Weight =4. it is working properly in Domestic Services But …
StackQA
  • 231
  • 1
  • 13
0
votes
1 answer

mywebsite.com work but www.mywebsite.com don't work well !! opencart

My Website (opencart) works great on mywebsite.com but i got problems when trying www.mywebsite.com, eg: icons on header and products disappear. I tried to add a line on config.php:
0
votes
1 answer

Get order info from returns

How can I securely validate the customer has entered the correct order ID when making a return? At the moment I do this: if ($return_info['order_id'] && $this->customer->isLogged() && $this->customer->getId() == $return_info['customer_id']) { …
John Magnolia
  • 16,769
  • 36
  • 159
  • 270
0
votes
1 answer

OpenCart Products not updating

It was working quite fine before, but right now whenever I create a new Product it's not showing up anywhere, not in the category I inserted it in or the latest products. But when I try to update my old products by adding a new price in the special…
Jin
  • 142
  • 1
  • 10
0
votes
1 answer

Opencart 2.0.0 Top menu with only one subcategory should go to thumbnails of that page

I need help with opencart 2.0. top menu. If a main category only has one subcategory, then it should skip the collage page and go straight to the thumbs of that single subcategory. I am new to PHP and opencart. I have tried changing header…
Farzana
  • 1
  • 2
0
votes
1 answer

Opencart: make separate login page using ajax request response

i have two pages in opencart 1) demo.php and 2)response.php i m sending email and password from demo.php to validate in response.php and give back response demo.php page