vqmod support

LiteCart Fan
Från Sweden
Medlem sedan 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
Från Sweden
Medlem sedan maj 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.

Du
Denna webbplats använder inga kakor och ingen spårningsteknik från tredje part . Vi tror att vi kan göra det bättre än andra och tänker verkligen på din integritet.