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

Upgrading opencart theme journal 2 to journal 3

I am new to opencart. I want to upgrade my opencart from journal 2 to journal 3 but I have made some changes in theme files. My first question is: Will my theme files will be replaced? I added code for the admin panel using vqmod and in…
Umer
  • 86
  • 5
0
votes
1 answer

Vqmod doesn't change files

after installing vqmod, a create test xml file to change all "a" with "b" in header.twig file. But nothing happens. I googled this problem but still couldn't solve it. What I did before start this question: Uploaded last vqmod (2.6.4) to root of…
0
votes
0 answers

How to correctly hook CIDRAM to OpenCart

Due to an growing invasion of registration bots on an OpenCart website, I have decided to install CIDRAM which seems to be a robust solution to try reducing this kind of nuisance. I though I have implemented the system correctly as log files were…
P. Mergey
  • 313
  • 4
  • 18
0
votes
1 answer

OpenCart upgraded to 3.0.3.2, and I get an error in the account register section

I have updated OpenCart to version 3.0.3.2. In the account register section, I'm getting an error like this: Notice: Undefined property: Proxy::getGeneralSetting in /home/xxxxx/public_html/beta/vqmod/vqcache/vq2-system_engine_action.php on line…
0
votes
1 answer

How fix "Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 109 bytes) in public_html/vqmod/vqmod.php on line 168"?

this is Opencart shop website. My website link is : boxingstuff.ru when i view my site then this error is show "(Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 109 bytes) in…
0
votes
1 answer

Hide Other Shipping (if free shipping active) plus also hide free shipping if active for a customer Group

Opencart Version 2.3.0.2 - currently using Vqmod (below) to hide other shipping when free shipping is active. I am looking to adapt it to also hide free shipping for a particular Customer group = '2" (i.e. Wholesale customers will not see\be allowed…
Dave
  • 51
  • 3
0
votes
0 answers

When ocmod extension install vqmod not working

I have installed opencart 2.1 and My Vqmod working fine, but when I am trying to install a ocmod extension suddenly vqmod stopped working. Any one know the reason please help me to solve the isuue.
Binayak Das
  • 618
  • 8
  • 20
0
votes
1 answer

Codeigniter 2.1.3 with VQMOD possible?

I have a purchased product called Multiscraper (MS), which is basically built on CI 2.1.3, and is a webpage scraper for various shopping carts. So, why do I want to use vqmod (of something else that can bring about similar results)? Because I have…
conanDrum
  • 215
  • 2
  • 7
0
votes
0 answers

Add a specific condition to "Latest" module using vQmod

Using vQmod, I'm trying to add a condition to select only products which will be available at the current date (in order only these ones are displayed with the "Latest" native module). I have tested with something like:
P. Mergey
  • 313
  • 4
  • 18
0
votes
1 answer

OpenCart 3.0.2.0 vQmod 2.6.3 twig edits not working

I'm having this issue while creating a vqmod for editing order notification/alert for admin. I've already tried the **Admin Dashboard Gear Solution** (to clear the theme cache), but it didn't work. And also, the order_alert.twig file had repeating…
ar27111994
  • 527
  • 1
  • 5
  • 18
0
votes
1 answer

Having an issue with opencart vqmod

Need your kind help in identifying this problem that i encountered recently in opencart. what may seems to be the problem that causes this error. 2017-11-17 2:48:46 - PHP Notice: Undefined variable: categories_info in …
Mals
  • 1
  • 2
0
votes
0 answers

OpenCart 2.3.0.2 Vqmod Error Json

I have installed Vqmod 2.6.3 on Opencart 2.3.0.2, I checked for the permissions, it also shows me the Vqmod in already installed. The problem I have when I want to install a module with extension manager I get this error: SyntaxError: Unexepected…
Alex F
  • 1
  • 2
0
votes
1 answer

Add Store Name to OpenCart 2 admin order list page

I am trying to add the store name in the order list on OpenCart. I saw this post and have tried to modify it to show store name but it doesn't work. It just displayed no results, so no orders show now. Here is my code:
0
votes
1 answer

Opencart vqmod 2.3.0.2 $config error

i have just installed opencart 2.3.0.2 and vqmod but i am facing a problem now. In previous version of opencart when i was using the below code in vqmod xml file global $config; $variableA = $config->get('field_value'); then in $variableA i got…
Deepak Goyal
  • 1,186
  • 2
  • 13
  • 26
0
votes
2 answers

Error index.php not writeable Administrator index.php not writeable In opencart

i've got problem when i install vqmod in opencart the error say index.php not writeable Administrator index.php not writeable i have no index.php file in my root opencart , Admin/index.php
Gusti Erlangga
  • 69
  • 1
  • 12