Gestionar las cookies que se utilizan con fines publicitarios, como la personalización de anuncios, el remarketing y el análisis del rendimiento de los anuncios.
2.14.3.17. Change database driver in OpenCart
Available drivers for connecting to the MySQL database:
- MySQL (only for older PHP versions).
To change the driver, specify it in site configuration files in line:
define('DB_DRIVER', 'XXXXX');
Where XXXXX is the required driver name.