Questions tagged [vqmod]

A virtual modification system designed to avoid having to change core files, primarily in an MVC architecture and very popular with the OpenCart e-commerce package

vQmod™ (aka Virtual Quick Mod) is an override system designed to avoid having to change core files. Instead of making changes to the core files directly, the changes are created as xml search/replace script files. These script files are parsed during page load as each "source" core file is loaded with the "include" or "require" php functions. The source is then patched with the script file changes, and saved to a temporary file. That file is then substituted for the original during execution. The original source file is never altered. This results in a "virtual" change to the core during execution without any actual modification to the core files.

You can download VQmod from GitHub and from Google Code

165 questions
0
votes
1 answer

VQmod 2.4.1 not working

I tried this thing in a separate new opencart 2.0.1.1 installation it work well there, but not in existing project, I tried uninstalling all extensions and removing all other xml files, changing vqmod to 2.5.1 but no output. Below is code snippet.…
Yousaf Q
  • 61
  • 1
  • 4
0
votes
1 answer

Opencart 1.5.6 error | Notice: Undefined index: option_value

Some of my product pages keep showing me this message: “Notice: Undefined index: option_value in /home/paper/osconvites/vqmod/vqcache/vq2-catalog_model_catalog_product.php on line 411Notice: Undefined index: option_value in …
Brip
  • 3
  • 1
0
votes
1 answer

OpenCart VQmod Questions and Answers Module not showing

I have installed Opencart 2.0.3.1. vqmod 2.5.1.5 for Opencart, vqmod manager 3.0, and ProductQuestionsAndAnswers_v1.8.2_oc2.0.x.x These have all been uploaded manually via ftp, i've followed the simple instructions for vqmod's installation to…
TomFirth
  • 2,334
  • 4
  • 20
  • 31
0
votes
1 answer

VQmod inserting code in wrong place

My first mod in VQmod for OpenCart 2 is working, but the code is being inserted in the wrong place. I am probably missing something simple but its confusing me greatly. The code should insert inside a , after the current content & before the…
Paul R
  • 1
0
votes
1 answer

Opencart 1.5.5.1 Error: You don't have permission to access /admin/index.php on this server

I have installed opencart 1.5.5.1, and latest VQmod 2.4.1 and Product Video Tab. In my product edit option, i can see Youtube video tab. But when i paste youtube link and try to save, iam getting below error: Forbidden You don't have permission to…
0
votes
2 answers

Install VQmod for Opencart2.0.x.x

I searched on Google I find old versions correctly but for Opencart 2.0 + i didn't find anything . https://github.com/vqmod/vqmod Using FTP, upload the "vqmod" folder from the zip to the root of your opencart store After this Goto…
StackQA
  • 231
  • 1
  • 13
0
votes
1 answer

Vqmod Nested require_once

I have a scenario where vqmod is not able to make the modification in opencart. Scenario. in the Theme Folder. Header.php, I have a require statement which includes a menu files based on type of menu I want to make changes in the menu file. Vqmod is…
piresashwin
  • 155
  • 4
  • 13
0
votes
3 answers

Opencart url issue

Here is my site http://goo.gl/Tsnqzr OC. 1.5.4. There is contact url in green horizontal menu. I added it myself in header.tpl:
  • Contact
  • But I can't translate it in…
    Merkucio
    • 175
    • 1
    • 4
    • 19
    0
    votes
    1 answer

    Regex to add
  • tag using OCMOD
  • I want to add a menu in opencart admin page using OCMOD. I want to modify the menu in menu.tpl file but I think it requires regex as the
  • must be the last before tag. Can somebody help? The
  • 0
    votes
    2 answers

    OpenCart VQMod XML file not working

    I want to add some content in footer file using VQMod my XML file has the following content but it's not working VQMOD CODE test…
    Deepak Goyal
    • 1,186
    • 2
    • 13
    • 26
    0
    votes
    0 answers

    vqmod not properly generating vqcache files v. 2.5.0

    Anyone found a way to get the vqmod cache files to generate properly? I'm using VQmod manager 3.0 and that is what it's telling me.
    user2242141
    • 131
    • 1
    • 1
    • 5
    0
    votes
    1 answer

    Get error when Code add via vqmod

    I have follow this answer Check module position in OpenCart 2.0 and it is working fine When add it code direct in core file. But, when, this same code (Step 3) add via Vqmod (without change core file). So, It is not work. Get error ( Notice:…
    HDP
    • 4,005
    • 2
    • 36
    • 58
    0
    votes
    1 answer

    vqmod not reading from cache

    I got a strange situation. I'm using VQMOD with Opencart and everything worked alright until I uploaded all the code to a secure ssl hosting. VQMOD still works and is making all the cache files in vqcache. In checked.cache file however not all the…
    Meddie
    • 571
    • 1
    • 7
    • 22
    0
    votes
    1 answer

    OpenCart VQMod Invalid Regex Error

    I'm trying to add a bit of code after the checkout->confirm function. I'm trying to add it to all the payment gateways. The Regex is: \$this->model_checkout_order->confirm.*\);$ And in the VqMod file:
    Matthew
    • 65
    • 1
    • 10
    0
    votes
    1 answer

    Controller is not loading in vqmod\vqcache\vq2-system_engine_controller.php

    I created a very simple module hello world. The files i have for this module are as below with the paths. 1. admin/controller/module/helloworld.php. 2. admin/language/english/module/helloworld.php. 3. admin/view/template/module/helloworld.tpl Module…
    user1906399
    • 753
    • 1
    • 13
    • 27