CMXX - Placeorder initial version

This commit is contained in:
“VeLiTi”
2025-02-13 11:23:15 +01:00
parent 2eaf83c3fe
commit 3424c9fadc
14 changed files with 446 additions and 377 deletions

View File

@@ -133,18 +133,18 @@ define('footer_email','');
// The from email that will appear on the customer's order details email
define('mail_from','Name');
// Send mail to the customers, etc?
define('mail_enabled',false);
define('mail_enabled',true);
// Your email
define('email','');
define('email','info@gewoonlekkerspaans.nl');
// Receive email notifications?
define('email_notifications',false);
// Rewrite URL?
define('rewrite_url',true);
//Additional phpmailer-settings
define('email_host_name','');
define('email_reply_to','');
define('email_outgoing_pw','');
define('email_outgoing_port','587');
define('email_host_name','gewoonlekkerspaans.nl');
define('email_reply_to','info@gewoonlekkerspaans.nl');
define('email_outgoing_pw','o7f4t3E*5');
define('email_outgoing_port','465');
define('email_outgoing_security','ssl');
/* Database */
@@ -158,20 +158,20 @@ define('db_pass','4~gv71bM6');
define('db_name','shoppingcart_advanced'); //morvalwatches
// API BASE URL
define('api_url','https://dev.veliti.nl/api.php'); //morvalwatches
define('img_url',substr(api_url, 0, -8));
/* Payment options */
//Pay on Delivery
define('pay_on_delivery_enabled',false);
define('pay_on_delivery_default',false);
define('pay_on_delivery_enabled',true);
define('pay_on_delivery_default',true);
// Mollie
define('mollie_enabled',false);
define('mollie_default',false);
define('mollie_api_key','');
// Accept payments with PayPal?
define('paypal_enabled',true);
define('paypal_default',true);
define('paypal_enabled',false);
define('paypal_default',false);
define('PAYPAL_URL','');
define('PAYPAL_WEBHOOK','');
define('PAYPAL_CLIENT_ID','');