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 to get category name in opencart product search result page

My Controller : load->language('product/search'); $this->load->model('catalog/category'); …
Krishna
  • 51
  • 9
-1
votes
1 answer

can anyone suggest a book for learning opencart 2.2 customization?

I want to create a new theme on opencart 2.2. Is there any book to help me to understand the complete process of creating a new opencart 2.2 theme? Thanx.
-1
votes
1 answer

when adding or editing product in opencart it just redirect to root of site

I installed opencart, after months adding and editing product, now i can't edit or insert product to my website. I use opencart 2.0.3.1 when i tringy to edite or add a product it just redirect to root of site . and i check my user roles,my user is…
-1
votes
1 answer

Opencart can't found custom method in model

I have created a custom method named "getProductbySku" in a model php. /admin/model/catalog/product.php public function getProductbySku($sku) { $query = $this->db->query("select id from " . DB_PREFIX . "product where sku = '".$sku."'"); …
levye
  • 532
  • 6
  • 20
-1
votes
1 answer

PHP Warning: array_combine(): Both parameters should have an equal number of elements

I am getting warning on link_footer page in admin panel. Error Warning: array_combine(): Both parameters should have an equal number of elements in admin\model\design\links_footer.php on line 69. I am trying to solve it but i can't. so please…
-1
votes
2 answers

I want to separate directory of register member in filemanager within member name

I add new member in store front(Not customer additional member) Make Login page and registration page for them After login member can upload their logo by file manager My question is that file manager shows all images within catalog folder which…
amisha
  • 366
  • 1
  • 4
  • 15
-1
votes
1 answer

How to connect Opencart with another Opencart through API

I have an small store that sells VOIP phones. I want to populate it's database from our provider. They use Opencart too and gave us an username and password to get API access. the API, as usual, returns content in JSON. I've been searching but…
Douglas Roos
  • 613
  • 10
  • 28
-1
votes
1 answer

Opencart 2.0 - add product direct to cart

I have recently installed Opencart Ver. 2.1.0.1 What i want is to add products directly from Landing pages (basic HTML/CSS) to cart of Opencart. Earlier for Opencart version 1.5, i was using a tweak and it was working fine. Ideally adding …
-1
votes
1 answer

Opencart Login Issues

I am unable to login to the Opencart Dashboard. I can see the login screen and enter passwords. I even did a fresh install. It just doesn't redirect me to the dashboard. I have read up and tried every possible solution. Is there something on the…
-1
votes
2 answers

Stripe payment error opencart

we have installed stripe payment module in opencart its give error message on checkout page please check following error:- "Notice: Error: Could not load model /home/imarkclients/public_html/prime/catalog/model/payment/stripe_payments.php!" Please…
Baljit Singh
  • 137
  • 1
  • 1
  • 9
-1
votes
1 answer

how to add product to cart in opencart

Below is add to product code . But I am not getting where the values are storing . Kindly help to find out solution for this . I want to know logic behind this code public function add($product_id, $qty = 1, $option = array(), $recurring_id = 0) { …
user12342
  • 107
  • 2
  • 12
-1
votes
2 answers

Opencart 2.0.3.1 Email not send

i'm install lexus golmart theme on opencart 2.0.3.1, Every thing is fine accept the order email & contact form, There is no error while ordering or submit contact form, but no email receive from both. I do several changes like email address change,…
-1
votes
1 answer

Calling model_tool_image resize on Confirm Controller

i want get url link of product image im edit catalog/controller/checkout/confirm.php $data['products'][] = array( 'cart_id' => $product['cart_id'], 'product_id' => $product['product_id'], …
Putra Fajar Hasanuddin
  • 1,101
  • 3
  • 13
  • 25
-1
votes
1 answer

Relation between product and user in opencart?

How to identify which product added by which user(not customers) in opencart? any table or data in database related to user and product? Thanks in advance..
-1
votes
1 answer

Opencart email new customer

I want to disable email confirmation when new customer registers in my store, can someone help me to do it? I use version 2.3.1 opencart.
Royal RB
  • 105
  • 1
  • 1
  • 7