CMXX - Updated Products page

This commit is contained in:
“VeLiTi”
2025-02-04 12:59:28 +01:00
parent 68a16e5419
commit fa09268cd8
9 changed files with 375 additions and 237 deletions

View File

@@ -156,6 +156,9 @@ define('db_user','morvalwatches');//morvalwatches_prod
define('db_pass','4~gv71bM6');
// Database name
define('db_name','shoppingcart_advanced'); //morvalwatches
// API BASE URL
define('api_url','https://dev.veliti.nl/api.php'); //morvalwatches
/* Payment options */
//Pay on Delivery
@@ -176,7 +179,7 @@ define('PAYPAL_CLIENT_SECRET','');
/* Admin modes */
//debug
define('debug',false);
define('debug',true);
// Default maintenance_mode
define('maintenanceMode',false);
?>