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

how to put opencart 2.0 customer first name and last name on header?

Can anyone please tell me how to put customer's first and last name into the header in OpenCart 2.0? I am already using this code for OpenCart 1.5.6: customer->getFirstName(); ?> customer->getLastName(); ?> But…
sarath
  • 9
  • 2
  • 4
0
votes
1 answer

Using OpenCart 2.0. How do I display customers email on a category page?

I'm using OpenCart 2.0 and I'm trying to show a user email on a category page when a user is logged in. The code below I believe works for it to show a users email on the success.tpl. How can I display it on a category page? Thanks for your…
Mark Rodriguez
  • 125
  • 2
  • 15
0
votes
1 answer

Get customer email in form input field on OpenCart 2.0 page

Hi I have a form that has various inputs. This form is on one of my category pages. I'm trying to prefill one of the inputs with the users email when logged in. Anyone know a way I can achieve this with OpenCart. I'm really new to this and any…
Mark Rodriguez
  • 125
  • 2
  • 15
0
votes
1 answer

how to add extra cost to shipping flat cost according to delivery date in opencart

I want to add an extra shipping cost when a user selects today's date how can i do this in opencart , please point me to the file which set's the delivery cost or where is the following session variable set. …
jarus
  • 1,853
  • 11
  • 44
  • 76
0
votes
1 answer

opencart custom download file error

i am looking to make download files in product page without login or registration in opencart as public download link, after doing the coding am not getting the right download file and also a unknow and unformatted file is downloaded. what i get…
Kundan SIngh
  • 720
  • 2
  • 12
  • 34
0
votes
0 answers

Open Cart 2 Coupon Multiple

I have been trying to figure out a way to do the following : Example, You Order the same 5 Chickens at £20 each and you apply a £5 off coupon for the product. Instead of £95.00, the price should be £75. Is this at all possible, I have been digging…
Brent
  • 2,385
  • 10
  • 39
  • 63
0
votes
0 answers

OpenCar tError on OCMOD

iam trying make some modification in OpenCart Admin so i created ocmod file but it doesn`t working ! when using position "After" it replaced code !! and "After" not working ! this code 31111
abada henno
  • 750
  • 6
  • 15
0
votes
1 answer

Can't see my module

I'm trying to create module. I have language, controller an view files in admin and category modules. I copied admin part from default category module, module installation from admin looks fine, i'm adding it to my page and can't see it on actual…
arkhy
  • 447
  • 6
  • 18
0
votes
5 answers

Dynamic home link for OpenCart

For example in Wordpress you can call to home with: But in OpenCart I can't find a similar function. In my header this works: But not on other templates in my theme. Someone who got a global function…
Henric Åkesson
  • 140
  • 1
  • 2
  • 11
0
votes
1 answer

OpenCart2 vqmod replace,before and after all replacing?

Please take a look at the following xml file in the vqmod folder. Drop Shipping 2.0.0 2.4.0
Gavin Simpson
  • 2,766
  • 3
  • 30
  • 39
0
votes
2 answers

Opencart how to related 2 options in a product

Hello I have the following problem. I have a product with two different options, size and color. But I didn't know how to related this options when someone is buying a product. For example. I have 4 T-shirt on my inventory 2 Blue T-shirt size S 1…
Jean
  • 5,201
  • 11
  • 51
  • 87
-1
votes
1 answer

How to improve this password validation from OpenCart?

Below is the default code from Opencart 2.3.0.2 on github. Its found in approx 5 php files. Currently the password requirements is min 4 and max 20 characters. I want to make it 8 min, one uppercase, one lowercase, and a special character. It has to…
-1
votes
1 answer

Disconnect image cache from opencart 3 image manager

When i upload any image for my Opencart 3 website, it takes close to 10 minutes for the image to appear in the image manager. I discovered that the images are stuck in the cache before they upload to the main directory. I have increased the values…
-1
votes
1 answer

After uninstalling an extension in Opencart3, there are remnants in user groups

I installed an extension into my opencart 3 website but later want to remove it . I have done the following: i have uninstalled from extension/extension/module gone to modification and removed it then refreshed tracked each of the files and…
-1
votes
1 answer

AND request in model opencart

I develop new filter in admin opencart. But my sql request is don't work Field "value" is declared in table oc_order_option Sql request without my filter SELECT o.order_id, CONCAT(o.lastname, ' ', o.firstname) AS customer, COUNT(po.pass_id) as…