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
2 answers

Custom field in checkout page in opencart

I/m new to opencart and php. I was trying to set up a online store of mine using opencart. I m trying to add a custom field in checkout page. I'm using OC 1.5.4. Below is the vqmod which i have written. The problem is that the table is not getting…
Arun Kumar K S
  • 139
  • 1
  • 3
  • 13
0
votes
2 answers

Radio button in checkout page of opencart

I'm new to php and opencart. but was planning to set my online store. I was creating an option of selecting a delivery time slot in check out page in opencart. As shown in the picture below : So, I started to write a vqmod t achive this but stuck…
Arun Kumar K S
  • 139
  • 1
  • 3
  • 13
0
votes
2 answers

vqmod doesn't create catalog/controller cache files

I'm trying to write my vqmod .xml, but nothing to work? if I try to add change in all catalog/* files. It works good for other (system/*, admin/*) files, but nothing changes? if I try to do something like this:
erizoy
  • 129
  • 1
  • 10
0
votes
2 answers

Dynamically changing dropdown to textfield opencart

I am trying to change a drop down so that a user can add a custom input instead. I am using VQMod and have currently set up a PHP array as follows: