mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
6 lines
3.4 KiB
SQL
6 lines
3.4 KiB
SQL
|
|
|
|
INSERT INTO `general_settings` (`id`, `site_title`, `company_name`, `country_name`, `company_info`, `file_supported`, `zip_code`, `vat_number`, `address`, `phone`, `email`, `currency`, `currency_symbol`, `promotionSetting`, `logo`, `favicon`, `system_version`, `active_status`, `currency_code`, `language_name`, `system_purchase_code`, `system_activated_date`, `envato_user`, `envato_item_id`, `system_domain`, `copyright_text`, `website_btn`, `dashboard_btn`, `report_btn`, `style_btn`, `ltl_rtl_btn`, `lang_btn`, `website_url`, `ttl_rtl`, `phone_number_privacy`, `time_zone`, `language_code`, `date_format_id`, `software_version`, `mail_signature`, `mail_header`, `mail_footer`, `mail_protocol`, `preloader`, `email_template`, `up_sale_product_display_title`, `cross_sale_product_display_title`, `footer_about_title`, `footer_about_description`, `footer_copy_right`, `footer_section_one_title`, `footer_section_two_title`, `footer_section_three_title`, `created_at`, `updated_at`)
|
|
VALUES
|
|
(1, 'AmazCart', 'AmazCart', 'BD', NULL, 'pdf,txt', '1200', NULL, 'Haque Chamber, 89/2 Panthapath, Dhaka 1205', '+8801841412141', 'sales@spondonit.com', 'USD', '$', 0, 'uploads/settings/logo.png', 'uploads/settings/favicon.png', '3.5', 1, 'USD', 'en', NULL, NULL, NULL, NULL, NULL, 'Copyright © 2021 - 2022 All rights reserved | This application is made by <a href=\"https://codecanyon.net/user/codethemes\" target=\"_blank\"><font color=\"#ff0000\">Codethemes</font></a>', 1, 1, 1, 1, 1, 1, NULL, 2, 1, 'Asia/Dhaka', 'en', '1', '3.5', 'Mail signature', 'Mail Header', 'Mail footer', 'sendmail', 'AmazCart', '<div style=\"font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgb(255, 255, 255); text-align: center; background-color: rgb(152, 62, 81); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-size: 36px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit;\">Template</h1></div><div style=\"color: rgb(0, 0, 0); font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 20px;\"><p style=\"color: rgb(85, 85, 85);\">Hello {USER_FIRST_NAME}<br><br>An account has been created for you.</p><p style=\"color: rgb(85, 85, 85);\">Please use the following info to login your dashboard:</p><p style=\"color: rgb(85, 85, 85);\">{ORDER_TRACKING_NUMBER}<br></p><hr style=\"box-sizing: content-box; margin-top: 20px; margin-bottom: 20px; border-top-color: rgb(238, 238, 238);\"><p style=\"color: rgb(85, 85, 85);\"><br></p><p style=\"color: rgb(85, 85, 85);\">{EMAIL_SIGNATURE}</p><p style=\"color: rgb(85, 85, 85);\"><br></p></div>\r\n<div style=\"font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgb(255, 255, 255); text-align: center; background-color: rgb(152, 62, 81); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-size: 36px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit;\">Template</h1></div><div style=\"color: rgb(0, 0, 0); font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 20px;\"></div>', 'Up Sale Products', 'Cross Sale Products', 'About', NULL, NULL, 'Company', 'My Account', 'Services', NULL, '2020-12-10 23:15:53');
|