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

How can I pass parameters when loading my library in Opencart?

I need to pass parameters to my Opencart library class which is loaded using $this->load->library('MyLib'). The trouble is that the loader only accepts a single argument. I'd like to do something like this: $this->load->library('MyLib',…
-1
votes
2 answers

Need to Extract Product Cost (Not Price) From OpenCart Database

I migrated my Opencart site to Wordpress but unfortunately couldn't transfer the product cost as there is no cost field in Woocommerce. I later installed woocommerce cost plugin and realised I never transferred the cost from OpenCart. All I am left…
-1
votes
2 answers

how to change main page categories and images in open cart

These categories are not responding to categories change in dashboard I deleted all the categories but still these are not affected. plz help me in that.
fzr2000
  • 1
  • 1
-1
votes
1 answer

Remove HTML Attributes and tags

Hi i need to remove HTML attributes and tags using php but strip_tag not working give any solutions. Some span attributes come along with the table values. I need to update editable table values in mysql db. Please find the attached Error Image in…
-1
votes
2 answers

Opencart 2.2 : Redirect user to same page after login

In Opencart, I am unable to do that after login the user go to the previous page on which the user is, rather than the account page. I am not interested to use any extension for it.
B. Khan
  • 1
  • 2
-1
votes
1 answer

Joint image path with table column field to MySQL query PHP

I need to joint image root path with table column field. Here is my query which is not working. How I joint image path with "image"(name column in table) dynamic? SELECT id, image, LOAD_FILE( 'D:/wamp/www/path/image/' + image ) IS NOT NULL AS exist…
Vipul Jethva
  • 647
  • 1
  • 7
  • 27
-1
votes
1 answer

Is it normal to rewrite all css classes for opencart template?

I started to rewrite Opencart 2.1 template classes with my own classes (I'm front-end and want to use my shop also as portfolio). When I started to add modules I found out that probably it can be not the best idea taking in consideration that all…
Angelzzz
  • 1,356
  • 2
  • 10
  • 20
-1
votes
1 answer

How can I show data in admin panel from DB?

I've followed advice from How to add custom field in review form opencart 2 . So now I can get email in my bd. But how to show this field in review form below author field?
Дима
  • 1
  • 2
-1
votes
1 answer

Authentication failed! Facebook returned an invalid user id

I am using a module on opencart 2.0.1.1 named Social Login Free and using facebook-php-3.2 Login with facebook was working correctly but now when a user clicks on login with facebook it takes it correctly to the facebook oath login dialog and when…
Haroon
  • 496
  • 5
  • 14
  • 31
-1
votes
2 answers

Opencart 2.1 Wrong API Key Error

I have a opencart 2.1 website and I can't change order details. I see this error in orders page:(Wrong API Key!) I gave all permission to my account. I added a API, I added my ip to this API like this: I searched but I didn't found an answer. I…
mymiracl
  • 583
  • 1
  • 16
  • 24
-1
votes
1 answer

how to show specific product for specific city in given time period in-Open cart 2

I'm new to OpenCart 2. I want to show selected products for selected city in given time period. I'm searching for that but no result as i want. please help me if anybody know. Thank You.
Pritam Kumbhar
  • 260
  • 2
  • 17
-1
votes
2 answers

OpenCart error 500 only for index.php

I have been trying to manually migrate OpenCart 2.3.0.2 from Plesk to cPanel and so far it has been working ok. I've uploaded all the files into the file manager's root directory and set both config.php files, the first one under the root directory,…
-1
votes
1 answer

How to create price comparison website using opencart 2.x

I am using OpenCart for development. I have affiliate API of Amazon,ebay,Flipkart and Snapdeal. I want to combine all API results to my web page with pagination. Like this website https://www.compareraja.in/mobiles.html. My question is : Should I…
Amiyar
  • 83
  • 1
  • 12
-1
votes
1 answer

Customer login dropdown menu clipped in OpenCart on multiple stores

This issue is only when you have multiple stores configured in OpenCart. On the admin side, when you filter on a customer name and the search results in only one customer in the list, the "Login into Store" dropdown menu is clipped (see first image…
Tool Man
  • 311
  • 4
  • 13
-1
votes
1 answer

how to (line) break output at specific keyword?

Situation: PHP-based CMS (OpenCart 2.0.3.1) -> category page -> outputs the product names via: Problem: need to wrap a portion of the product name, to the next line. For example, what currently displays as 20-inch…
TomJones999
  • 775
  • 2
  • 13
  • 30