vqmod support

LiteCart Fan
Von Sweden
Mitglied seit Jan. 2017

I just wonder why you do things like below in your README-files instead of letting the add-ons vqmods xml do that?

  1. Open ~/includes/config.inc.php
    On line ~106, find
    // Database tables (Add-ons)
    After that, add
define('DB_TABLE_PRODUCTS_REVIEWS', '`'. DB_DATABASE .'`.`'. DB_TABLE_PREFIX . 'products_reviews`'); define('DB_TABLE_PRODUCTS_REVIEWS_INFO', '`'. DB_DATABASE .'`.`'. DB_TABLE_PREFIX . 'products_reviews_info`');
tim
Founder
Von Sweden
Mitglied seit Mai 2013
tim

It is because the config file is included before the vqmod making it impossible to override config.inc.php. Becasue the vqmod requires the paths from config.inc.php.

Sie
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.