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

Customer Group not editing in orders admin after save opencart

in admin orders page where I want to change the order to which customer group it will allow other edits except the customer group page. Anyone know how to fix this issue? opencart 2.0.1.1 Any help would be appreciated Thanks
user2242141
  • 131
  • 1
  • 1
  • 5
0
votes
4 answers

Jquery selector not pulling text out

Im working inside of opencart's framework. The base install has the exact same code but mine doesn't seem to be working. I'm not seeing any errors. Im unsure how to make my selectors in jquery work. When the below code is ran it doesn't find the…
John Ayers
  • 509
  • 1
  • 11
  • 33
0
votes
1 answer

Edited Featured module in opencart 2.0.1.1

I am using opencart 2.0.1.1. I have removed wishlist and compare button from featured module. Now I am facing a problem that the cart button is at left position but I want it to place it center.. Please tell me how can I place it in center?
0
votes
1 answer

How to call one controller on every page

If I want to load controller or module on every page , Should I load controller every time? My question is what is the best practice to load controller on every page?
Chhorn Soro
  • 3,061
  • 8
  • 27
  • 43
0
votes
1 answer

Opencart https url principal

activate the security certificate in the store, it works well but is still the main url http and not https, and change the url in the config.php, when a product is entered if https appears or when the logo is clicked. I can do?
metalbox
  • 302
  • 4
  • 17
0
votes
0 answers

How To Add links to Facebook Twitter Youtube ... in footer Opencart?

i want to add links to Social Media (Facebook, Twitter ... ) just in footer like Extra; i have tried to modify footer.tpl and footer.php but nothing happened ; i'm new at opencart and Php :p i have tried to modify…
0
votes
1 answer

Edit or Add a Section in "Links" tab in Catalog -> Products in Opencart

I'm new to opencart and I'd really like to let's say modify or tweak a little the "Links" tab that is located in the Catalog -> Products (and then click in the Edit product action) in the admin page, to be more specific this is the image of the tab…
0
votes
2 answers

Call to a member function model() on a non-object error on opencart 2.0

I am use load->model('tool/image'); ?> this on tpl file i am getting this error Call to a member function model() on a non-object in /home/host/public_html/site/admin/view/template/module/module_name.tpl any one please solve my…
sarath
  • 9
  • 2
  • 4
0
votes
1 answer

Get error when Code add via vqmod

I have follow this answer Check module position in OpenCart 2.0 and it is working fine When add it code direct in core file. But, when, this same code (Step 3) add via Vqmod (without change core file). So, It is not work. Get error ( Notice:…
HDP
  • 4,005
  • 2
  • 36
  • 58
0
votes
1 answer

opencart admin login No Error No Login

i have running opencart for months now never have an issue since yesterday when i try to login to admin it does not show any error but stay on admin page. with these 2…
Waqas
  • 637
  • 8
  • 19
0
votes
1 answer

Having issue while applying owl carousel on featured module of opencart 2.0.1.1

The code of catalog's featured.tpl of opencart 2.0.1.1 is as below, which i modified for owl-carousel implementation and added…
0
votes
1 answer

migrating addresses using SQL but tables of different DB's has diffent ID for zones

i am in the middle of migrating a website from cubecart v3 to opencart 2.0 using phpmyadmin and have just got the last important bit to do, but the ID for countries and counties are different this is what i had in mind UPDATE `oc_address` SET…
0
votes
0 answers

Sales report buggy in OpenCart 2

In the new OpenCart 2 system is the following sales report query: SELECT MIN(o.date_added) AS date_start, MAX(o.date_added) AS date_end, COUNT(*) AS orders, ( SELECT SUM(op.quantity) FROM …
Ronny Linsener
  • 253
  • 3
  • 16
0
votes
1 answer

css changes not applying in custom template in opencart

i'm new to opencart. my opencart version is 2.0 i have made changes in stylesheet.css file but changes are not affecting. also i made changes in .tpl files that changes are affecting but in css file color, background color, and styles are not…
user4194060
0
votes
1 answer

Limit characters or letters in category product name on opencart 2.0

In opencart 2.0 how to set the limit characters or letters on product name on category page ? Any one please answer this Thanks
sarath
  • 9
  • 2
  • 4