Files
Commerce/custom/settings/config.php
“VeLiTi” b9193fc3dc test branch
2025-05-26 11:51:25 +02:00

182 lines
6.9 KiB
PHP

<?php
// Page security key
define('security_key','MorvalWatches');
// This will change the title on the website
define('site_name','MorvalWatches');
// This will change the title on browser TAB
define('site_title','MorvalWatches');
// Currency code, default is USD, you can view the list here: http://cactus.io/resources/toolbox/html-currency-symbol-codes
define('currency_code','&euro;');
//Default Countrycode during checkout
define('country_default','');
//Default language for translations -> refers to include file translations_XX.php
define('language_code','US');
// Default age verification
define('age_verification_enabled',false);
//Enable VeLiTi-analytics
define('veliti_analytics',false);
/* Banners */
// Show offer at home page
define('show_offer_home_page',true);
define('show_offer_home_text','Free shipping on all of our watches');
// Show offer at products page
define('show_offer_product_page',true);
define('show_offer_product_text','Free shipping on all of our watches');
//Banner at site entry
define('banner_enabled',false);
define('banner_wow','Introduction offer');
define('banner_text','Visit our Kickstarter page for an introduction offer of 30%');
define('banner_link','https://www.kickstarter.com/projects/morvalwatches/morval-automatic-watches-a-brand-with-a-story?ref=discovery');
define('banner_btn_1','Continue@Kickstarter');
define('banner_btn_2','Stay@MorvalWatches');
/*Appearance*/
//Icon
define('icon_image','custom/assets/MORVALFavicon.svg');
define('color','#005655c2');
define('color_accent','#2FAC66');
//EMAIL LOGO
define('emaillogo','custom/assets/MORVALFavicon.svg');
/* Detailed settings */
// Homepage highlightedproducts
define('category_id_highlighted_products_1','21');
// Homepage highlightedproducts
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','');
// Default category_id for giftcard
define('giftcard_id','');
// Default category_id for samples
define('category_id_checkout_samples','');
// Default samples
define('sample_pricing_override',false);
// Default samples
define('sample_pricing_override_price','0');
// Shipment indicator
define('free_shipment_indicator',true);
// Shipment indicator price
define('free_shipment_price','250');
// Default payment status
define('default_payment_status','New');
// Account required for checkout?
define('account_required',false);
// Default product sort
define('default_product_sort','sort3');
// Enable automatice invoice forward to bookkeeping software
define('invoice_bookkeeping',false);
// Email of bookkeeping software
define('email_bookkeeping','morval-wat-d24506a2@facturen.moneybird.nl');
// Rewrite URL?
define('rewrite_url',true);
/* Images */
// Featured image URL
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_us_2.jpg');
// Featured image ABOUT MORVAL
define('featured_about_morval_image','custom/assets/morval_about_us.png');
// Featured image order notification
define('featured_order_image','custom/assets/Morval_Logo_invoice.jpg');
//Home image 1
define('home_product_image_1','uploads/PHOTO-2023-04-21-17-46-38.png');
//Home image 2
define('home_product_image_2','uploads/PHOTO-2023-04-21-17-46-47.png');
// ABOUT image 1
define('about_image_1','custom/assets/morval_werkplaats.jpg');
// ABOUT image 2
define('about_image_2','custom/assets/morval_header.jpg');
// ABOUT image 3
define('about_image_3','custom/assets/morval_monument.jpg');
// ABOUT MORVAL image 1
define('about_morval_image_1','custom/assets/morval_about_morval_monument_detail.png');
// ABOUT MORVAL image 2
define('about_morval_image_2','custom/assets/morval_about_morval_bordje.png');
// ABOUT MORVAL image 3
define('about_morval_image_3','custom/assets/morval_about_morval_monument_overzicht.png');
//Banner
define('banner_background','custom/assets/morval_banner.jpg');
/* Links */
//Link to product catalog
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');
define('withdrawal_link','/custom/assets/2024_Morval_Withdrawal_request_form.docx');
define('facebook_link','https://www.facebook.com/profile.php?id=61559120644993');
define('instagram_link','https://www.instagram.com/morvalwatches?igsh=azZ5NTN0M2lkYmdq');
/* Owner */
// City displayed in footer
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','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','MorvalWatches');
// Send mail to the customers, etc?
define('mail_enabled',true);
// Your email
define('email','info@morvalwatches.com');
// Receive email notifications?
define('email_notifications',true);
//Additional phpmailer-settings
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');
/* Database */
// Database hostname, don't change this unless your hostname is different
define('db_host','localhost');
// Database username
define('db_user','morvalwatches');//morvalwatches_prod
// Database password
define('db_pass','4~gv71bM6');
// Database name
define('db_name','shoppingcart_advanced'); //morvalwatches
/* API */
define('clientID','MorvalWatches'); //morvalwatches
define('clientsecret','MW2024!'); //morvalwatches
define('api_url','https://dev.veliti.nl/api.php'); //morvalwatches
define('img_url','https://dev.veliti.nl/');
/* Payment options */
//Pay on Delivery
define('pay_on_delivery_enabled',false);
define('pay_on_delivery_default',false);
// Mollie
define('mollie_enabled',true);
define('mollie_default',false);
define('mollie_api_key','test_TBJPkq6E3Tn6kuCjqQFv9PBGu52Ac8'); //live_m2mbPTnvVzF4tUu25mtHja6D8vHkfM
// Accept payments with PayPal?
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',false);
// Default maintenance_mode
define('maintenanceMode',false);
?>