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

1162 questions
3
votes
3 answers

How to get the price value without currency symbol?

I want to get price value without currency symbol in Product Page for OpenCart. I have use following code for that. but, it is not work perfectly. I have found and used following code. in .tpl file.
HDP
  • 3,003
  • 2
  • 28
  • 50
3
votes
4 answers

Opencart 2.2 - new custome theme not available in the admin panel

I just followed this tutorial to create a custom new theme for my localhost opencart 2.2 installation. I followed the following instructions from the tutorial : Let's create a new directory, named mycustomtheme underneath catalog/view/theme. …
Istiaque Ahmed
  • 4,977
  • 17
  • 59
  • 117
3
votes
4 answers

PHP / OpenCart 2.2.0 - Creating custom theme

i'm starting today with theme development in OpenCart 2.2 and i'm following this article: http://code.tutsplus.com/tutorials/create-a-custom-theme-with-opencart-introduction--cms-21786 Wich uses the 1.5.6.1 version of opencart. (I can't find nothing…
José Pinto
  • 161
  • 1
  • 4
  • 8
3
votes
1 answer

How to show Sound notification in Dashboard on new order Opencart 2.0.1.1

I am working on project in Opencart 2.0.1.1 version. I want to show a sound notification in admin dashboard without page load whenever user place a new order from front end. please help me regarding this I have spend many hours on internet but…
OBAID
  • 943
  • 1
  • 14
  • 37
3
votes
0 answers

Add PGP encryption to my opencart contact us page

I am wondering if anyone can tell me or point me in right direction of how to add PGP encryption to my opencart 2.1 contact us page. (well maybe for all emails sent to admin) so messages are encrypted using my public pgp key. I already use SSL but…
3
votes
0 answers

Sub-total subtracting discount

In open cart 2.0.3.1, now sub-total is calculating without subtracting discount. But I need sub-total subtracting discount. Please checkout the image for specific example. http://postimg.org/image/lff2g1qff/ I have modified the file…
3
votes
1 answer

OpenCart 2: Show all subcategories in category module by default (php)

Really need your help to make this work. I'm using OpenCart 2.0.3.1 and I want the sidebar category module to show all subcategories of all categories by default. Currently the module shows subcategories only when you click on a category and it…
3
votes
4 answers

vQmod for OpenCart 2 install instructions

I am using OpenCart 2.0.3.1 and I've followed the installation instructions for vQmod located here. vQmod for OpenCart 2 Then I followed the instructions to upload an XML file but I am not seeing any changes. Do I need to also install this…
Tool Man
  • 151
  • 3
  • 12
3
votes
1 answer

Is there a way to display youtube video instead of product image in Opencart?

I am trying to make changes to product page of Opencart where I am trying to show a video instead of the product image. If I hardcode the video id I am able to play the video instead of the product image. but, I plan to take the video id from…
Ranjit
  • 115
  • 9
3
votes
1 answer

Load Controller With Parameter Opencart

I have created one controller inside catalog/controller/module/same_collection.php Inside that : class ControllerModuleSameCollection extends Controller { //User Product History public function index($product_id) { echo…
chhorn soro
  • 179
  • 2
  • 13
3
votes
3 answers

Opencart 2.0.3.1 - Some products not showing up in category lists

In the Opencart admin area I have four categories (A B C D) and 20 products (1-20). I first created the categories and checked the Top box under data so that they would show up on the home page. I then created the products, 1-16 under category A,…
Jim Pudar
  • 31
  • 1
  • 3
3
votes
0 answers

Change opencart requests to thrift binaries

We are using opencart for our ecommerce framework.Lately we are being limited by the resources and features and opencart becoming a bottleneck for implementing those features.Now we are shifting to Ruby On Rails.How can we use thrift to make use of…
5ud0
  • 121
  • 10
3
votes
2 answers

How does free checkout work in Opencart 2?

I am trying to make a development site where I can add products to my cart and delivery options - and then checkout. I want to be able to do dummy orders without using real cards or payment gateways I have enabled free checkout but it does not…
TheBlackBenzKid
  • 24,177
  • 36
  • 128
  • 199
3
votes
5 answers

Opencart how to show free shipping if order is above X amount otherwise X delivery charges?

I would like to if order is above x amount then free shipping otherwise need to charge x amount. In Free Shipping i already set X amount. In Flat Rate i set X amount. But in frontend if order is above x amount then it display both Free Shipping &…
test
  • 432
  • 5
  • 13
3
votes
1 answer

Confused about using class file name shortcut OpenCart

I am newbie in PHP, I have faced with weird thing for me in opencart PHP engine. There is file called catalog/controller/module/slideshow.php. This class extends Controller class class ControllerModuleSlideshow extends Controller { …
cdxulkqy
  • 33
  • 4
1 2
3
77 78