182 lines
6.4 KiB
PHP
182 lines
6.4 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','€');
|
|
//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);
|
|
// Default logtraffic
|
|
define('log_usage',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');
|
|
|
|
/* Detailed settings */
|
|
// Homepage highlightedproducts
|
|
define('highlighted_product_range_1','Thomas I');
|
|
define('category_id_highlighted_products_1','6');
|
|
// Homepage highlightedproducts
|
|
define('highlighted_product_range_2','Thomas II');
|
|
define('category_id_highlighted_products_2','7');
|
|
//Homepage show options in carrousel
|
|
define('show_options_carrousel',false);
|
|
//Truncate productname on carrousel
|
|
define('product_truncate_text','Thomas-I');
|
|
define('product_truncate','1');
|
|
//Show small images from configuration
|
|
define('show_option_images',false);
|
|
// Default category_id for suggestions
|
|
define('category_id_checkout_suggestions','3');
|
|
// 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','');
|
|
|
|
/* 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_morval.png');
|
|
// 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');
|
|
//Icon
|
|
define('icon_image','custom/assets/MORVALFavicon.svg');
|
|
//Banner
|
|
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_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','');
|
|
define('company_adres','');
|
|
define('company_postal','');
|
|
define('company_bank','');
|
|
define('company_kvk','');
|
|
|
|
define('footer_city','');
|
|
// Country displayed in Footer
|
|
define('footer_country','');
|
|
// Phone number in Footer
|
|
define('footer_phone','');
|
|
// Phone number in Footer
|
|
define('footer_email','');
|
|
|
|
/* 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);
|
|
// Your email
|
|
define('email','');
|
|
// 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_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
|
|
|
|
/* Payment options */
|
|
//Pay on Delivery
|
|
define('pay_on_delivery_enabled',false);
|
|
define('pay_on_delivery_default',false);
|
|
// 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_URL','');
|
|
define('PAYPAL_WEBHOOK','');
|
|
define('PAYPAL_CLIENT_ID','');
|
|
define('PAYPAL_CLIENT_SECRET','');
|
|
|
|
/* Admin modes */
|
|
//debug
|
|
define('debug',false);
|
|
// Default maintenance_mode
|
|
define('maintenanceMode',false);
|
|
?>
|