"); /** Date of birth Initially selected year */ define('START_BIRTH_YEAR', 1970); /** Price name */ define('NORMAL_PRICE_TITLE', "Normal price"); /** Price name */ define('SALE_PRICE_TITLE', "Sales price"); /** Standard log file */ define('LOG_REALFILE', DATA_REALDIR . "logs/site.log"); /** Member login log file */ define('CUSTOMER_LOG_REALFILE', DATA_REALDIR . "logs/customer.log"); /** Management function log file */ define('ADMIN_LOG_REALFILE', DATA_REALDIR . "logs/admin.log"); /** Debug log file (not input: Standard log file/control screen log file) */ define('DEBUG_LOG_REALFILE', ""); /** Error log file (not input: standard log file/management screen log file) */ define('ERROR_LOG_REALFILE', DATA_REALDIR . "logs/error.log"); /** DB log file */ define('DB_LOG_REALFILE', DATA_REALDIR . "logs/db.log"); /** Temporary saving of image */ define('IMAGE_TEMP_REALDIR', HTML_REALDIR . "upload/temp_image/"); /** Image saving destination */ define('IMAGE_SAVE_REALDIR', HTML_REALDIR . "upload/save_image/"); /** URL for temporary saving of image */ define('IMAGE_TEMP_URLPATH', ROOT_URLPATH . "upload/temp_image/"); /** URL for image saving destination */ define('IMAGE_SAVE_URLPATH', ROOT_URLPATH . "upload/save_image/"); /** RSS image temporary storage URL */ define('IMAGE_TEMP_RSS_URL', HTTP_URL . "upload/temp_image/"); /** RSS image saving destination URL */ define('IMAGE_SAVE_RSS_URL', HTTP_URL . "upload/save_image/"); /** Temporary saving destination of encoded CSV */ define('CSV_TEMP_REALDIR', DATA_REALDIR . "upload/csv/"); /** Displayed where there is no image */ define('NO_IMAGE_REALFILE', USER_TEMPLATE_REALDIR . "default_en/img/picture/img_blank.gif"); /** System management top */ define('ADMIN_SYSTEM_URLPATH', ROOT_URLPATH . ADMIN_DIR . "system/" . DIR_INDEX_PATH); /** Postal code input */ define('INPUT_ZIP_URLPATH', ROOT_URLPATH . "input_zip.php"); /** Home */ define('ADMIN_HOME_URLPATH', ROOT_URLPATH . ADMIN_DIR . "home.php"); /** Login page */ define('ADMIN_LOGIN_URLPATH', ROOT_URLPATH . ADMIN_DIR . DIR_INDEX_PATH); /** Product search page */ define('ADMIN_PRODUCTS_URLPATH', ROOT_URLPATH . ADMIN_DIR . "products/" . DIR_INDEX_PATH); /** Order editing page */ define('ADMIN_ORDER_EDIT_URLPATH', ROOT_URLPATH . ADMIN_DIR . "order/edit.php"); /** Order editing page */ define('ADMIN_ORDER_URLPATH', ROOT_URLPATH . ADMIN_DIR . "order/" . DIR_INDEX_PATH); /** Order editing page */ define('ADMIN_ORDER_MAIL_URLPATH', ROOT_URLPATH . ADMIN_DIR . "order/mail.php"); /** Logout page */ define('ADMIN_LOGOUT_URLPATH', ROOT_URLPATH . ADMIN_DIR . "logout.php"); /** Number of lines displayed on member management page */ define('MEMBER_PMAX', 10); /** Number of lines for search page display */ define('SEARCH_PMAX', 10); /** Maximum display quantity for page number */ define('NAVI_PMAX', 4); /** Maximum number of product subinformation */ define('PRODUCTSUB_MAX', 5); /** Maximum number of delivery times displayed */ define('DELIVTIME_MAX', 16); /** Maximum display count for delivery charge */ define('DELIVFEE_MAX', 47); /** Character count of short items (names, etc.) */ define('STEXT_LEN', 50); define('SMTEXT_LEN', 100); /** Character count of long items (addresses, etc.) */ define('MTEXT_LEN', 200); /** Character count of long and medium-length text (inquiries, etc.) */ define('MLTEXT_LEN', 1000); /** Character count of long text */ define('LTEXT_LEN', 3000); /** Character count of ultralong text (mail magazines, etc.) */ define('LLTEXT_LEN', 99999); /** URL character length */ define('URL_LEN', 1024); /** For management screen: Maximum character count for ID/password */ define('ID_MAX_LEN', STEXT_LEN); /** For management screen: Minimum number of characters for ID and password */ define('ID_MIN_LEN', 4); /** Number of digits for amount */ define('PRICE_LEN', 8); /** the number of digits following the point */ define('PERCENTAGE_LEN', 3); /** Inventory count, Number of sales restrictions */ define('AMOUNT_LEN', 6); /** Postal code 1 */ define('ZIP01_LEN', 3); /** Postal code 2 */ define('ZIP02_LEN', 4); /** Various item restrictions for telephone numbers */ define('TEL_ITEM_LEN', 6); /** Total number of telephone numbers */ define('TEL_LEN', 12); /** Front screen: Minimum character count for password */ define('PASSWORD_MIN_LEN', 4); /** Front screen: Maximum character count for password */ define('PASSWORD_MAX_LEN', STEXT_LEN); /** Number of digits for test values (INT) */ define('INT_LEN', 9); /** Character count for credit card (*Used in module) */ define('CREDIT_NO_LEN', 4); /** Search category maximum display character count (byte) */ define('SEARCH_CATEGORY_LEN', 18); /** File name display character count */ define('FILE_NAME_LEN', 10); /** zipcode character count */ define('ZIPCODE_LEN', 10); /** Cookie retention time (days) */ define('COOKIE_EXPIRE', 365); /** Category delimiter */ define('SEPA_CATNAVI', " > "); /** Member information input */ define('SHOPPING_URL', HTTPS_URL . "shopping/" . DIR_INDEX_PATH); /** Top of member registration page */ define('ENTRY_URL', HTTPS_URL . "entry/" . DIR_INDEX_PATH); /** Site top */ define('TOP_URLPATH', ROOT_URLPATH . DIR_INDEX_PATH); /** Cart top */ define('CART_URLPATH', ROOT_URLPATH . "cart/" . DIR_INDEX_PATH); /** Delivery destination settings */ define('DELIV_URLPATH', ROOT_URLPATH . "shopping/deliv.php"); /** Settings for multiple delivery destinations */ define('MULTIPLE_URLPATH', ROOT_URLPATH . "shopping/multiple.php"); /** Purchase confirmation page */ define('SHOPPING_CONFIRM_URLPATH', ROOT_URLPATH . "shopping/confirm.php"); /** Payment method selection page */ define('SHOPPING_PAYMENT_URLPATH', ROOT_URLPATH . "shopping/payment.php"); /** Purchase completion screen */ define('SHOPPING_COMPLETE_URLPATH', ROOT_URLPATH . "shopping/complete.php"); /** Screen for module addition */ define('SHOPPING_MODULE_URLPATH', ROOT_URLPATH . "shopping/load_payment_module.php"); /** Product details (HTML output) */ define('P_DETAIL_URLPATH', ROOT_URLPATH . "products/detail.php?product_id="); /** My page delivery destination URL */ define('MYPAGE_DELIVADDR_URLPATH', ROOT_URLPATH . "mypage/delivery.php"); /** New information management screen Start year (A.D.) */ define('ADMIN_NEWS_STARTYEAR', 2005); /** Reinitiation restriction time (units: hours) */ define('ENTRY_LIMIT_HOUR', 1); /** Related product display number */ define('RECOMMEND_PRODUCT_MAX', 6); /** Recommended product display number */ define('RECOMMEND_NUM', 8); /** Maximum number of days displayed on pull-down menu after date on which delivery is possible */ define('DELIV_DATE_END_MAX', 21); /** Payment deadline (*Used in module) */ define('CV_PAYMENT_LIMIT', 14); /** Allow or not allow writing of URLs in product reviews */ define('REVIEW_ALLOW_URL', 0); /** Will site information be transmitted when updating? */ define('UPDATE_SEND_SITE_INFO', false); /** Do you want to use points? (true: Use, false: Do not use) (false is partially supported) */ define('USE_POINT', true); /** Non-display of products with no inventory (true: Not displayed, false: Displayed) */ define('NOSTOCK_HIDDEN', false); /** Do you want to use the mobile site? (true: Use, false: Do not use) (false is partially supported) (*Used in module) */ define('USE_MOBILE', true); /** Do you want to use the multiple shipping destination designation function? (true: Use, false: Do not use) */ define('USE_MULTIPLE_SHIPPING', true); /** Character count of short text */ define('SLTEXT_LEN', 500); /** Default template name (PC) */ define('DEFAULT_TEMPLATE_NAME', "default_en-US"); /** Default template name (mobile) */ define('MOBILE_DEFAULT_TEMPLATE_NAME', "mobile"); /** Default template name (smartphone) */ define('SMARTPHONE_DEFAULT_TEMPLATE_NAME', "sphone_en-US"); /** Template name */ define('TEMPLATE_NAME', "default_en-US"); /** Mobile template name */ define('MOBILE_TEMPLATE_NAME', "mobile"); /** Smartphone template name */ define('SMARTPHONE_TEMPLATE_NAME', "sphone_en-US"); /** SMARTY template */ define('SMARTY_TEMPLATES_REALDIR', DATA_REALDIR . "Smarty/templates/"); /** SMARTY template (PC) */ define('TEMPLATE_REALDIR', SMARTY_TEMPLATES_REALDIR . TEMPLATE_NAME . "/"); /** SMARTY template (management function) */ define('TEMPLATE_ADMIN_REALDIR', SMARTY_TEMPLATES_REALDIR . "admin/"); /** SMARTY compile */ define('COMPILE_REALDIR', DATA_REALDIR . "Smarty/templates_c/" . TEMPLATE_NAME . "/"); /** SMARTY compile (management function) */ define('COMPILE_ADMIN_REALDIR', DATA_REALDIR . "Smarty/templates_c/admin/"); /** Block file saving destination */ define('BLOC_DIR', "frontparts/bloc/"); /** SMARTY template (mobile) */ define('MOBILE_TEMPLATE_REALDIR', SMARTY_TEMPLATES_REALDIR . MOBILE_TEMPLATE_NAME . "/"); /** SMARTY compile (mobile) */ define('MOBILE_COMPILE_REALDIR', DATA_REALDIR . "Smarty/templates_c/" . MOBILE_TEMPLATE_NAME . "/"); /** SMARTY template (smart phone) */ define('SMARTPHONE_TEMPLATE_REALDIR', SMARTY_TEMPLATES_REALDIR . SMARTPHONE_TEMPLATE_NAME . "/"); /** SMARTY compile (smartphone) */ define('SMARTPHONE_COMPILE_REALDIR', DATA_REALDIR . "Smarty/templates_c/" . SMARTPHONE_TEMPLATE_NAME . "/"); /** Does the e-mail address check comply with RFC? (true: complies, false: does not comply) */ define('RFC_COMPLIANT_EMAIL_CHECK', false); /** Mobile site session continuation time (seconds) */ define('MOBILE_SESSION_LIFETIME', 1800); /** Directory for saving converted images for mobile phones */ define('MOBILE_IMAGE_REALDIR', HTML_REALDIR . "upload/mobile_image/"); /** Directory for saving converted images for mobile phones */ define('MOBILE_IMAGE_URLPATH', ROOT_URLPATH . "upload/mobile_image/"); /** Mobile URL */ define('MOBILE_TOP_URLPATH', ROOT_URLPATH . DIR_INDEX_PATH); /** Cart top */ define('MOBILE_CART_URLPATH', ROOT_URLPATH . "cart/" . DIR_INDEX_PATH); /** Purchase confirmation page */ define('MOBILE_SHOPPING_CONFIRM_URLPATH', ROOT_URLPATH . "shopping/confirm.php"); /** Payment method selection page */ define('MOBILE_SHOPPING_PAYMENT_URLPATH', ROOT_URLPATH . "shopping/payment.php"); /** Product details (HTML output) */ define('MOBILE_P_DETAIL_URLPATH', ROOT_URLPATH . "products/detail.php?product_id="); /** Purchase completion screen (*Used in the module) */ define('MOBILE_SHOPPING_COMPLETE_URLPATH', ROOT_URLPATH . "shopping/complete.php"); /** Session maintenance method: "useCookie"|"useRequest" */ define('SESSION_KEEP_METHOD', "useCookie"); /** Session continuation time (seconds) */ define('SESSION_LIFETIME', 1800); /** Owners Store URL */ define('OSTORE_URL', "http://www.ec-cube.net/"); /** Owners Store URL */ define('OSTORE_SSLURL', "https://www.ec-cube.net/"); /** Owners Store log path */ define('OSTORE_LOG_REALFILE', DATA_REALDIR . "logs/ownersstore.log"); /** Favorite product registration (active: 1 inactive: 0) */ define('OPTION_FAVORITE_PRODUCT', 1); /** Image rename settings (product images only) (true: Rename, false: Do not rename) */ define('IMAGE_RENAME', true); /** (For 2.11) Plug-in directory (Used in module) */ define('PLUGIN_DIR', "plugins/"); /** (For 2.11) Plug-in saving destination (Used in module) */ define('PLUGIN_REALDIR', USER_REALDIR . PLUGIN_DIR); /** Plug-in saving destination directory */ define('PLUGIN_UPLOAD_REALDIR', DATA_REALDIR . "downloads/plugin/"); /** Plug-in saving destination directory (html) */ define('PLUGIN_HTML_REALDIR', HTML_REALDIR . "plugin/"); /** Temporary saving destination of plug-in file */ define('PLUGIN_TEMP_REALDIR', HTML_REALDIR . "upload/temp_plugin/"); /** Extensions possible for registration of plug-in file (comma-delimited) */ define('PLUGIN_EXTENSION', "tar,tar.gz"); /** Temporary decompression directory for plug-in (for updating) */ define('DOWNLOADS_TEMP_PLUGIN_UPDATE_DIR', DATA_REALDIR . "downloads/tmp/plugin_update/"); /** Temporary decompression directory for plug-in (for installing) */ define('DOWNLOADS_TEMP_PLUGIN_INSTALL_DIR', DATA_REALDIR . "downloads/tmp/plugin_install/"); /** Plug-in URL */ define('PLUGIN_HTML_URLPATH', ROOT_URLPATH . "plugin/"); /** Number of days Number of digits */ define('DOWNLOAD_DAYS_LEN', 3); /** Extensions possible for registration of downloaded files (comma-delimited)" */ define('DOWNLOAD_EXTENSION', "zip,lzh,jpg,jpeg,gif,png,mp3,pdf,csv"); /** Size limitation for download sales file (KB) */ define('DOWN_SIZE', 50000); /** 1: Actual product 2: Download */ define('DEFAULT_PRODUCT_DOWN', 1); /** Temporary saving of downloaded file */ define('DOWN_TEMP_REALDIR', DATA_REALDIR . "download/temp/"); /** Saving destination of downloaded file */ define('DOWN_SAVE_REALDIR', DATA_REALDIR . "download/save/"); /** Download sales function Downloaded file reading bytes (KB) */ define('DOWNLOAD_BLOCK', 1024); /** New order */ define('ORDER_NEW', 1); /** Waiting for deposit */ define('ORDER_PAY_WAIT', 2); /** Deposited */ define('ORDER_PRE_END', 6); /** Cancel */ define('ORDER_CANCEL', 3); /** Being backordered */ define('ORDER_BACK_ORDER', 4); /** Shipped */ define('ORDER_DELIV', 5); /** Payment being processed */ define('ORDER_PENDING', 7); /** Normal product */ define('PRODUCT_TYPE_NORMAL', 1); /** Downloaded product */ define('PRODUCT_TYPE_DOWNLOAD', 2); /** DB log recording mode (0: No recording, 1: Recording only during delays, 2: Constant recording) */ define('SQL_QUERY_LOG_MODE', 1); /** Execution time deemed as being a delay in the DB log (seconds) */ define('SQL_QUERY_LOG_MIN_EXEC_TIME', 2); /** Flag for retrieving page display time log (1: Display, 0: Do not display) */ define('PAGE_DISPLAY_TIME_LOG_MODE', 1); /** Time settings for retrieving page display time log (retrieved when it takes longer than the set value) */ define('PAGE_DISPLAY_TIME_LOG_MIN_EXEC_TIME', 2); /** Terminal type: Mobile */ define('DEVICE_TYPE_MOBILE', 1); /** Terminal type: Smartphone */ define('DEVICE_TYPE_SMARTPHONE', 2); /** Terminal type: PC */ define('DEVICE_TYPE_PC', 10); /** Terminal type: Management screen */ define('DEVICE_TYPE_ADMIN', 99); /** EC-CUBE update information retrieval (true: retrieve false: do not retrieve) */ define('ECCUBE_INFO', true); /** External site HTTP retrieval timeout time (seconds) */ define('HTTP_REQUEST_TIMEOUT', "5"); /** Postal code CSV ZIP archive file retrieval source */ define('ZIP_DOWNLOAD_URL', "http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"); /** Hook point (preprocess) */ define('HOOK_POINT_PREPROCESS', "LC_Page_preProcess"); /** Hook point (process) */ define('HOOK_POINT_PROCESS', "LC_Page_process"); /** Load/not load flag for plug) */ define('PLUGIN_ACTIVATE_FLAG', true); /** SMARTY compile mode */ define('SMARTY_FORCE_COMPILE_MODE', false); /** Delay time when login fails (seconds) (measure against brute force attack) */ define('LOGIN_RETRY_INTERVAL', 0); /** MY page: Order status display flag */ define('MYPAGE_ORDER_STATUS_DISP_FLAG', true); /** メールの文字コード */ define('MAIL_CHARACTER_CODE', 'UTF-8'); /** メールヘッダーのコンテンツタイプ */ define('MAIL_HEADER_CONTENT_TYPE', 'US-ASCII');