2nd update

This commit is contained in:
“VeLiTi”
2025-05-26 15:07:22 +02:00
parent cd0e04981c
commit 580f835fff
46 changed files with 16006 additions and 952 deletions

View File

@@ -15,8 +15,6 @@ define('language_code','US');
define('age_verification_enabled',false);
//Enable VeLiTi-analytics
define('veliti_analytics',false);
// Default logtraffic
define('log_usage',false);
/* Banners */
// Show offer at home page
@@ -43,17 +41,17 @@ define('emaillogo','custom/assets/MORVALFavicon.svg');
/* Detailed settings */
// Homepage highlightedproducts
define('category_id_highlighted_products_1','6');
define('category_id_highlighted_products_1','21');
// Homepage highlightedproducts
define('category_id_highlighted_products_2','7');
define('category_id_highlighted_products_2','22');
//Show small images from configuration
define('show_option_images',false);
// Default category_id for suggestions
define('category_id_checkout_suggestions','7');
define('category_id_checkout_suggestions','23');
// Default category_id for giftcard
define('giftcard_id','');
// Default category_id for samples
define('category_id_checkout_samples','7');
define('category_id_checkout_samples','');
// Default samples
define('sample_pricing_override',false);
// Default samples
@@ -71,7 +69,7 @@ define('default_product_sort','sort3');
// Enable automatice invoice forward to bookkeeping software
define('invoice_bookkeeping',false);
// Email of bookkeeping software
define('email_bookkeeping','');
define('email_bookkeeping','morval-wat-d24506a2@facturen.moneybird.nl');
// Rewrite URL?
define('rewrite_url',true);
@@ -80,7 +78,7 @@ define('rewrite_url',true);
define('featured_image','custom/assets/morval_header_2.jpg');
define('featured_store_image','custom/assets/morval_collection2.png');
// Featured image ABOUT US
define('featured_about_image','custom/assets/morval_about_morval.png');
define('featured_about_image','custom/assets/morval_about_us_2.jpg');
// Featured image ABOUT MORVAL
define('featured_about_morval_image','custom/assets/morval_about_us.png');
// Featured image order notification
@@ -106,7 +104,7 @@ define('banner_background','custom/assets/morval_banner.jpg');
/* Links */
//Link to product catalog
define('link_to_collection','index.php?page=products&category=2');
define('link_to_collection','index.php?page=products&category=17');
define('link_to_external_product_site','');
define('privacy_link','/custom/assets/2024_Morval_Privacy_Statement.pdf');
define('termsandconditions_link','/custom/assets/2024_Morval_Terms_and_conditions.pdf');
@@ -116,33 +114,30 @@ define('instagram_link','https://www.instagram.com/morvalwatches?igsh=azZ5NTN0M2
/* Owner */
// City displayed in footer
define('company_name','');
define('company_adres','');
define('company_postal','');
define('company_bank','');
define('company_kvk','');
define('company_name','MorvalWatches');
define('company_adres','Kasteellaan 2');
define('company_postal','5492 BR');
define('company_bank','IBAN NL67 KNAB 0608 6634 17');
define('company_kvk','89442679');
define('footer_city','');
// Country displayed in Footer
define('footer_country','');
// Phone number in Footer
define('footer_phone','');
// Phone number in Footer
define('footer_email','');
define('footer_city','St Oedenrode');
define('footer_country','Netherlands');
define('footer_phone','Tel: +31 639725831');
define('footer_email','info@morvalwatches.com');
/* Email */
// The from email that will appear on the customer's order details email
define('mail_from','Name');
define('mail_from','MorvalWatches');
// Send mail to the customers, etc?
define('mail_enabled',true);
// Your email
define('email','info@gewoonlekkerspaans.nl');
define('email','info@morvalwatches.com');
// Receive email notifications?
define('email_notifications',false);
define('email_notifications',true);
//Additional phpmailer-settings
define('email_host_name','gewoonlekkerspaans.nl');
define('email_reply_to','info@gewoonlekkerspaans.nl');
define('email_outgoing_pw','o7f4t3E*5');
define('email_host_name','morvalwatches.com');
define('email_reply_to','info@morvalwatches.com');
define('email_outgoing_pw','MWTH#2024');
define('email_outgoing_port','465');
define('email_outgoing_security','ssl');
@@ -155,6 +150,7 @@ define('db_user','morvalwatches');//morvalwatches_prod
define('db_pass','4~gv71bM6');
// Database name
define('db_name','shoppingcart_advanced'); //morvalwatches
/* API */
define('clientID','MorvalWatches'); //morvalwatches
define('clientsecret','MW2024!'); //morvalwatches
@@ -163,24 +159,24 @@ define('img_url','https://dev.veliti.nl/');
/* Payment options */
//Pay on Delivery
define('pay_on_delivery_enabled',true);
define('pay_on_delivery_default',true);
define('pay_on_delivery_enabled',false);
define('pay_on_delivery_default',false);
// Mollie
define('mollie_enabled',false);
define('mollie_enabled',true);
define('mollie_default',false);
define('mollie_api_key','');
define('mollie_api_key','test_TBJPkq6E3Tn6kuCjqQFv9PBGu52Ac8'); //live_m2mbPTnvVzF4tUu25mtHja6D8vHkfM
// Accept payments with PayPal?
define('paypal_enabled',false);
define('paypal_default',false);
define('PAYPAL_URL','');
define('PAYPAL_WEBHOOK','');
define('PAYPAL_CLIENT_ID','');
define('PAYPAL_CLIENT_SECRET','');
define('paypal_enabled',true);
define('paypal_default',true);
define('PAYPAL_URL','https://api-m.paypal.com');
define('PAYPAL_WEBHOOK','https://www.morvalwatches.com/webhook_paypal.php');
define('PAYPAL_CLIENT_ID','Afty4hhP24gHyVDXGIh1gMNlBZRZd6H2JB4V9fxYs7sS2IdZWa_I0B5mLxCMcwdp1pNIa_cEiXYPB5PO');
define('PAYPAL_CLIENT_SECRET','ELNREN5q16u0vU1Bt4D-VUwHFlom1duM4sYVfpdmwXLgX9NFOnefQ4EHl-ILQnR4lVd1_ukd267ZAMcf');
/* Admin modes */
//debug
define('debug',true);
define('debug',false);
// Default maintenance_mode
define('maintenanceMode',false);
?>