Questions tagged [opencart-module]

Opencart modules are used for some special functionality you want in your store, which are not provided by default.

Opencart modules are used to provide more functionality to your store. It can be a theme or related to shipping, payment, checkout, blogs etc. Which features are not provided by default.

These modules can be paid as well as free too. Depending upon your requirement you can buy and add it to your store.

The modules are developed for front-end users and for admin user also.

The site for purchasing/downloading opencart module is Opencart Extensions

306 questions
8
votes
1 answer

Add a Custom Field on Opencart admin 'Order Info' page

I want to add custom field on opencart admin order pages. compare value like if oc_order.order_id = oc_custom_table.order_id then display oc_custom_table.comment on admin order list. display same thing on admin order info page. I added a custom…
Syed Mudabbir
  • 277
  • 4
  • 15
5
votes
1 answer

How to add script using OCmode in Opencart 2.0.3.1

I want to add script using ocmode in opencart 2.0.3.1. Save and Continue Button in Settings-Category-Product-All …
CBA
  • 194
  • 13
4
votes
1 answer

OpenCart OCMOD and VQMOD Modification Systems

I am new to OpenCart OCMOD and VQMOD systems. So I need some help. My questions are. It is said that OCMOD is OC2+ default system. It is also said we have to write our OCMOD ourselves. What does it mean? If OCMOD comes with OC2+. Then Why we need…
4
votes
3 answers

How to display all products in a single page in opencart?

I want to display all products in onepage while clicking a single button in main menu and also need to display category in main menu... thank in advance...!
heart hacker
  • 431
  • 1
  • 6
  • 21
4
votes
2 answers

Permission Denied in admin custom page opencart

I followed Below procedure But still i m getting permission denied error . I am using opencart 2.x 1) Create a new file in admin/controller/custom/helloworld.php Your filename and controller name should be the same in desc…
user12342
  • 107
  • 1
  • 11
3
votes
1 answer

OpenCart 3. Fix Fatal error: Uncaught Error: Class 'Controllerextensionpaymentgcash' not found in storage\modification\system\engine\action.php:71

I am create new extension payment gateway GCash on my OpenCart 3.0.3.3. I Copy the existing concept of Bank Transfer. But once I Install the new extension i encounter the error. Fatal error: Uncaught Error: Class 'Controllerextensionpaymentgcash'…
Noyti
  • 79
  • 1
  • 8
3
votes
1 answer

OpenCart 3 not showing my module

I'm fairly new to OpenCart but I know PHP and MVC platforms. I want to make an importer for OpenCart to import some products from a CSV and the photos for them. However, I've been struggling for the last 2 hours trying to see my module in the admin.…
Ciprian Mocanu
  • 2,026
  • 3
  • 25
  • 41
3
votes
1 answer

Redirect in cannot be found page when I does click on save button from module

Page redirect in cannot be found! when, I does click on save button from module in admin OpenCart 2.1.0.1. I think, module save button code is correct. but, Here, I can not understand. what is issue in my custom module. I have double check. Please…
cwg
  • 89
  • 8
3
votes
1 answer

How to setting global variables in OpenCart 2.3.0.2?

When I want to set a global variable in template (.tpl files), I just use global in opencart 2.2 or older version. For example: get('my_options')== 1) { ?>.... but, it does not work in Latest OpenCart…
user3807124
  • 43
  • 10
3
votes
1 answer

Opencart pavblog latest module - take the latest from specific category

How can I modify the module so it takes only the articles from a specific category (ID = 35) of the articles? The below code takes all the articles for the opencart module pavblog. I would like to change it so it does take only articles with…
Tom
  • 71
  • 7
3
votes
2 answers

Using geolocation to change the currency

I'm developing a site using opencart in which I plan to support multiple currencies. The currency should change based on the user’s physical location; that is, if a person opens it from the USA the currency visibility is set dollars, and if person…
venkat
  • 101
  • 7
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…
2
votes
0 answers

How to show Final Price of a product as a text before adding to the cart in Opencart when CFO extension is used?

In this image I want to show final price of the given product as a text before adding it to the cart. Thank you.
2
votes
0 answers

opencart error "mod_fcgid: stderr" on extension-modification refresh

im trying to setup a new theme on opencart i copied theme files and when i refresh admin->modification i get HTTP ERROR 500 i checked my PHP log and it is showing [Fri Jul 24 14:46:24.728945 2020] [fcgid:warn] [pid 25558] [client] mod_fcgid: stderr:…
Wasif Khalil
  • 2,008
  • 7
  • 26
  • 53
2
votes
1 answer

using php tags inside opencart html module

I need to call some php vars inside a html module on opencart, but when i use my page renders as . is there a way of doing this using the default HTML module of opencart 2.x
Rui Leming
  • 59
  • 8
1
2 3
20 21