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

Notice: Use of undefined constant GLOB_BRACE

Getting Notice and Warning Bellow Notice: Use of undefined constant GLOB_BRACE - assumed 'GLOB_BRACE' in /var/www/html/opencart/upload/admin/controller/extension/extension.php on line 2 Warning: glob(): At least one of the passed flags is invalid…
Parnit Das
  • 361
  • 3
  • 7
  • 20
2
votes
1 answer

Display block HTML only on main page?

I tried to modify home controller adding new variable: $data["header_home"] = true; Then I try to check this in header.twig tetmplate like as: {% if header_home %}
Home
{% else %}
Not Home
{% endif %} When I open home…
POV
  • 11,293
  • 34
  • 107
  • 201
2
votes
1 answer

Mixed Content: The page at 'url' was loaded over HTTPS, but requested an insecure image in Opencart

I have one issue in my Opencart page. I recently noticed that green bar into browser is not active, and checked my console for errors. I see this warnings: Mixed Content: The page at 'siteurl' was loaded over HTTPS, but requested an insecure image…
DrMTR
  • 499
  • 1
  • 14
  • 35
2
votes
0 answers

Open Cart v 2.x.x. PayPal standard plugin not getting back CallBack

I'm having problems with shop OpenCart v.2.x.x. Open card has their Pay Pal standard plugin, but here it is a problem is, that callback() function, which is made for callback is taking request, but not getting back the response: public function…
JStockUS
  • 31
  • 2
2
votes
0 answers

Where is php code of price table page in opencart 2x?

i want to edit price table page in opencart but can not find php code of this madule. parice table page in catergory , information and price table in opencart can u help me?
HIV88
  • 157
  • 1
  • 9
2
votes
0 answers

How To Set Config For image in Subdomains in opencart 2.3.0.2?

I want to load images for subdomain with image folder of main domain. Main domain name is example: MainDomain and Subdomain is example: Max88 Address of image in main domain is: define('DIR_IMAGE', '/home/MainDomain/public_html/image/'); and This…
HIV88
  • 157
  • 1
  • 9
2
votes
0 answers

Want to change opencart url for all pages

I want to change all opencart urls to seo friendly urls, I enabled seo url settings, and it's working fine, but I'm unable to chnage some of…
Sher Singh
  • 279
  • 3
  • 13
2
votes
1 answer

How can I add extra content section to my opencart by using module?

Recently I'm facing problem with my opencart project. I can add extra content to my opencart home page by modifying the home.tpl file But I want to Add functionality to my admin -> extentions -> modules for control my sections. But I am new in…
Saifur Rahman
  • 445
  • 5
  • 11
2
votes
0 answers

Shipping rate issue in opencart

I have used opencart version : 2.0.1.1 and have defined below shipping rates based on weight, 800:40.00,1250:60.00,1700:80.00,2200:100.00,2700:120.00,999999:40.00 But in checkout/cart page prices are calculating correctly till 2200 grams according…
Mohan
  • 281
  • 2
  • 14
2
votes
1 answer

how to get 3rd level sub category in Top menu Opencart v2.3

I tried all the steps other similar previous questions but it didnt worked. I want to get 3rd level sub category in Top menu Opencart v2.3 This below code is of 2levelcategory, I need to create 3level category. This is the header.php file…
2
votes
3 answers

Opencart 2: Which method does admin --> index.php?route=api/order/add&token=xxx point to?

Where does: admin --> index.php?route=api/order/add&token=xxx point to? Which controller file, method will this call?
yeh
  • 23
  • 1
  • 6
2
votes
3 answers

Opencart "You do not have permission to access this page, please refer to your system administrator"

Every time I installed a new extension, I got this error: error: You do not have permission to access this page, please refer to your system administrator. I've already gone to System > User Group, and Add permission to new extension modules (both…
DannyPak
  • 21
  • 1
  • 2
2
votes
1 answer

How to apply css styling on rewards points notification email in opencart 2.0.1.1?

When a customer gets rewards points he gets notified by email. The default email contains only these lines : You have received 200 Reward Points! Your total number of reward points is now 200. I know this text is in language file…
user6797989
2
votes
1 answer

How to restore vqmod cache in Opencart?

I was trying to a tutorial on google how to disable a vqmod temporarily but something went wrong. I created a folder inside the vqmod > xml and named it "disabled" then put my files there but when I'm about to put them all back where they're…
Alexa
  • 2,201
  • 1
  • 10
  • 15
2
votes
1 answer

Show item number only in the minicart header

I have achieved to show item number only in the mini cart header with following changes.(OpenCart 2.2.0.0) catalog/language//common/cart.php Find "Shopping Cart %s item(s) - %s" Replace this "Shopping Cart %s" Above modification…
HDP
  • 4,005
  • 2
  • 36
  • 58