Questions tagged [opencart]

Free open source shopping cart system written in PHP and based on MVC architecture. Questions regarding third party extensions, templates, or how to do what in administration should not be asked here - use the developer's support, OpenCart support team or OpenCart forums for this kind of question.

OpenCart is a free open source shopping cart system written in PHP and released under GNU GPL License.

The currently active versions of OpenCart are very different in how they are structured, so please be sure to indicate your version number when asking a question on StackOverflow.

These are minimum requirements needed for OpenCart:

  • Web Server (Apache suggested)
  • PHP (at least 5.4)
  • cURL enabled
  • Database (MySQLi suggested)

Other required, optionally required or preferred settings:

  • register_globals OFF
  • magic_quotes_gpc OFF
  • file_uploads ON
  • session_auto_start OFF
  • mcrypt library loaded
  • zlib library loaded (for output compressing)

There is a large number of community made 'extensions' that expand OpenCart, both paid and free.

There is also an active & strong user support base, with forums for discussions.

You may contribute to the project using the GitHub repository

There is also a frontend demo and backend demo of OpenCart - login with demo/demo.

You can download any version of Opencart from this url

You can also browse the extensions from this url

5340 questions
1
vote
0 answers

Cannot allocate memory error on checkout page

We're using Opencard 1.5.6. On checkout, an alert of 500 Internal Server Error randomly generates. Please refer to screen shot provided: I've checked the Cpanel error log and noticed: [Thu Jul 17 09:26:17 2014] [error] [client 000.000.0.000] File…
Jun Dolor
  • 609
  • 2
  • 11
  • 25
1
vote
1 answer

Redirecting URL with dynamic URI segment in cpanel

Approve >> When I am redirecting to this url it shows correct id in url but gives page not found error. I am new to cpanel. Please…
Jill
  • 655
  • 1
  • 6
  • 14
1
vote
1 answer

Showing images in subcategories in opencart

Recently I installed Opencart 1.5.6 for the first time. Everything in ok except that I trying to show images along with text in sub-categories ( where is Refine Search text ). So far I've put this in…
Goro
  • 499
  • 1
  • 13
  • 31
1
vote
2 answers

How to verify two distinct values belong to a field in MySQL

I have the following MySQL query. As you can see in the last line, it asks for the filter_id to be either 51 or 8. How can I modify this query to make sure the products that are returned are only products that have BOTH filter IDs. What I did: I…
farjam
  • 2,089
  • 8
  • 40
  • 77
1
vote
0 answers

Opencart: Sorting large numbers of Product Options

I have been racking my brain trying to solve this problem, so any ideas or advice would be GREATLY appreciated! I am building a store for an upholstery company who make custom upholstered bed heads etc. There are 300 fabrics to choose from, which is…
user1615837
  • 89
  • 1
  • 11
1
vote
3 answers

Opencart Installation and Display Errors

I need a bit of help installing a copy of Opencart onto my Godaddy hosting. I have had one major problem and that was, after during and after the install, none of the styles or images where appearing. I was able to completely fix the admin panel,…
jpoles1
  • 63
  • 1
  • 7
1
vote
1 answer

opencart contact page captcha is not comming

I am facing a problem that my captcha is not coming on contact page. Please have a look. http://www.lewevaaboutique.com/store/index.php?route=information/contact then i set it up on my local host and did the modification according to this…
Sunil Kumar
  • 1,349
  • 3
  • 14
  • 25
1
vote
1 answer

Redirection of single pages to another page - .htaccess

I tried different redirects from one page to another (page moved to another url) but nothing is really working - I keep getting 404 page. I would like to move http://www.staskka.com/mladinska-postelja-gasilec.html to…
1
vote
3 answers

301 redirection in opencart

I am using OpenCart 1.5.6 and I recently moved my store from a subdomain to the main domain. Now I'm trying to redirect some of the old static category pages to the actual opencart category/product pages. Here is my .htaccess line: Redirect 301…
Tohid
  • 21,535
  • 8
  • 30
  • 43
1
vote
0 answers

Opencart: Is there a limit on using design layouts on products?

I am using Opencart v.1.5.6.1 (with about 1000 products & about 50 categories) and I am wondering if there is a limit on using design layouts on products or if there are performance issues by doing this. I would like to have about 100 Product Layout…
kanenas
  • 869
  • 1
  • 20
  • 37
1
vote
2 answers

Opencart header cart summary

We tried to find a module/plugin or something like that that shows a cart summary in the page header (instead of in the sidebar as we currently have it) of our OpenCart webshop. But it is difficult to search for this because we do not have matching…
Rigel
  • 95
  • 7
1
vote
5 answers

Fatal error: Allowed Memory size of 67108864 in opencart

I'm using opencart. In my admin page when I access CATALOG>PRODUCTS (I have 73 products - Totally I have four pages). When I access my second page it shows this following error Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to…
Karuppiah RK
  • 3,894
  • 9
  • 40
  • 80
1
vote
1 answer

What is value of OpenCart customer_id on oc_oder for guest account

We are using OpenCart. In case of guest checkout, what would be the value of customer_id on oc_order? I would assume that it would be zero?
Jun Dolor
  • 609
  • 2
  • 11
  • 25
1
vote
1 answer

Postback and Return URL in Opencart

I need help on finding/configuring the post-back and return URL on Opencart. I have successfully integrated the Dragonpay Payment Gateway API. However, I need to know the Postback and return URL's so they can configure it on their system. How do I…
1 2 3
99
100