📲 Download Our Apps

EMI Calculator

Download EMI Calculator

SOA Games

Download SOA Games

SOA Technology App

Download SOA Technology

BMI Checker

Download BMI Checker

Task Jira

Download Task Jira

Laughing Adda

Download Laughing Adda

📅 हिंदी कैलेंडर ऐप डाउनलोड करें

Download Shubhcalendar App

Install Vqmod in OpenCart manually (2.5+)

Install Vqmod in OpenCart manually (2.5+)

1. Backup or make a duplicate of your existing installed OpenCart files and folders in safe place.

2.Download the latest version Vqmod for Opencart  from:

https://github.com/vqmod/vqmod/releases

3. Using FTP, upload the “vqmod” folder from the zip to the root of your opencart store.Be sure the vqmod folder and the vqmod/vqcache folders are writable (either 755 or 777).

* Also be sure index.php and admin/index.php are writable.

 + If not sure which you need, first try 755.

 + If you get errors about permissions, then try 777.

4. Now, we need to modify two files. One is /index.php and another one is /admin/index.php file.

  Edit your  index.php

  FIND

// Startup

require_once(DIR_SYSTEM . ‘startup.php’);

// Application Classes

require_once(DIR_SYSTEM . ‘library/customer.php’);

require_once(DIR_SYSTEM . ‘library/currency.php’);

require_once(DIR_SYSTEM . ‘library/tax.php’);

require_once(DIR_SYSTEM . ‘library/weight.php’);

require_once(DIR_SYSTEM . ‘library/length.php’);

require_once(DIR_SYSTEM . ‘library/cart.php’);

require_once(DIR_SYSTEM . ‘library/affiliate.php’);

 REPLACE WITH

// vQmod

require_once(‘./vqmod/vqmod.php’);

VQMod::bootup();

// VQMODDED Startup

require_once(VQMod::modCheck(DIR_SYSTEM . ‘startup.php’));

// Application Classes

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/customer.php’));

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/currency.php’));

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/tax.php’));

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/weight.php’));

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/length.php’));

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/cart.php’));

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/affiliate.php’));

 Edit your admin/index.php file

FIND

// Startup

require_once(DIR_SYSTEM . ‘startup.php’);

// Application Classes

require_once(DIR_SYSTEM . ‘library/currency.php’);

require_once(DIR_SYSTEM . ‘library/user.php’));

require_once(DIR_SYSTEM . ‘library/weight.php’);

require_once(DIR_SYSTEM . ‘library/length.php’);

 REPLACE WITH

// vQmod

require_once(‘../vqmod/vqmod.php’);

VQMod::bootup();

// VQMODDED Startup

require_once(VQMod::modCheck(DIR_SYSTEM . ‘startup.php’));

// Application Classes

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/currency.php’));

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/user.php’));

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/weight.php’));

require_once(VQMod::modCheck(DIR_SYSTEM . ‘library/length.php’));

5. vQmod is now ready to use. Upload desired xml script to ‘vqmod/xml’ folder

6. Load your store homepage and verify it works.




Leave a Reply

AI Spiritual Tools & Interactive Experiences

Explore powerful AI-driven tools for daily guidance, spirituality, fun quizzes, and self-discovery.

Today’s Quote

Get inspiring daily quotes powered by AI to motivate and guide your day.

Explore Now

AI Tarot Card Reader

Reveal insights about your future, love, and career with AI tarot readings.

Read Tarot

Love Match Calculator

Check compatibility and love predictions using AI-based analysis.

Check Match

Fortune Cookie

Open an AI fortune cookie and receive wisdom, luck, and fun messages.

Open Cookie

Quiz Categories

Engage with knowledge-based and fun quizzes across multiple categories.

Start Quiz

Panchang Calendar

View daily Panchang, auspicious timings, tithi, nakshatra, and festivals.

View Panchang

Online Numerology

Discover your destiny number, life path, and numerology predictions.

Calculate Now

Spiritual Feeds

Stay connected with spiritual thoughts, mantras, and divine content.

View Feeds

Quiz Hub

Attempt trending quizzes on GK, spirituality, festivals, and more.

Explore Quizzes