CMXX - First testing
This commit is contained in:
@@ -17,6 +17,7 @@ define('age_verification_enabled',false);
|
||||
define('veliti_analytics',false);
|
||||
// Default logtraffic
|
||||
define('log_usage',false);
|
||||
|
||||
/* Banners */
|
||||
// Show offer at home page
|
||||
define('show_offer_home_page',true);
|
||||
@@ -24,7 +25,6 @@ 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');
|
||||
@@ -33,6 +33,14 @@ define('banner_link','https://www.kickstarter.com/projects/morvalwatches/morval-
|
||||
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','6');
|
||||
@@ -93,8 +101,6 @@ define('about_morval_image_1','custom/assets/morval_about_morval_monument_detail
|
||||
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');
|
||||
|
||||
@@ -133,8 +139,6 @@ define('mail_enabled',true);
|
||||
define('email','info@gewoonlekkerspaans.nl');
|
||||
// Receive email notifications?
|
||||
define('email_notifications',false);
|
||||
//EMAIL LOGO
|
||||
define('emaillogo','custom/assets/MORVALFavicon.svg');
|
||||
//Additional phpmailer-settings
|
||||
define('email_host_name','gewoonlekkerspaans.nl');
|
||||
define('email_reply_to','info@gewoonlekkerspaans.nl');
|
||||
@@ -152,10 +156,10 @@ define('db_pass','4~gv71bM6');
|
||||
// Database name
|
||||
define('db_name','shoppingcart_advanced'); //morvalwatches
|
||||
/* API */
|
||||
define('clientID','paul@veliti.nl'); //morvalwatches
|
||||
define('clientsecret','test1234'); //morvalwatches
|
||||
define('clientID','MorvalWatches'); //morvalwatches
|
||||
define('clientsecret','MW2024!'); //morvalwatches
|
||||
define('api_url','https://dev.veliti.nl/api.php'); //morvalwatches
|
||||
define('img_url',substr(api_url, 0, -8));
|
||||
define('img_url','https://dev.veliti.nl/');
|
||||
|
||||
/* Payment options */
|
||||
//Pay on Delivery
|
||||
|
||||
Reference in New Issue
Block a user