Version 5.1.5

{ openzc:define }

define: 常量标签,一般用于语言包常量调用以及站点全局常量
格式:{ openzc:define.常量 /}
define 站点Configration常量列表

以下演示常量来自于数据表 TABLE_CONFIGURATION

General information about my store

configuration key 说明 标签代码
STORE_NAME The name of my store { openzc:define.STORE_NAME /}
STORE_OWNER The name of my store owner { openzc:define.STORE_OWNER /}
STORE_TELEPHONE_CUSTSERVICE Enter a telephone number for customers to reach your Customer Service department. This number may be sent as part of payment transaction details. { openzc:define.STORE_TELEPHONE_CUSTSERVICE /}
STORE_COUNTRY The country my store is located in

Note: Please remember to update the store zone.
{ openzc:define.STORE_COUNTRY /} 223
STORE_ZONE The zone my store is located in { openzc:define.STORE_ZONE /} 18
EXPECTED_PRODUCTS_SORT This is the sort order used in the expected products box. { openzc:define.EXPECTED_PRODUCTS_SORT /} desc
EXPECTED_PRODUCTS_FIELD The column to sort by in the expected products box. { openzc:define.EXPECTED_PRODUCTS_FIELD /} date_expected
USE_DEFAULT_LANGUAGE_CURRENCY Automatically switch to the language's currency when it is changed { openzc:define.USE_DEFAULT_LANGUAGE_CURRENCY /} false
LANGUAGE_DEFAULT_SELECTOR Should the default language be based on the Store preferences, or the customer's browser settings?

Default: Store's default settings
{ openzc:define.LANGUAGE_DEFAULT_SELECTOR /} Default
DISPLAY_CART Display the shopping cart after adding a product (or return back to their origin) { openzc:define.DISPLAY_CART /} true
ADVANCED_SEARCH_DEFAULT_OPERATOR Default search operators { openzc:define.ADVANCED_SEARCH_DEFAULT_OPERATOR /} and
ADVANCED_SEARCH_INCLUDE_METATAGS Should a product's meta-tag keywords and meta-tag descriptions be considered in any advanced_search_results displayed? { openzc:define.ADVANCED_SEARCH_INCLUDE_METATAGS /} true
STORE_NAME_ADDRESS This is the Store Name, Address and Phone used on printable documents and displayed online { openzc:define.STORE_NAME_ADDRESS /} Store Name Address Country Phone
SHOW_COUNTS Count recursively how many products are in each category { openzc:define.SHOW_COUNTS /} true
TAX_DECIMAL_PLACES Pad the tax value this amount of decimal places { openzc:define.TAX_DECIMAL_PLACES /} 0
DISPLAY_PRICE_WITH_TAX Display prices with tax included (true) or add the tax at the end (false) { openzc:define.DISPLAY_PRICE_WITH_TAX /} false
DISPLAY_PRICE_WITH_TAX_ADMIN Display prices with tax included (true) or add the tax at the end (false) in Admin(Invoices) { openzc:define.DISPLAY_PRICE_WITH_TAX_ADMIN /} false
STORE_PRODUCT_TAX_BASIS On what basis is Product Tax calculated. Options are
Shipping - Based on customers Shipping Address
Billing Based on customers Billing address
Store - Based on Store address if Billing/Shipping Zone equals Store zone
{ openzc:define.STORE_PRODUCT_TAX_BASIS /} Shipping
STORE_SHIPPING_TAX_BASIS On what basis is Shipping Tax calculated. Options are
Shipping - Based on customers Shipping Address
Billing Based on customers Billing address
Store - Based on Store address if Billing/Shipping Zone equals Store zone - Can be overridden by correctly written Shipping Module
{ openzc:define.STORE_SHIPPING_TAX_BASIS /} Shipping
STORE_TAX_DISPLAY_STATUS Always show Sales Tax even when amount is $0.00?
0= Off
1= On
{ openzc:define.STORE_TAX_DISPLAY_STATUS /} 0
SHOW_SPLIT_TAX_CHECKOUT If multiple tax rates apply, show each rate as a separate line at checkout { openzc:define.SHOW_SPLIT_TAX_CHECKOUT /} false
PADSS_ADMIN_SESSION_TIMEOUT_ENFORCED PA-DSS Compliance requires that any Admin login sessions expire after 15 minutes of inactivity. Disabling this makes your site NON-COMPLIANT with PA-DSS rules, thus invalidating any certification. { openzc:define.PADSS_ADMIN_SESSION_TIMEOUT_ENFORCED /} 1
PADSS_PWD_EXPIRY_ENFORCED PA-DSS Compliance requires that admin passwords must be changed after 90 days and cannot re-use the last 4 passwords. Disabling this makes your site NON-COMPLIANT with PA-DSS rules, thus invalidating any certification. { openzc:define.PADSS_PWD_EXPIRY_ENFORCED /} 1
PADSS_AJAX_CHECKOUT PA-DSS Compliance requires that for some inbuilt payment methods, that we use ajax to draw the checkout confirmation screen. While this will only happen if one of those payment methods is actually present, some people may want the traditional checkout flow Disabling this makes your site NON-COMPLIANT with PA-DSS rules, thus invalidating any certification. { openzc:define.PADSS_AJAX_CHECKOUT /} 1
EMP_LOGIN_ADMIN_ID Identify the ID number of an admin that is permitted to use the Place Order feature on the customers list, regardless of their assigned admin-profile. Set the value to 0 to disable the Single Admin ID feature. { openzc:define.EMP_LOGIN_ADMIN_ID /} 0
EMP_LOGIN_AUTOMATIC Login directly to store without entering credentials { openzc:define.EMP_LOGIN_AUTOMATIC /} false
EMP_LOGIN_ADMIN_PROFILE_ID Identify the admin User Profile IDs that are permitted to use the Place Order feature on the customers list — all admins that are in these profiles are permitted. Enter the value as a comma-separated list (intervening blanks are OK) of Admin Profile IDs, e.g. 1, 2, 3. Set the value to 0 to disable the Admin Profiles feature.

Default: 0
{ openzc:define.EMP_LOGIN_ADMIN_PROFILE_ID /} 0
SESSION_TIMEOUT_ADMIN Enter the time in seconds.
Max allowed is 900 for PCI Compliance Reasons.
Default=900
Example: 900= 15 min

Note: Too few seconds can result in timeout issues when adding/editing products
{ openzc:define.SESSION_TIMEOUT_ADMIN /} 900
GLOBAL_SET_TIME_LIMIT Enter the time in seconds for how long the max_execution_time of processes should be. Default=60
Example: 60= 1 minute

Note: Changing the time limit is only needed if you are having problems with the execution time of a process
{ openzc:define.GLOBAL_SET_TIME_LIMIT /} 60
SHOW_VERSION_UPDATE_IN_HEADER Automatically check to see if a new version of Zen Cart is available. Enabling this can sometimes slow down the loading of Admin pages. (Displayed on main Index page after login, and Server Info page.) { openzc:define.SHOW_VERSION_UPDATE_IN_HEADER /} true
STORE_STATUS What is your Store Status
0= Normal Store
1= Showcase no prices
2= Showcase with prices
{ openzc:define.STORE_STATUS /} 0
DISPLAY_SERVER_UPTIME Displaying Server uptime can cause entries in error logs on some servers. (true = Display, false = don't display) { openzc:define.DISPLAY_SERVER_UPTIME /} true
MISSING_PAGE_CHECK Zen Cart can check for missing pages in the URL and redirect to Index page. For debugging you may want to turn this off.

Default=On
On = Send missing pages to 'index'
Off = Don't check for missing pages
Page Not Found = display the Page-Not-Found page
{ openzc:define.MISSING_PAGE_CHECK /} Page Not Found
HTML_EDITOR_PREFERENCE Please select the HTML/Rich-Text editor you wish to use for composing Admin-related emails, newsletters, and product descriptions { openzc:define.HTML_EDITOR_PREFERENCE /} NONE
NOTIFY_CUSTOMER_DEFAULT Set the default email behavior on status update to Send Email, Do Not Send Email, or Hide Update. { openzc:define.NOTIFY_CUSTOMER_DEFAULT /} 1
SHOW_COUNTS_ADMIN Show Category Counts in Admin? { openzc:define.SHOW_COUNTS_ADMIN /} true
SHOW_CATEGORY_PRODUCTS_LINKED_STATUS Show Category products linked status? { openzc:define.SHOW_CATEGORY_PRODUCTS_LINKED_STATUS /} true
CURRENCY_UPLIFT_RATIO When auto-updating currencies, what "uplift" ratio should be used to calculate the exchange rate used by your store?
ie: the bank rate is obtained from the currency-exchange servers; how much extra do you want to charge in order to make up the difference between the bank rate and the consumer rate?

Default: 1.05
This will cause the published bank rate to be multiplied by 1.05 to set the currency rates in your store.
{ openzc:define.CURRENCY_UPLIFT_RATIO /} 1.05
CURRENCY_SERVER_PRIMARY Where to request external currency updates from (Primary source)

Additional sources can be installed via plugins.
{ openzc:define.CURRENCY_SERVER_PRIMARY /} ecb
CURRENCY_SERVER_BACKUP Where to request external currency updates from (Secondary source)

Additional sources can be installed via plugins.
{ openzc:define.CURRENCY_SERVER_BACKUP /} boc

The minimum values for functions / data

configuration key 说明 标签代码
ENTRY_FIRST_NAME_MIN_LENGTH Minimum length of first name { openzc:define.ENTRY_FIRST_NAME_MIN_LENGTH /} 2
ENTRY_LAST_NAME_MIN_LENGTH Minimum length of last name { openzc:define.ENTRY_LAST_NAME_MIN_LENGTH /} 2
ENTRY_DOB_MIN_LENGTH Minimum length of date of birth { openzc:define.ENTRY_DOB_MIN_LENGTH /} 10
ENTRY_EMAIL_ADDRESS_MIN_LENGTH Minimum length of e-mail address { openzc:define.ENTRY_EMAIL_ADDRESS_MIN_LENGTH /} 6
ENTRY_STREET_ADDRESS_MIN_LENGTH Minimum length of street address { openzc:define.ENTRY_STREET_ADDRESS_MIN_LENGTH /} 5
ENTRY_COMPANY_MIN_LENGTH Minimum length of company name { openzc:define.ENTRY_COMPANY_MIN_LENGTH /} 0
ENTRY_POSTCODE_MIN_LENGTH Minimum length of post code { openzc:define.ENTRY_POSTCODE_MIN_LENGTH /} 4
ENTRY_CITY_MIN_LENGTH Minimum length of city { openzc:define.ENTRY_CITY_MIN_LENGTH /} 2
ENTRY_STATE_MIN_LENGTH Minimum length of state { openzc:define.ENTRY_STATE_MIN_LENGTH /} 2
ENTRY_TELEPHONE_MIN_LENGTH Minimum length of telephone number { openzc:define.ENTRY_TELEPHONE_MIN_LENGTH /} 3
ENTRY_PASSWORD_MIN_LENGTH Minimum length of password { openzc:define.ENTRY_PASSWORD_MIN_LENGTH /} 7
CC_OWNER_MIN_LENGTH Minimum length of credit card owner name { openzc:define.CC_OWNER_MIN_LENGTH /} 3
CC_NUMBER_MIN_LENGTH Minimum length of credit card number { openzc:define.CC_NUMBER_MIN_LENGTH /} 10
CC_CVV_MIN_LENGTH Minimum length of credit card CVV number { openzc:define.CC_CVV_MIN_LENGTH /} 3
REVIEW_TEXT_MIN_LENGTH Minimum length of product review text { openzc:define.REVIEW_TEXT_MIN_LENGTH /} 50
MIN_DISPLAY_BESTSELLERS Minimum number of best sellers to display { openzc:define.MIN_DISPLAY_BESTSELLERS /} 1
MIN_DISPLAY_ALSO_PURCHASED Minimum number of products to display in the 'Also Purchased' box { openzc:define.MIN_DISPLAY_ALSO_PURCHASED /} 1
ENTRY_NICK_MIN_LENGTH Minimum length of Nick Name { openzc:define.ENTRY_NICK_MIN_LENGTH /} 3
ADMIN_NAME_MINIMUM_LENGTH Minimum length of admin usernames (must be 4 or more) { openzc:define.ADMIN_NAME_MINIMUM_LENGTH /} 4

The maximum values for functions / data

configuration key 说明 标签代码
MAX_ADDRESS_BOOK_ENTRIES Maximum address book entries a customer is allowed to have { openzc:define.MAX_ADDRESS_BOOK_ENTRIES /} 5
MAX_DISPLAY_SEARCH_RESULTS Number of products to list on an Admin search result page { openzc:define.MAX_DISPLAY_SEARCH_RESULTS /} 20
MAX_DISPLAY_PAGE_LINKS Number of numbered pagination links to display. { openzc:define.MAX_DISPLAY_PAGE_LINKS /} 5
MAX_DISPLAY_PAGE_LINKS_MOBILE Number of numbered pagination links to display on Mobile devices (assuming your template supports mobile-specific settings) { openzc:define.MAX_DISPLAY_PAGE_LINKS_MOBILE /} 3
MAX_DISPLAY_SPECIAL_PRODUCTS Number of products on special to display { openzc:define.MAX_DISPLAY_SPECIAL_PRODUCTS /} 9
MAX_DISPLAY_NEW_PRODUCTS Number of new products to display in a category { openzc:define.MAX_DISPLAY_NEW_PRODUCTS /} 9
MAX_DISPLAY_UPCOMING_PRODUCTS Number of 'upcoming' products to display { openzc:define.MAX_DISPLAY_UPCOMING_PRODUCTS /} 10
MAX_MANUFACTURERS_LIST Number of manufacturers names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list. { openzc:define.MAX_MANUFACTURERS_LIST /} 3
PRODUCTS_MANUFACTURERS_STATUS Verify that at least 1 product exists and is active for the manufacturer name to show

Note: When this feature is ON it can produce slower results on sites with a large number of products and/or manufacturers
0= off 1= on
{ openzc:define.PRODUCTS_MANUFACTURERS_STATUS /} 1
MAX_MUSIC_GENRES_LIST Number of music genre names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list. { openzc:define.MAX_MUSIC_GENRES_LIST /} 3
MAX_RECORD_COMPANY_LIST Number of record company names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list. { openzc:define.MAX_RECORD_COMPANY_LIST /} 3
MAX_DISPLAY_RECORD_COMPANY_NAME_LEN Used in record companies box; maximum length of record company name to display. Longer names will be truncated. { openzc:define.MAX_DISPLAY_RECORD_COMPANY_NAME_LEN /} 15
MAX_DISPLAY_MUSIC_GENRES_NAME_LEN Used in music genres box; maximum length of music genre name to display. Longer names will be truncated. { openzc:define.MAX_DISPLAY_MUSIC_GENRES_NAME_LEN /} 15
MAX_DISPLAY_MANUFACTURER_NAME_LEN Used in manufacturers box; maximum length of manufacturers name to display. Longer names will be truncated. { openzc:define.MAX_DISPLAY_MANUFACTURER_NAME_LEN /} 15
MAX_DISPLAY_NEW_REVIEWS Number of new reviews to display on each page { openzc:define.MAX_DISPLAY_NEW_REVIEWS /} 6
MAX_RANDOM_SELECT_REVIEWS Number of random product REVIEWS to rotate in the sidebox
Enter the number of products to display in this sidebox at one time.

How many products do you want to display in this sidebox?
{ openzc:define.MAX_RANDOM_SELECT_REVIEWS /} 1
MAX_RANDOM_SELECT_NEW Number of random NEW products to rotate in the sidebox
Enter the number of products to display in this sidebox at one time.

How many products do you want to display in this sidebox?
{ openzc:define.MAX_RANDOM_SELECT_NEW /} 3
MAX_RANDOM_SELECT_SPECIALS Number of random products on SPECIAL to rotate in the sidebox
Enter the number of products to display in this sidebox at one time.

How many products do you want to display in this sidebox?
{ openzc:define.MAX_RANDOM_SELECT_SPECIALS /} 2
MAX_DISPLAY_CATEGORIES_PER_ROW How many categories to list per row { openzc:define.MAX_DISPLAY_CATEGORIES_PER_ROW /} 3
MAX_DISPLAY_PRODUCTS_NEW Number of new products listed per page { openzc:define.MAX_DISPLAY_PRODUCTS_NEW /} 10
MAX_DISPLAY_BESTSELLERS Number of best sellers to display in box { openzc:define.MAX_DISPLAY_BESTSELLERS /} 10
MAX_DISPLAY_ALSO_PURCHASED Number of products to display in the 'Also Purchased' box { openzc:define.MAX_DISPLAY_ALSO_PURCHASED /} 6
MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX Number of products to display in the order history box { openzc:define.MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX /} 6
MAX_DISPLAY_ORDER_HISTORY Number of orders to display in the order history list in 'My Account' { openzc:define.MAX_DISPLAY_ORDER_HISTORY /} 10
MAX_DISPLAY_SEARCH_RESULTS_CUSTOMER { openzc:define.MAX_DISPLAY_SEARCH_RESULTS_CUSTOMER /} 20
MAX_DISPLAY_SEARCH_RESULTS_ORDERS { openzc:define.MAX_DISPLAY_SEARCH_RESULTS_ORDERS /} 20
MAX_DISPLAY_SEARCH_RESULTS_REPORTS { openzc:define.MAX_DISPLAY_SEARCH_RESULTS_REPORTS /} 20
MAX_DISPLAY_RESULTS_CATEGORIES Number of products to list per screen { openzc:define.MAX_DISPLAY_RESULTS_CATEGORIES /} 10
MAX_DISPLAY_PRODUCTS_LISTING Maximum Number of Products to list per page on main page { openzc:define.MAX_DISPLAY_PRODUCTS_LISTING /} 10
MAX_ROW_LISTS_OPTIONS Maximum number of option names and values to display in the products attributes page { openzc:define.MAX_ROW_LISTS_OPTIONS /} 10
MAX_ROW_LISTS_ATTRIBUTES_CONTROLLER Maximum number of attributes to display in the Attributes Controller page { openzc:define.MAX_ROW_LISTS_ATTRIBUTES_CONTROLLER /} 30
MAX_DISPLAY_SEARCH_RESULTS_DOWNLOADS_MANAGER Maximum number of attributes downloads to display in the Downloads Manager page { openzc:define.MAX_DISPLAY_SEARCH_RESULTS_DOWNLOADS_MANAGER /} 30
MAX_DISPLAY_SEARCH_RESULTS_FEATURED_ADMIN Number of featured products to list per screen - Admin { openzc:define.MAX_DISPLAY_SEARCH_RESULTS_FEATURED_ADMIN /} 10
MAX_DISPLAY_SEARCH_RESULTS_FEATURED Number of featured products to list on main page { openzc:define.MAX_DISPLAY_SEARCH_RESULTS_FEATURED /} 9
MAX_DISPLAY_PRODUCTS_FEATURED_PRODUCTS Number of featured products to list per screen { openzc:define.MAX_DISPLAY_PRODUCTS_FEATURED_PRODUCTS /} 10
MAX_RANDOM_SELECT_FEATURED_PRODUCTS Number of random FEATURED products to rotate in the sidebox
Enter the number of products to display in this sidebox at one time.

How many products do you want to display in this sidebox?
{ openzc:define.MAX_RANDOM_SELECT_FEATURED_PRODUCTS /} 2
MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX Number of special products to list on main page { openzc:define.MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX /} 9
SHOW_NEW_PRODUCTS_LIMIT Limit the New Product Listing to
0= All Products
1= Current Month
7= 7 Days
14= 14 Days
30= 30 Days
60= 60 Days
90= 90 Days
120= 120 Days
{ openzc:define.SHOW_NEW_PRODUCTS_LIMIT /} 0
MAX_DISPLAY_PRODUCTS_ALL Number of products to list per screen { openzc:define.MAX_DISPLAY_PRODUCTS_ALL /} 10
MAX_LANGUAGE_FLAGS_COLUMNS Number of Language Flags per Row { openzc:define.MAX_LANGUAGE_FLAGS_COLUMNS /} 3
MAX_FILE_UPLOAD_SIZE What is the Maximum file size for uploads?
Default= 2048000
{ openzc:define.MAX_FILE_UPLOAD_SIZE /} 2048000
MAX_DISPLAY_RESULTS_ORDERS_DETAILS_LISTING Maximum number of Order Details
0 = Unlimited
{ openzc:define.MAX_DISPLAY_RESULTS_ORDERS_DETAILS_LISTING /} 0
MAX_DISPLAY_SEARCH_RESULTS_PAYPAL_IPN Maximum number of PayPal IPN Listings in Admin
Default is 20
{ openzc:define.MAX_DISPLAY_SEARCH_RESULTS_PAYPAL_IPN /} 20
MAX_DISPLAY_PRODUCTS_TO_CATEGORIES_COLUMNS Maximum Display Columns Products to Multiple Categories Manager
3 = Default
{ openzc:define.MAX_DISPLAY_PRODUCTS_TO_CATEGORIES_COLUMNS /} 3
MAX_DISPLAY_SEARCH_RESULTS_EZPAGE Maximum Display EZ-Pages
20 = Default
{ openzc:define.MAX_DISPLAY_SEARCH_RESULTS_EZPAGE /} 20
MAX_PREVIEW Maximum Preview length
100 = Default
{ openzc:define.MAX_PREVIEW /} 100

Image parameters

configuration key 说明 标签代码
SMALL_IMAGE_WIDTH The pixel width of small images { openzc:define.SMALL_IMAGE_WIDTH /} 100
SMALL_IMAGE_HEIGHT The pixel height of small images { openzc:define.SMALL_IMAGE_HEIGHT /} 80
HEADING_IMAGE_WIDTH The pixel width of heading images in the Admin
NOTE: Presently, this adjusts the spacing on the pages in the Admin Pages or could be used to add images to the heading in the Admin
{ openzc:define.HEADING_IMAGE_WIDTH /} 57
HEADING_IMAGE_HEIGHT The pixel height of heading images in the Admin
NOTE: Presently, this adjusts the spacing on the pages in the Admin Pages or could be used to add images to the heading in the Admin
{ openzc:define.HEADING_IMAGE_HEIGHT /} 40
SUBCATEGORY_IMAGE_WIDTH The pixel width of subcategory images { openzc:define.SUBCATEGORY_IMAGE_WIDTH /} 100
SUBCATEGORY_IMAGE_HEIGHT The pixel height of subcategory images { openzc:define.SUBCATEGORY_IMAGE_HEIGHT /} 57
CONFIG_CALCULATE_IMAGE_SIZE Calculate the size of images? { openzc:define.CONFIG_CALCULATE_IMAGE_SIZE /} true
IMAGE_REQUIRED Enable to display broken images. Good for development. { openzc:define.IMAGE_REQUIRED /} true
IMAGE_SHOPPING_CART_STATUS Show product image in the shopping cart?
0= off 1= on
{ openzc:define.IMAGE_SHOPPING_CART_STATUS /} 1
IMAGE_SHOPPING_CART_WIDTH Default = 50 { openzc:define.IMAGE_SHOPPING_CART_WIDTH /} 50
IMAGE_SHOPPING_CART_HEIGHT Default = 40 { openzc:define.IMAGE_SHOPPING_CART_HEIGHT /} 40
CATEGORY_ICON_IMAGE_WIDTH The pixel width of Category Icon heading images for Product Info Pages { openzc:define.CATEGORY_ICON_IMAGE_WIDTH /} 57
CATEGORY_ICON_IMAGE_HEIGHT The pixel height of Category Icon heading images for Product Info Pages { openzc:define.CATEGORY_ICON_IMAGE_HEIGHT /} 40
SUBCATEGORY_IMAGE_TOP_WIDTH The pixel width of Top subcategory images
Top subcategory is when the Category contains subcategories
{ openzc:define.SUBCATEGORY_IMAGE_TOP_WIDTH /} 150
SUBCATEGORY_IMAGE_TOP_HEIGHT The pixel height of Top subcategory images
Top subcategory is when the Category contains subcategories
{ openzc:define.SUBCATEGORY_IMAGE_TOP_HEIGHT /} 85
MEDIUM_IMAGE_WIDTH The pixel width of Product Info images { openzc:define.MEDIUM_IMAGE_WIDTH /} 150
MEDIUM_IMAGE_HEIGHT The pixel height of Product Info images { openzc:define.MEDIUM_IMAGE_HEIGHT /} 120
IMAGE_SUFFIX_MEDIUM Product Info Medium Image Suffix
Default = _MED
{ openzc:define.IMAGE_SUFFIX_MEDIUM /} _MED
IMAGE_SUFFIX_LARGE Product Info Large Image Suffix
Default = _LRG
{ openzc:define.IMAGE_SUFFIX_LARGE /} _LRG
IMAGES_AUTO_ADDED Product Info - Enter the number of additional images to display per row
Default = 3
{ openzc:define.IMAGES_AUTO_ADDED /} 3
IMAGE_PRODUCT_LISTING_WIDTH Default = 100 { openzc:define.IMAGE_PRODUCT_LISTING_WIDTH /} 100
IMAGE_PRODUCT_LISTING_HEIGHT Default = 80 { openzc:define.IMAGE_PRODUCT_LISTING_HEIGHT /} 80
IMAGE_PRODUCT_NEW_LISTING_WIDTH Default = 100 { openzc:define.IMAGE_PRODUCT_NEW_LISTING_WIDTH /} 100
IMAGE_PRODUCT_NEW_LISTING_HEIGHT Default = 80 { openzc:define.IMAGE_PRODUCT_NEW_LISTING_HEIGHT /} 80
IMAGE_PRODUCT_NEW_WIDTH Default = 100 { openzc:define.IMAGE_PRODUCT_NEW_WIDTH /} 100
IMAGE_PRODUCT_NEW_HEIGHT Default = 80 { openzc:define.IMAGE_PRODUCT_NEW_HEIGHT /} 80
IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH Default = 100 { openzc:define.IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH /} 100
IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT Default = 80 { openzc:define.IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT /} 80
IMAGE_PRODUCT_ALL_LISTING_WIDTH Default = 100 { openzc:define.IMAGE_PRODUCT_ALL_LISTING_WIDTH /} 100
IMAGE_PRODUCT_ALL_LISTING_HEIGHT Default = 80 { openzc:define.IMAGE_PRODUCT_ALL_LISTING_HEIGHT /} 80
PRODUCTS_IMAGE_NO_IMAGE_STATUS Use automatic No Image when none is added to product
0= off
1= On
{ openzc:define.PRODUCTS_IMAGE_NO_IMAGE_STATUS /} 1
PRODUCTS_IMAGE_NO_IMAGE Use automatic No Image when none is added to product
Default = no_picture.gif
{ openzc:define.PRODUCTS_IMAGE_NO_IMAGE /} no_picture.gif
PROPORTIONAL_IMAGES_STATUS Use Proportional Images on Products and Categories?

NOTE: Do not use 0 height or width settings for Proportion Images
0= off 1= on
{ openzc:define.PROPORTIONAL_IMAGES_STATUS /} 1

Customer account configuration

configuration key 说明 标签代码
ACCOUNT_GENDER Display salutation choice during account creation and with account information { openzc:define.ACCOUNT_GENDER /} false
ACCOUNT_DOB Display date of birth field during account creation and with account information
NOTE: Set Minimum Value Date of Birth to blank for not required
Set Minimum Value Date of Birth > 0 to require
{ openzc:define.ACCOUNT_DOB /} false
ACCOUNT_COMPANY Display company field during account creation and with account information { openzc:define.ACCOUNT_COMPANY /} true
ACCOUNT_SUBURB Display address line 2 field during account creation and with account information { openzc:define.ACCOUNT_SUBURB /} true
ACCOUNT_STATE Display state field during account creation and with account information { openzc:define.ACCOUNT_STATE /} true
ACCOUNT_STATE_DRAW_INITIAL_DROPDOWN When state field is displayed, should it always be a pulldown menu? { openzc:define.ACCOUNT_STATE_DRAW_INITIAL_DROPDOWN /} false
SHOW_CREATE_ACCOUNT_DEFAULT_COUNTRY Set Create Account Default Country ID to:
Default is 223
{ openzc:define.SHOW_CREATE_ACCOUNT_DEFAULT_COUNTRY /} 223
ACCOUNT_FAX_NUMBER Display fax number field during account creation and with account information { openzc:define.ACCOUNT_FAX_NUMBER /} true
ACCOUNT_NEWSLETTER_STATUS Show Newsletter Checkbox
0= off
1= Display Unchecked
2= Display Checked
Note: Defaulting this to accepted may be in violation of certain regulations for your state or country
{ openzc:define.ACCOUNT_NEWSLETTER_STATUS /} 1
ACCOUNT_EMAIL_PREFERENCE Set the Default Customer Default Email Preference
0= Text
1= HTML
{ openzc:define.ACCOUNT_EMAIL_PREFERENCE /} 0
CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS Customer should be asked about product notifications after checkout success and in account preferences
0= Never ask
1= Ask (ignored on checkout if has already selected global notifications)

Note: Sidebox must be turned off separately
{ openzc:define.CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS /} 1
CUSTOMERS_APPROVAL Customer must be approved to shop
0= Not required
1= Must login to browse
2= May browse but no prices unless logged in
3= Showroom Only

It is recommended that Option 2 be used for the purposes of Spiders if you wish customers to login to see prices.
{ openzc:define.CUSTOMERS_APPROVAL /} 0
CUSTOMERS_APPROVAL_AUTHORIZATION Customer must be Authorized to shop
0= Not required
1= Must be Authorized to Browse
2= May browse but no prices unless Authorized
3= Customer May Browse and May see Prices but Must be Authorized to Buy

It is recommended that Option 2 or 3 be used for the purposes of Spiders
{ openzc:define.CUSTOMERS_APPROVAL_AUTHORIZATION /} 0
CUSTOMERS_AUTHORIZATION_FILENAME Customer Authorization filename
Note: Do not include the extension
Default=customers_authorization
{ openzc:define.CUSTOMERS_AUTHORIZATION_FILENAME /} customers_authorization
CUSTOMERS_AUTHORIZATION_HEADER_OFF Customer Authorization: Hide Header
(true=hide false=show)
{ openzc:define.CUSTOMERS_AUTHORIZATION_HEADER_OFF /} false
CUSTOMERS_AUTHORIZATION_COLUMN_LEFT_OFF Customer Authorization: Hide Column Left
(true=hide false=show)
{ openzc:define.CUSTOMERS_AUTHORIZATION_COLUMN_LEFT_OFF /} false
CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF Customer Authorization: Hide Column Right
(true=hide false=show)
{ openzc:define.CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF /} false
CUSTOMERS_AUTHORIZATION_FOOTER_OFF Customer Authorization: Hide Footer
(true=hide false=show)
{ openzc:define.CUSTOMERS_AUTHORIZATION_FOOTER_OFF /} false
CUSTOMERS_AUTHORIZATION_PRICES_OFF Customer Authorization: Hide Prices
(true=hide false=show)
{ openzc:define.CUSTOMERS_AUTHORIZATION_PRICES_OFF /} false
CUSTOMERS_REFERRAL_STATUS Customers Referral Code is created from
0= Off
1= 1st Discount Coupon Code used
2= Customer can add during create account or edit if blank

NOTE: Once the Customers Referral Code has been set it can only be changed in the Admin Customer
{ openzc:define.CUSTOMERS_REFERRAL_STATUS /} 0

Hidden from configuration

configuration key 说明 标签代码
SEARCH_ENGINE_FRIENDLY_URLS Use search-engine safe urls for all site links { openzc:define.SEARCH_ENGINE_FRIENDLY_URLS /} false
CURL_PROXY_REQUIRED Does your host require that you use a proxy for cURL communication? { openzc:define.CURL_PROXY_REQUIRED /} False
CURL_PROXY_SERVER_DETAILS If you have a hosting service that requires use of a proxy to talk to external sites via cURL, enter their proxy address here.
format: address:port
ie: 127.0.0.1:3128
{ openzc:define.CURL_PROXY_SERVER_DETAILS /}
MODULE_PAYMENT_INSTALLED List of payment module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: freecharger.php;cod.php;paypal.php) { openzc:define.MODULE_PAYMENT_INSTALLED /} freecharger.php;moneyorder.php
MODULE_ORDER_TOTAL_INSTALLED List of order_total module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ot_subtotal.php;ot_tax.php;ot_shipping.php;ot_total.php) { openzc:define.MODULE_ORDER_TOTAL_INSTALLED /} ot_subtotal.php;ot_shipping.php;ot_coupon.php;ot_group_pricing.php;ot_tax.php;ot_loworderfee.php;ot_gv.php;ot_total.php
MODULE_SHIPPING_INSTALLED List of shipping module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ups.php;flat.php;item.php) { openzc:define.MODULE_SHIPPING_INSTALLED /} flat.php;freeshipper.php;item.php;storepickup.php
MODULE_SHIPPING_FREESHIPPER_STATUS Do you want to offer Free shipping? { openzc:define.MODULE_SHIPPING_FREESHIPPER_STATUS /} True
MODULE_SHIPPING_STOREPICKUP_LOCATIONS_LIST Enter a list of locations, separated by semicolons (;).
Optionally you may specify a fee/surcharge for each location by adding a comma and an amount. If no amount is specified, then the generic Shipping Cost amount from the next setting will be applied.

Examples:
121 Main Street;20 Church Street
Sunnyside,4.00;Lee Park,5.00;High Street,0.00
Dallas;Tulsa,5.00;Phoenix,0.00
For multilanguage use, see the define-statement in the language file for this module.
{ openzc:define.MODULE_SHIPPING_STOREPICKUP_LOCATIONS_LIST /} Walk In
MODULE_SHIPPING_FREESHIPPER_COST What is the Shipping cost? { openzc:define.MODULE_SHIPPING_FREESHIPPER_COST /} 0.00
MODULE_SHIPPING_FREESHIPPER_HANDLING Handling fee for this shipping method. { openzc:define.MODULE_SHIPPING_FREESHIPPER_HANDLING /} 0
MODULE_SHIPPING_FREESHIPPER_TAX_CLASS Use the following tax class on the shipping fee. { openzc:define.MODULE_SHIPPING_FREESHIPPER_TAX_CLASS /} 0
MODULE_SHIPPING_FREESHIPPER_ZONE If a zone is selected, only enable this shipping method for that zone. { openzc:define.MODULE_SHIPPING_FREESHIPPER_ZONE /} 0
MODULE_SHIPPING_FREESHIPPER_SORT_ORDER Sort order of display. { openzc:define.MODULE_SHIPPING_FREESHIPPER_SORT_ORDER /} 0
MODULE_SHIPPING_STOREPICKUP_STATUS Do you want to offer In Store rate shipping? { openzc:define.MODULE_SHIPPING_STOREPICKUP_STATUS /} True
MODULE_SHIPPING_STOREPICKUP_COST The shipping cost for all orders using this shipping method. { openzc:define.MODULE_SHIPPING_STOREPICKUP_COST /} 0.00
MODULE_SHIPPING_STOREPICKUP_TAX_CLASS Use the following tax class on the shipping fee. { openzc:define.MODULE_SHIPPING_STOREPICKUP_TAX_CLASS /} 0
MODULE_SHIPPING_STOREPICKUP_TAX_BASIS On what basis is Shipping Tax calculated. Options are
Shipping - Based on customers Shipping Address
Billing Based on customers Billing address
Store - Based on Store address if Billing/Shipping Zone equals Store zone
{ openzc:define.MODULE_SHIPPING_STOREPICKUP_TAX_BASIS /} Shipping
MODULE_SHIPPING_STOREPICKUP_ZONE If a zone is selected, only enable this shipping method for that zone. { openzc:define.MODULE_SHIPPING_STOREPICKUP_ZONE /} 0
MODULE_SHIPPING_STOREPICKUP_SORT_ORDER Sort order of display. { openzc:define.MODULE_SHIPPING_STOREPICKUP_SORT_ORDER /} 0
MODULE_SHIPPING_ITEM_STATUS Do you want to offer per item rate shipping? { openzc:define.MODULE_SHIPPING_ITEM_STATUS /} True
MODULE_SHIPPING_ITEM_COST The shipping cost will be multiplied by the number of items in an order that uses this shipping method. { openzc:define.MODULE_SHIPPING_ITEM_COST /} 2.50
MODULE_SHIPPING_ITEM_HANDLING Handling fee for this shipping method. { openzc:define.MODULE_SHIPPING_ITEM_HANDLING /} 0
MODULE_SHIPPING_ITEM_TAX_CLASS Use the following tax class on the shipping fee. { openzc:define.MODULE_SHIPPING_ITEM_TAX_CLASS /} 0
MODULE_SHIPPING_ITEM_TAX_BASIS On what basis is Shipping Tax calculated. Options are
Shipping - Based on customers Shipping Address
Billing Based on customers Billing address
Store - Based on Store address if Billing/Shipping Zone equals Store zone
{ openzc:define.MODULE_SHIPPING_ITEM_TAX_BASIS /} Shipping
MODULE_SHIPPING_ITEM_ZONE If a zone is selected, only enable this shipping method for that zone. { openzc:define.MODULE_SHIPPING_ITEM_ZONE /} 0
MODULE_SHIPPING_ITEM_SORT_ORDER Sort order of display. { openzc:define.MODULE_SHIPPING_ITEM_SORT_ORDER /} 0
MODULE_PAYMENT_FREECHARGER_STATUS Do you want to accept Free Charge payments? { openzc:define.MODULE_PAYMENT_FREECHARGER_STATUS /} True
MODULE_PAYMENT_FREECHARGER_SORT_ORDER Sort order of display. Lowest is displayed first. { openzc:define.MODULE_PAYMENT_FREECHARGER_SORT_ORDER /} 0
MODULE_PAYMENT_FREECHARGER_ZONE If a zone is selected, only enable this payment method for that zone. { openzc:define.MODULE_PAYMENT_FREECHARGER_ZONE /} 0
MODULE_PAYMENT_FREECHARGER_ORDER_STATUS_ID Set the status of orders made with this payment module to this value { openzc:define.MODULE_PAYMENT_FREECHARGER_ORDER_STATUS_ID /} 2
MODULE_PAYMENT_MONEYORDER_STATUS Do you want to accept Check/Money Order payments? { openzc:define.MODULE_PAYMENT_MONEYORDER_STATUS /} True
MODULE_PAYMENT_MONEYORDER_PAYTO Who should payments be made payable to? { openzc:define.MODULE_PAYMENT_MONEYORDER_PAYTO /} the Store Owner/Website Name
MODULE_PAYMENT_MONEYORDER_SORT_ORDER Sort order of display. Lowest is displayed first. { openzc:define.MODULE_PAYMENT_MONEYORDER_SORT_ORDER /} 0
MODULE_PAYMENT_MONEYORDER_ZONE If a zone is selected, only enable this payment method for that zone. { openzc:define.MODULE_PAYMENT_MONEYORDER_ZONE /} 0
MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID Set the status of orders made with this payment module to this value { openzc:define.MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID /} 0
MODULE_ORDER_TOTAL_GROUP_PRICING_INC_TAX Include Tax value in amount before discount calculation? { openzc:define.MODULE_ORDER_TOTAL_GROUP_PRICING_INC_TAX /} false
MODULE_ORDER_TOTAL_GROUP_PRICING_STATUS { openzc:define.MODULE_ORDER_TOTAL_GROUP_PRICING_STATUS /} true
MODULE_ORDER_TOTAL_GROUP_PRICING_SORT_ORDER Sort order of display. { openzc:define.MODULE_ORDER_TOTAL_GROUP_PRICING_SORT_ORDER /} 290
MODULE_ORDER_TOTAL_GROUP_PRICING_INC_SHIPPING Include Shipping value in amount before discount calculation? { openzc:define.MODULE_ORDER_TOTAL_GROUP_PRICING_INC_SHIPPING /} false
MODULE_ORDER_TOTAL_GROUP_PRICING_CALC_TAX Re-Calculate Tax { openzc:define.MODULE_ORDER_TOTAL_GROUP_PRICING_CALC_TAX /} Standard
MODULE_ORDER_TOTAL_GROUP_PRICING_TAX_CLASS Use the following tax class when treating Group Discount as Credit Note. { openzc:define.MODULE_ORDER_TOTAL_GROUP_PRICING_TAX_CLASS /} 0
MODULE_SHIPPING_FLAT_STATUS Do you want to offer flat rate shipping? { openzc:define.MODULE_SHIPPING_FLAT_STATUS /} True
MODULE_SHIPPING_FLAT_COST The shipping cost for all orders using this shipping method. { openzc:define.MODULE_SHIPPING_FLAT_COST /} 5.00
MODULE_SHIPPING_FLAT_TAX_CLASS Use the following tax class on the shipping fee. { openzc:define.MODULE_SHIPPING_FLAT_TAX_CLASS /} 0
MODULE_SHIPPING_FLAT_TAX_BASIS On what basis is Shipping Tax calculated. Options are
Shipping - Based on customers Shipping Address
Billing Based on customers Billing address
Store - Based on Store address if Billing/Shipping Zone equals Store zone
{ openzc:define.MODULE_SHIPPING_FLAT_TAX_BASIS /} Shipping
MODULE_SHIPPING_FLAT_ZONE If a zone is selected, only enable this shipping method for that zone. { openzc:define.MODULE_SHIPPING_FLAT_ZONE /} 0
MODULE_SHIPPING_FLAT_SORT_ORDER Sort order of display. { openzc:define.MODULE_SHIPPING_FLAT_SORT_ORDER /} 0
DEFAULT_CURRENCY Default Currency { openzc:define.DEFAULT_CURRENCY /} USD
DEFAULT_LANGUAGE Default Language { openzc:define.DEFAULT_LANGUAGE /} en
DEFAULT_ORDERS_STATUS_ID When a new order is created, this order status will be assigned to it. { openzc:define.DEFAULT_ORDERS_STATUS_ID /} 1
ADMIN_CONFIGURATION_KEY_ON Manually switch to value of 1 to see the configuration_key name in configuration displays { openzc:define.ADMIN_CONFIGURATION_KEY_ON /} 0
ENTRY_EMAIL_ADDRESS_CHECK Verify e-mail address through a DNS server { openzc:define.ENTRY_EMAIL_ADDRESS_CHECK /} false
MODULE_ORDER_TOTAL_GV_STATUS { openzc:define.MODULE_ORDER_TOTAL_GV_STATUS /} true
MODULE_ORDER_TOTAL_GV_SORT_ORDER Sort order of display. { openzc:define.MODULE_ORDER_TOTAL_GV_SORT_ORDER /} 840
MODULE_ORDER_TOTAL_GV_QUEUE Do you want to queue purchases of the Gift Voucher? { openzc:define.MODULE_ORDER_TOTAL_GV_QUEUE /} true
MODULE_ORDER_TOTAL_GV_INC_SHIPPING Include Shipping in calculation { openzc:define.MODULE_ORDER_TOTAL_GV_INC_SHIPPING /} true
MODULE_ORDER_TOTAL_GV_INC_TAX Include Tax in calculation. { openzc:define.MODULE_ORDER_TOTAL_GV_INC_TAX /} true
MODULE_ORDER_TOTAL_GV_CALC_TAX Re-Calculate Tax { openzc:define.MODULE_ORDER_TOTAL_GV_CALC_TAX /} None
MODULE_ORDER_TOTAL_GV_TAX_CLASS Use the following tax class when treating Gift Voucher as Credit Note. { openzc:define.MODULE_ORDER_TOTAL_GV_TAX_CLASS /} 0
MODULE_ORDER_TOTAL_GV_CREDIT_TAX Add tax to purchased Gift Voucher when crediting to Account { openzc:define.MODULE_ORDER_TOTAL_GV_CREDIT_TAX /} false
MODULE_ORDER_TOTAL_GV_ORDER_STATUS_ID Set the status of orders made where GV covers full payment { openzc:define.MODULE_ORDER_TOTAL_GV_ORDER_STATUS_ID /} 0
MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS { openzc:define.MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS /} true
MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER Sort order of display. { openzc:define.MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER /} 400
MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE Do you want to allow low order fees? { openzc:define.MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE /} false
MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER Add the low order fee to orders under this amount. { openzc:define.MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER /} 50
MODULE_ORDER_TOTAL_LOWORDERFEE_FEE For Percentage Calculation - include a % Example: 10%
For a flat amount just enter the amount - Example: 5 for $5.00
{ openzc:define.MODULE_ORDER_TOTAL_LOWORDERFEE_FEE /} 5
MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION Attach low order fee for orders sent to the set destination. { openzc:define.MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION /} both
MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS Use the following tax class on the low order fee. { openzc:define.MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS /} 0
MODULE_ORDER_TOTAL_LOWORDERFEE_VIRTUAL Do not charge Low Order Fee when cart is Virtual Products Only { openzc:define.MODULE_ORDER_TOTAL_LOWORDERFEE_VIRTUAL /} false
MODULE_ORDER_TOTAL_LOWORDERFEE_GV Do not charge Low Order Fee when cart is Gift Vouchers Only { openzc:define.MODULE_ORDER_TOTAL_LOWORDERFEE_GV /} false
MODULE_ORDER_TOTAL_SHIPPING_STATUS { openzc:define.MODULE_ORDER_TOTAL_SHIPPING_STATUS /} true
MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER Sort order of display. { openzc:define.MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER /} 200
MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING Do you want to allow free shipping? { openzc:define.MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING /} false
MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER Provide free shipping for orders over the set amount. { openzc:define.MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER /} 50
MODULE_ORDER_TOTAL_SHIPPING_DESTINATION Provide free shipping for orders sent to the set destination. { openzc:define.MODULE_ORDER_TOTAL_SHIPPING_DESTINATION /} national
MODULE_ORDER_TOTAL_SUBTOTAL_STATUS { openzc:define.MODULE_ORDER_TOTAL_SUBTOTAL_STATUS /} true
MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER Sort order of display. { openzc:define.MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER /} 100
MODULE_ORDER_TOTAL_TAX_STATUS { openzc:define.MODULE_ORDER_TOTAL_TAX_STATUS /} true
MODULE_ORDER_TOTAL_TAX_SORT_ORDER Sort order of display. { openzc:define.MODULE_ORDER_TOTAL_TAX_SORT_ORDER /} 300
MODULE_ORDER_TOTAL_TOTAL_STATUS { openzc:define.MODULE_ORDER_TOTAL_TOTAL_STATUS /} true
MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER Sort order of display. { openzc:define.MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER /} 999
MODULE_ORDER_TOTAL_COUPON_TAX_CLASS Use the following tax class when treating Discount Coupon as Credit Note. { openzc:define.MODULE_ORDER_TOTAL_COUPON_TAX_CLASS /} 0
MODULE_ORDER_TOTAL_COUPON_INC_TAX Include Tax in calculation. { openzc:define.MODULE_ORDER_TOTAL_COUPON_INC_TAX /} false
MODULE_ORDER_TOTAL_COUPON_SORT_ORDER Sort order of display. { openzc:define.MODULE_ORDER_TOTAL_COUPON_SORT_ORDER /} 280
MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING Include Shipping in calculation { openzc:define.MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING /} false
MODULE_ORDER_TOTAL_COUPON_STATUS { openzc:define.MODULE_ORDER_TOTAL_COUPON_STATUS /} true
MODULE_ORDER_TOTAL_COUPON_CALC_TAX Re-Calculate Tax { openzc:define.MODULE_ORDER_TOTAL_COUPON_CALC_TAX /} Standard
PRODUCTS_OPTIONS_TYPE_SELECT The number representing the Select type of product option. { openzc:define.PRODUCTS_OPTIONS_TYPE_SELECT /} 0
PRODUCTS_OPTIONS_TYPE_TEXT Numeric value of the text product option type { openzc:define.PRODUCTS_OPTIONS_TYPE_TEXT /} 1
PRODUCTS_OPTIONS_TYPE_RADIO Numeric value of the radio button product option type { openzc:define.PRODUCTS_OPTIONS_TYPE_RADIO /} 2
PRODUCTS_OPTIONS_TYPE_CHECKBOX Numeric value of the check box product option type { openzc:define.PRODUCTS_OPTIONS_TYPE_CHECKBOX /} 3
PRODUCTS_OPTIONS_TYPE_FILE Numeric value of the file product option type { openzc:define.PRODUCTS_OPTIONS_TYPE_FILE /} 4
PRODUCTS_OPTIONS_VALUES_TEXT_ID Numeric value of the products_options_values_id used by the text and file attributes. { openzc:define.PRODUCTS_OPTIONS_VALUES_TEXT_ID /} 0
UPLOAD_PREFIX Prefix used to differentiate between upload options and other options { openzc:define.UPLOAD_PREFIX /} upload_
TEXT_PREFIX Prefix used to differentiate between text option values and other option values { openzc:define.TEXT_PREFIX /} txt_
PRODUCTS_OPTIONS_TYPE_READONLY Numeric value of the file product option type { openzc:define.PRODUCTS_OPTIONS_TYPE_READONLY /} 5
SSLPWSTATUSCHECK System setting. Do not edit. { openzc:define.SSLPWSTATUSCHECK /} 0:0
P2C_TARGET_CATEGORY_DEFAULT Default Target Category for Products to Multiple Categories Manager (set on page) { openzc:define.P2C_TARGET_CATEGORY_DEFAULT /}
GLOBAL_AUTH_KEY { openzc:define.GLOBAL_AUTH_KEY /} 1ffed54e72527de1ed808851133070638e8e8cf45779e0283fac2e6850eed1b4

Shipping options available at my store

configuration key 说明 标签代码
SHIPPING_ORIGIN_COUNTRY Select the country of origin to be used in shipping quotes. { openzc:define.SHIPPING_ORIGIN_COUNTRY /} 223
SHIPPING_ORIGIN_ZIP Enter the Postal Code (ZIP) of the Store to be used in shipping quotes. NOTE: For USA zip codes, only use your 5 digit zip code. { openzc:define.SHIPPING_ORIGIN_ZIP /} NONE
SHIPPING_MAX_WEIGHT Carriers have a max weight limit for a single package. This is a common one for all. { openzc:define.SHIPPING_MAX_WEIGHT /} 50
SHIPPING_BOX_WEIGHT What is the weight of typical packaging of small to medium packages?
Example: 10% + 1lb 10:1
10% + 0lbs 10:0
0% + 5lbs 0:5
0% + 0lbs 0:0
{ openzc:define.SHIPPING_BOX_WEIGHT /} 0:3
SHIPPING_BOX_PADDING What is the weight of typical packaging for Large packages?
Example: 10% + 1lb 10:1
10% + 0lbs 10:0
0% + 5lbs 0:5
0% + 0lbs 0:0
{ openzc:define.SHIPPING_BOX_PADDING /} 10:0
SHIPPING_BOX_WEIGHT_DISPLAY Display Shipping Weight and Number of Boxes?

0= off
1= Boxes Only
2= Weight Only
3= Both Boxes and Weight
{ openzc:define.SHIPPING_BOX_WEIGHT_DISPLAY /} 3
SHOW_SHIPPING_ESTIMATOR_BUTTON
0= Off
1= Display as Button on Shopping Cart
2= Display as Listing on Shopping Cart Page
{ openzc:define.SHOW_SHIPPING_ESTIMATOR_BUTTON /} 1
ORDER_COMMENTS_INVOICE Do you want to display the Order Comments on the Admin Invoice?
0= OFF
1= First Comment by Customer only
2= All Comments for the Order
{ openzc:define.ORDER_COMMENTS_INVOICE /} 1
ORDER_COMMENTS_PACKING_SLIP Do you want to display the Order Comments on the Admin Packing Slip?
0= OFF
1= First Comment by Customer only
2= All Comments for the Order
{ openzc:define.ORDER_COMMENTS_PACKING_SLIP /} 1
ORDER_WEIGHT_ZERO_STATUS If there is no weight to the order, does the order have Free Shipping?
0= no
1= yes

Note: When using Free Shipping, Enable the Free Shipping Module this will only show when shipping is free.
{ openzc:define.ORDER_WEIGHT_ZERO_STATUS /} 0

Product Listing configuration options

configuration key 说明 标签代码
PRODUCT_LIST_IMAGE Do you want to display the Product Image? { openzc:define.PRODUCT_LIST_IMAGE /} 1
PRODUCT_LIST_MANUFACTURER Do you want to display the Product Manufacturer Name? { openzc:define.PRODUCT_LIST_MANUFACTURER /} 0
PRODUCT_LIST_MODEL Do you want to display the Product Model? { openzc:define.PRODUCT_LIST_MODEL /} 0
PRODUCT_LIST_NAME Do you want to display the Product Name? { openzc:define.PRODUCT_LIST_NAME /} 2
PRODUCT_LIST_PRICE Do you want to display the Product Price/Add to Cart { openzc:define.PRODUCT_LIST_PRICE /} 3
PRODUCT_LIST_QUANTITY Do you want to display the Product Quantity? { openzc:define.PRODUCT_LIST_QUANTITY /} 0
PRODUCT_LIST_WEIGHT Do you want to display the Product Weight? { openzc:define.PRODUCT_LIST_WEIGHT /} 0
PRODUCTS_LIST_PRICE_WIDTH Define the width of the Price/Add to Cart column
Default= 125
{ openzc:define.PRODUCTS_LIST_PRICE_WIDTH /} 125
PRODUCT_LIST_FILTER Do you want to display the Category/Manufacturer Filter? { openzc:define.PRODUCT_LIST_FILTER /} 1
PREV_NEXT_BAR_LOCATION Sets the location of the Prev/Next Split Page Navigation { openzc:define.PREV_NEXT_BAR_LOCATION /} 3
PRODUCT_LISTING_DEFAULT_SORT_ORDER Product Listing Default sort order?
NOTE: Leave Blank for Product Sort Order. Sort the Product Listing in the order you wish for the default display to start in to get the sort order setting. Example: 2a
{ openzc:define.PRODUCT_LISTING_DEFAULT_SORT_ORDER /}
PRODUCT_LIST_PRICE_BUY_NOW Do you want to display the Add to Cart Button?

NOTE: Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product
{ openzc:define.PRODUCT_LIST_PRICE_BUY_NOW /} 1
PRODUCT_LISTING_MULTIPLE_ADD_TO_CART Do you want to display Add Multiple Products Qty Box and Set Button Location?
0= off
1= Top
2= Bottom
3= Both
{ openzc:define.PRODUCT_LISTING_MULTIPLE_ADD_TO_CART /} 3
PRODUCT_LIST_DESCRIPTION Do you want to display the Product Description?

0= OFF
150= Suggested Length, or enter the maximum number of characters to display
{ openzc:define.PRODUCT_LIST_DESCRIPTION /} 150
PRODUCT_LIST_SORT_ORDER_ASCENDING What do you want to use to indicate Sort Order Ascending?
Default = +
{ openzc:define.PRODUCT_LIST_SORT_ORDER_ASCENDING /} +
PRODUCT_LIST_SORT_ORDER_DESCENDING What do you want to use to indicate Sort Order Descending?
Default = -
{ openzc:define.PRODUCT_LIST_SORT_ORDER_DESCENDING /} -
PRODUCT_LISTING_COLUMNS_PER_ROW Select the number of columns of products to show per row in the product listing.
Recommended: 3
1=[rows] mode.
{ openzc:define.PRODUCT_LISTING_COLUMNS_PER_ROW /} 1
PRODUCT_LIST_ALPHA_SORTER Do you want to include an Alpha Filter dropdown on the Product Listing? { openzc:define.PRODUCT_LIST_ALPHA_SORTER /} true
PRODUCT_LIST_CATEGORIES_IMAGE_STATUS Do you want to include the Sub Categories Image on the Product Listing? { openzc:define.PRODUCT_LIST_CATEGORIES_IMAGE_STATUS /} true
PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP Do you want to include the Top Categories Image on the Product Listing? { openzc:define.PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP /} true
PRODUCT_LIST_CATEGORY_ROW_STATUS Show Sub-Categories on Main Page while navigating through Categories

0= off
1= on
{ openzc:define.PRODUCT_LIST_CATEGORY_ROW_STATUS /} 1

Stock configuration options

configuration key 说明 标签代码
STOCK_CHECK Check to see if sufficient stock is available { openzc:define.STOCK_CHECK /} true
STOCK_LIMITED Subtract product in stock by product orders { openzc:define.STOCK_LIMITED /} true
STOCK_ALLOW_CHECKOUT Allow customer to checkout even if there is insufficient stock { openzc:define.STOCK_ALLOW_CHECKOUT /} true
STOCK_MARK_PRODUCT_OUT_OF_STOCK Display something on screen so customer can see which product has insufficient stock { openzc:define.STOCK_MARK_PRODUCT_OUT_OF_STOCK /} ***
STOCK_REORDER_LEVEL Define when stock needs to be re-ordered { openzc:define.STOCK_REORDER_LEVEL /} 5
SHOW_PRODUCTS_SOLD_OUT Show Products when out of stock

0= set product status to OFF
1= leave product status ON
{ openzc:define.SHOW_PRODUCTS_SOLD_OUT /} 0
DISABLED_PRODUCTS_TRIGGER_HTTP200 When a product is marked Disabled (status=0) but is not deleted from the database, should Search Engines still show it as Available?
eg:
True = Return HTTP 200 response
False = Return HTTP 410
(Deleting it will return HTTP 404)
Default: false
{ openzc:define.DISABLED_PRODUCTS_TRIGGER_HTTP200 /} false
SHOW_PRODUCTS_SOLD_OUT_IMAGE Show Sold Out Image instead of Add to Cart Button

0= off
1= on
{ openzc:define.SHOW_PRODUCTS_SOLD_OUT_IMAGE /} 1
ENABLE_DISABLED_UPCOMING_PRODUCT How should hidden (disabled) product with a future available date be made visible (active) to customers when the date is reached?
{ openzc:define.ENABLE_DISABLED_UPCOMING_PRODUCT /} Automatic
QUANTITY_DECIMALS Allow how many decimals on Quantity

0= off
{ openzc:define.QUANTITY_DECIMALS /} 0
SHOW_SHOPPING_CART_DELETE Show on Shopping Cart Delete Button and/or Checkboxes

1= Delete Button Only
2= Checkbox Only
3= Both Delete Button and Checkbox
{ openzc:define.SHOW_SHOPPING_CART_DELETE /} 3
SHOW_SHOPPING_CART_UPDATE Show on Shopping Cart Update Cart Button Location as:

1= Next to each Qty Box
2= Below all Products
3= Both Next to each Qty Box and Below all Products
{ openzc:define.SHOW_SHOPPING_CART_UPDATE /} 3
SHOW_SHOPPING_CART_EMPTY_NEW_PRODUCTS Show New Products on empty Shopping Cart Page
0= off or set the sort order
{ openzc:define.SHOW_SHOPPING_CART_EMPTY_NEW_PRODUCTS /} 1
SHOW_SHOPPING_CART_EMPTY_FEATURED_PRODUCTS Show Featured Products on empty Shopping Cart Page
0= off or set the sort order
{ openzc:define.SHOW_SHOPPING_CART_EMPTY_FEATURED_PRODUCTS /} 2
SHOW_SHOPPING_CART_EMPTY_SPECIALS_PRODUCTS Show Special Products on empty Shopping Cart Page
0= off or set the sort order
{ openzc:define.SHOW_SHOPPING_CART_EMPTY_SPECIALS_PRODUCTS /} 3
SHOW_SHOPPING_CART_EMPTY_UPCOMING Show Upcoming Products on empty Shopping Cart Page
0= off or set the sort order
{ openzc:define.SHOW_SHOPPING_CART_EMPTY_UPCOMING /} 4
SHOW_SHOPPING_CART_COMBINED When a customer logs in and has a previously stored shopping cart, the products are combined with the existing shopping cart.

Do you wish to display a Notice to the customer?

0= OFF, do not display a notice
1= Yes show notice and go to shopping cart
2= Yes show notice, but do not go to shopping cart
{ openzc:define.SHOW_SHOPPING_CART_COMBINED /} 1

Logging configuration options

configuration key 说明 标签代码
STORE_DB_TRANSACTIONS Record the database queries to files in the system /logs/ folder. USE WITH CAUTION. This can seriously degrade your site performance and blow out your disk space storage quotas.
Enabling this makes your site NON-COMPLIANT with PCI DSS rules, thus invalidating any certification.
{ openzc:define.STORE_DB_TRANSACTIONS /} false
REPORT_ALL_ERRORS_ADMIN Do you want create debug-log files for all PHP errors, even warnings, that occur during your Zen Cart admin's processing? If you want to log all PHP errors except duplicate-language definitions, choose IgnoreDups. { openzc:define.REPORT_ALL_ERRORS_ADMIN /} No
REPORT_ALL_ERRORS_STORE Do you want create debug-log files for all PHP errors, even warnings, that occur during your Zen Cart store's processing? If you want to log all PHP errors except duplicate-language definitions, choose IgnoreDups.

Note: Choosing 'Yes' is not suggested for a live store, since it will reduce performance significantly!
{ openzc:define.REPORT_ALL_ERRORS_STORE /} No
REPORT_ALL_ERRORS_NOTICE_BACKTRACE Include backtrace information on "Notice" errors? These are usually isolated to the identified file and the backtrace information just fills the logs. Default (No). { openzc:define.REPORT_ALL_ERRORS_NOTICE_BACKTRACE /} No

Regulation options

configuration key 说明 标签代码
DISPLAY_CONDITIONS_ON_CHECKOUT Show the Terms and Conditions during the checkout procedure which the customer must agree to. { openzc:define.DISPLAY_CONDITIONS_ON_CHECKOUT /} false
DISPLAY_PRIVACY_CONDITIONS Show the Privacy Notice during the account creation procedure which the customer must agree to. { openzc:define.DISPLAY_PRIVACY_CONDITIONS /} false

Email-related settings

configuration key 说明 标签代码
EMAIL_TRANSPORT Defines the method for sending mail.
PHP is the default, and uses built-in PHP wrappers for processing.
Servers running on Windows and MacOS should change this setting to SMTP.

SMTPAUTH should only be used if your server requires SMTP authorization to send messages. You must also configure your SMTPAUTH settings in the appropriate fields in this admin section.

sendmail is for linux/unix hosts using the sendmail program on the server
"sendmail-f" is only for servers which require the use of the -f parameter to send mail. This is a security setting often used to prevent spoofing. Will cause errors if your host mailserver is not configured to use it.

Qmail is used for linux/unix hosts running Qmail as sendmail wrapper at /var/qmail/bin/sendmail.
{ openzc:define.EMAIL_TRANSPORT /} PHP
EMAIL_SMTPAUTH_MAILBOX Enter the mailbox account name (me@mydomain.com) supplied by your host. This is the account name that your host requires for SMTP authentication.
Only required if using SMTP Authentication for email.
{ openzc:define.EMAIL_SMTPAUTH_MAILBOX /} YourEmailAccountNameHere
EMAIL_SMTPAUTH_PASSWORD Enter the password for your SMTP mailbox.
Only required if using SMTP Authentication for email.
{ openzc:define.EMAIL_SMTPAUTH_PASSWORD /} YourPasswordHere
EMAIL_SMTPAUTH_MAIL_SERVER Enter the DNS name of your SMTP mail server.
ie: mail.mydomain.com
or 55.66.77.88
Only required if using SMTP Authentication for email.
{ openzc:define.EMAIL_SMTPAUTH_MAIL_SERVER /} mail.EnterYourDomain.com
EMAIL_SMTPAUTH_MAIL_SERVER_PORT Enter the IP port number that your SMTP mailserver operates on.
Only required if using SMTP Authentication for email.

Default: 25
Typical values are:
25 - normal unencrypted SMTP
587 - encrypted SMTP
465 - older MS SMTP port
{ openzc:define.EMAIL_SMTPAUTH_MAIL_SERVER_PORT /} 25
SEND_EMAILS Send out e-mails?
Normally this is set to true.
Set to false to suppress ALL outgoing email messages from this store, such as when working with a test copy of your store offline.
{ openzc:define.SEND_EMAILS /} true
EMAIL_LINEFEED Defines the character sequence used to separate mail headers. { openzc:define.EMAIL_LINEFEED /} LF
EMAIL_USE_HTML Send emails in HTML format if recipient has enabled it in their preferences. { openzc:define.EMAIL_USE_HTML /} false
EMAIL_ARCHIVE If you wish to have email messages archived/stored when sent, set this to "true". { openzc:define.EMAIL_ARCHIVE /} false
EMAIL_FRIENDLY_ERRORS Do you want to display friendly errors if emails fail? Setting this to false will display PHP errors and likely cause the script to fail. Only set to false while troubleshooting, and true for a live shop. { openzc:define.EMAIL_FRIENDLY_ERRORS /} true
STORE_OWNER_EMAIL_ADDRESS Email address of Store Owner. Used as "display only" when informing customers of how to contact you. { openzc:define.STORE_OWNER_EMAIL_ADDRESS /} YOUR_EMAIL@openzc.cn
EMAIL_FROM Address from which email messages will be "sent" by default. Can be over-ridden at compose-time in admin modules. { openzc:define.EMAIL_FROM /} YOUR_EMAIL@openzc.cn
EMAIL_SEND_MUST_BE_STORE Does your mailserver require that all outgoing emails have their "from" address match a known domain that exists on your webserver?

This is often required in order to prevent spoofing and spam broadcasts. If set to Yes, this will cause the email address (sent FROM) to be used as the "from" address on all outgoing mail.
{ openzc:define.EMAIL_SEND_MUST_BE_STORE /} Yes
ADMIN_EXTRA_EMAIL_FORMAT Please select the Admin extra email format (Note: Enable HTML Emails must be on for HTML option to work) { openzc:define.ADMIN_EXTRA_EMAIL_FORMAT /} TEXT
SEND_EXTRA_ORDER_EMAILS_TO Send COPIES of order confirmation emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2> { openzc:define.SEND_EXTRA_ORDER_EMAILS_TO /}
SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO_STATUS Send copy of Create Account Status
0= off 1= on
{ openzc:define.SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO_STATUS /} 0
SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO Send copy of Create Account emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2> { openzc:define.SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO /}
SEND_EXTRA_GV_CUSTOMER_EMAILS_TO_STATUS Send copy of Customer GV Send Status
0= off 1= on
{ openzc:define.SEND_EXTRA_GV_CUSTOMER_EMAILS_TO_STATUS /} 0
SEND_EXTRA_GV_CUSTOMER_EMAILS_TO Send copy of Customer GV Send emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2> { openzc:define.SEND_EXTRA_GV_CUSTOMER_EMAILS_TO /}
SEND_EXTRA_GV_ADMIN_EMAILS_TO_STATUS Send copy of Admin GV Mail Status
0= off 1= on
{ openzc:define.SEND_EXTRA_GV_ADMIN_EMAILS_TO_STATUS /} 0
SEND_EXTRA_GV_ADMIN_EMAILS_TO Send copy of Admin GV Mail emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2> { openzc:define.SEND_EXTRA_GV_ADMIN_EMAILS_TO /}
SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO_STATUS Send copy of Admin Discount Coupon Mail Status
0= off 1= on
{ openzc:define.SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO_STATUS /} 0
SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO Send copy of Admin Discount Coupon Mail emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2> { openzc:define.SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO /}
SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS Send copy of Admin Orders Status Status
0= off 1= on
{ openzc:define.SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS /} 0
SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO Send copy of Admin Orders Status emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2> { openzc:define.SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO /}
SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO_STATUS Send copy of Pending Reviews Status
0= off 1= on
{ openzc:define.SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO_STATUS /} 0
SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO Send copy of Pending Reviews emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2> { openzc:define.SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO /}
CONTACT_US_LIST On the "Contact Us" Page, set the list of email addresses , in this format: Name 1 <email@address1>, Name 2 <email@address2> { openzc:define.CONTACT_US_LIST /}
CONTACT_US_STORE_NAME_ADDRESS Include Store Name and Address
0= off 1= on
{ openzc:define.CONTACT_US_STORE_NAME_ADDRESS /} 1
SEND_LOWSTOCK_EMAIL When stock level is at or below low stock level send an email
0= off
1= on
{ openzc:define.SEND_LOWSTOCK_EMAIL /} 0
SEND_EXTRA_LOW_STOCK_EMAILS_TO When stock level is at or below low stock level send an email to this address, in this format: Name 1 <email@address1>, Name 2 <email@address2> { openzc:define.SEND_EXTRA_LOW_STOCK_EMAILS_TO /}
SHOW_NEWSLETTER_UNSUBSCRIBE_LINK Show "Newsletter Unsubscribe" link in the "Information" side-box? { openzc:define.SHOW_NEWSLETTER_UNSUBSCRIBE_LINK /} true
AUDIENCE_SELECT_DISPLAY_COUNTS When displaying lists of available audiences/recipients, should the recipients-count be included?
(This may make things slower if you have a lot of customers or complex audience queries)
{ openzc:define.AUDIENCE_SELECT_DISPLAY_COUNTS /} true
CURRENCIES_TRANSLATIONS What currency conversions do you need for Text emails?
Example = &pound;,£:&euro;,€
{ openzc:define.CURRENCIES_TRANSLATIONS /} £,£:€,€:®,®:™,™

Configure products attributes settings

configuration key 说明 标签代码
DOWNLOAD_ENABLED Enable the products download functions. { openzc:define.DOWNLOAD_ENABLED /} true
DOWNLOAD_BY_REDIRECT Use browser redirection for download. Disable on non-Unix systems.

Note: Set /pub to 777 when redirect is true
{ openzc:define.DOWNLOAD_BY_REDIRECT /} true
DOWNLOAD_IN_CHUNKS If download-by-redirect is disabled, and your PHP memory_limit setting is under 8 MB, you might need to enable this setting so that files are streamed in smaller segments to the browser.

Has no effect if Download By Redirect is enabled.
{ openzc:define.DOWNLOAD_IN_CHUNKS /} false
DOWNLOAD_MAX_DAYS Set number of days before the download link expires. 0 means no limit. { openzc:define.DOWNLOAD_MAX_DAYS /} 7
DOWNLOAD_MAX_COUNT Set the maximum number of downloads. 0 means no download authorized. { openzc:define.DOWNLOAD_MAX_COUNT /} 5
DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE What orders_status resets the Download days and Max Downloads - Default is 4 { openzc:define.DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE /} 4
DOWNLOADS_CONTROLLER_ORDERS_STATUS Downloads Controller Order Status Value - Default >= 2

Downloads are available for checkout based on the orders status. Orders with orders status greater than this value will be available for download. The orders status is set for an order by the Payment Modules. Set the lower range for this range.
{ openzc:define.DOWNLOADS_CONTROLLER_ORDERS_STATUS /} 2
DOWNLOADS_CONTROLLER_ORDERS_STATUS_END Downloads Controller Order Status Value - Default <= 4

Downloads are available for checkout based on the orders status. Orders with orders status less than this value will be available for download. The orders status is set for an order by the Payment Modules. Set the upper range for this range.
{ openzc:define.DOWNLOADS_CONTROLLER_ORDERS_STATUS_END /} 4
ATTRIBUTES_ENABLED_PRICE_FACTOR Enable the Attributes Price Factor. { openzc:define.ATTRIBUTES_ENABLED_PRICE_FACTOR /} true
ATTRIBUTES_ENABLED_QTY_PRICES Enable the Attributes Quantity Price Discounts. { openzc:define.ATTRIBUTES_ENABLED_QTY_PRICES /} true
ATTRIBUTES_ENABLED_IMAGES Enable the Attributes Images. { openzc:define.ATTRIBUTES_ENABLED_IMAGES /} true
ATTRIBUTES_ENABLED_TEXT_PRICES Enable the Attributes Text Pricing by word or letter. { openzc:define.ATTRIBUTES_ENABLED_TEXT_PRICES /} true
TEXT_SPACES_FREE On Text pricing Spaces are Free

0= off 1= on
{ openzc:define.TEXT_SPACES_FREE /} 1
PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED When a Product only uses READONLY attributes, should the Add to Cart button be On or Off?
0= OFF
1= ON
{ openzc:define.PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED /} 1

GZip compression options

configuration key 说明 标签代码
GZIP_LEVEL 0= off 1= on { openzc:define.GZIP_LEVEL /} 0

Session options

configuration key 说明 标签代码
SESSION_WRITE_DIRECTORY This should point to the folder specified in your DIR_FS_SQL_CACHE setting in your configure.php files. { openzc:define.SESSION_WRITE_DIRECTORY /} D:\wwwroot\www.jingxiang.com\demo/cache
SESSION_USE_FQDN If True the full domain name will be used to store the cookie, e.g. www.mydomain.com. If False only a partial domain name will be used, e.g. mydomain.com. If you are unsure about this, always leave set to true. { openzc:define.SESSION_USE_FQDN /} True
SESSION_FORCE_COOKIE_USE Force the use of sessions when cookies are only enabled. { openzc:define.SESSION_FORCE_COOKIE_USE /} False
SESSION_CHECK_SSL_SESSION_ID Validate the SSL_SESSION_ID on every secure HTTPS page request. { openzc:define.SESSION_CHECK_SSL_SESSION_ID /} False
SESSION_CHECK_USER_AGENT Validate the clients browser user agent on every page request. { openzc:define.SESSION_CHECK_USER_AGENT /} False
SESSION_CHECK_IP_ADDRESS Validate the clients IP address on every page request. { openzc:define.SESSION_CHECK_IP_ADDRESS /} False
SESSION_BLOCK_SPIDERS Prevent known spiders from starting a session. { openzc:define.SESSION_BLOCK_SPIDERS /} True
SESSION_RECREATE Recreate the session to generate a new session ID when the customer logs on or creates an account (PHP >=4.1 needed). { openzc:define.SESSION_RECREATE /} True
SESSION_IP_TO_HOST_ADDRESS Convert IP Address to Host Address

Note: on some servers this can slow down the initial start of a session or execution of Emails
{ openzc:define.SESSION_IP_TO_HOST_ADDRESS /} true
SESSION_USE_ROOT_COOKIE_PATH Normally Zen Cart will use the directory that a store resides in as the cookie path. This can cause problems with some servers. This setting allows you to set the cookie path to the root of the server, rather than the store directory. It should only be used if you have problems with sessions. Default Value = False

Changing this setting may mean you have problems logging into your admin, you should clear your browser cookies to overcome this.
{ openzc:define.SESSION_USE_ROOT_COOKIE_PATH /} False
SESSION_ADD_PERIOD_PREFIX Normally Zen Cart will add a period prefix to the cookie domain, e.g. .www.mydomain.com. This can sometimes cause problems with some server configurations. If you are having session problems you may want to try setting this to False. Default Value = True { openzc:define.SESSION_ADD_PERIOD_PREFIX /} True

Gift Vouchers and Coupons

configuration key 说明 标签代码
SECURITY_CODE_LENGTH Enter the length of the redeem code
The longer the more secure
{ openzc:define.SECURITY_CODE_LENGTH /} 10
DEFAULT_ZERO_BALANCE_ORDERS_STATUS_ID When an order's balance is zero, this order status will be assigned to it. { openzc:define.DEFAULT_ZERO_BALANCE_ORDERS_STATUS_ID /} 2
NEW_SIGNUP_DISCOUNT_COUPON Select the coupon
{ openzc:define.NEW_SIGNUP_DISCOUNT_COUPON /}
NEW_SIGNUP_GIFT_VOUCHER_AMOUNT Leave blank for none
Or enter an amount ie. 10 for $10.00
{ openzc:define.NEW_SIGNUP_GIFT_VOUCHER_AMOUNT /}
MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS Number of Discount Coupons to list per Page { openzc:define.MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS /} 20
MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS_REPORTS Number of Discount Coupons to list on Reports Page { openzc:define.MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS_REPORTS /} 20

Credit Cards Accepted

configuration key 说明 标签代码
CC_ENABLED_VISA Accept VISA 0= off 1= on { openzc:define.CC_ENABLED_VISA /} 1
CC_ENABLED_MC Accept MasterCard 0= off 1= on { openzc:define.CC_ENABLED_MC /} 1
CC_ENABLED_AMEX Accept AmericanExpress 0= off 1= on { openzc:define.CC_ENABLED_AMEX /} 0
CC_ENABLED_DINERS_CLUB Accept Diners Club 0= off 1= on { openzc:define.CC_ENABLED_DINERS_CLUB /} 0
CC_ENABLED_DISCOVER Accept Discover Card 0= off 1= on { openzc:define.CC_ENABLED_DISCOVER /} 0
CC_ENABLED_JCB Accept JCB 0= off 1= on { openzc:define.CC_ENABLED_JCB /} 0
CC_ENABLED_AUSTRALIAN_BANKCARD Accept AUSTRALIAN BANKCARD 0= off 1= on { openzc:define.CC_ENABLED_AUSTRALIAN_BANKCARD /} 0
CC_ENABLED_SOLO Accept SOLO Card 0= off 1= on { openzc:define.CC_ENABLED_SOLO /} 0
CC_ENABLED_DEBIT Accept Debit Cards 0= off 1= on
NOTE: This is not deeply integrated at this time, and this setting may be redundant if your payment modules do not yet specifically have code to honour this switch.
{ openzc:define.CC_ENABLED_DEBIT /} 0
CC_ENABLED_MAESTRO Accept MAESTRO Card 0= off 1= on { openzc:define.CC_ENABLED_MAESTRO /} 0
SHOW_ACCEPTED_CREDIT_CARDS Show accepted credit cards on Payment page?
0= off
1= As Text
2= As Images

Note: images and text must be defined in both the database and language file for specific credit card types.
{ openzc:define.SHOW_ACCEPTED_CREDIT_CARDS /} 0

Product Info Display Options

configuration key 说明 标签代码
PRODUCTS_OPTIONS_SORT_ORDER Sort order of Option Names for Products Info
0= Sort Order, Option Name
1= Option Name
{ openzc:define.PRODUCTS_OPTIONS_SORT_ORDER /} 0
PRODUCTS_OPTIONS_SORT_BY_PRICE Sort order of Product Option Values of Attributes for Products Info
0= Sort Order, Price
1= Sort Order, Option Value Name
{ openzc:define.PRODUCTS_OPTIONS_SORT_BY_PRICE /} 1
PRODUCT_IMAGES_ATTRIBUTES_NAMES Product Info - Show the name of the Option Value beneath the Attribute Image?
0= off 1= on
{ openzc:define.PRODUCT_IMAGES_ATTRIBUTES_NAMES /} 1
SHOW_SALE_DISCOUNT_STATUS Product Info - Show the amount of discount savings?
0= off 1= on
{ openzc:define.SHOW_SALE_DISCOUNT_STATUS /} 1
SHOW_SALE_DISCOUNT Product Info - Show the amount of discount savings display as:
1= % off 2= $amount off
{ openzc:define.SHOW_SALE_DISCOUNT /} 1
SHOW_SALE_DISCOUNT_DECIMALS Product Info - Show discount savings display as a Percentage with how many decimals?:
Default= 0
{ openzc:define.SHOW_SALE_DISCOUNT_DECIMALS /} 0
OTHER_IMAGE_PRICE_IS_FREE_ON Product Info - Show the Price is Free Image or Text on Displayed Price
0= Text
1= Image
{ openzc:define.OTHER_IMAGE_PRICE_IS_FREE_ON /} 1
PRODUCTS_PRICE_IS_CALL_IMAGE_ON Product Info - Show the Price is Call for Price Image or Text on Displayed Price
0= Text
1= Image
{ openzc:define.PRODUCTS_PRICE_IS_CALL_IMAGE_ON /} 1
PRODUCTS_QTY_BOX_STATUS What should the Default Quantity Box Status be set to when adding New Products?

0= off
1= on
NOTE: This will show a Qty Box when ON and default the Add to Cart to 1
{ openzc:define.PRODUCTS_QTY_BOX_STATUS /} 1
REVIEWS_APPROVAL Do product reviews require approval?

Note: When Review Status is off, it will also not show

0= off 1= on
{ openzc:define.REVIEWS_APPROVAL /} 1
META_TAG_INCLUDE_MODEL When custom Keywords and Description meta tags are not set, include the Product Model in the generated page <title> tag?

0=no / 1=yes
{ openzc:define.META_TAG_INCLUDE_MODEL /} 1
META_TAG_INCLUDE_PRICE When custom Keywords and Description meta tags are not set, include the Product Price in the generated page <title> tag?

0=no / 1=yes
{ openzc:define.META_TAG_INCLUDE_PRICE /} 1
MAX_META_TAG_DESCRIPTION_LENGTH When custom Keywords and Description meta tags are not set, limit the generated <meta - description> tag to this number of words. Default 50. { openzc:define.MAX_META_TAG_DESCRIPTION_LENGTH /} 50
SHOW_PRODUCT_INFO_COLUMNS_ALSO_PURCHASED_PRODUCTS Also Purchased Products Columns per Row
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_COLUMNS_ALSO_PURCHASED_PRODUCTS /} 3
PRODUCT_INFO_PREVIOUS_NEXT Location of Previous/Next Navigation Bar
0= off
1= Top of Page
2= Bottom of Page
3= Both Top and Bottom of Page
{ openzc:define.PRODUCT_INFO_PREVIOUS_NEXT /} 1
PRODUCT_INFO_PREVIOUS_NEXT_SORT Products Display Order by
0= Product ID
1= Product Name
2= Model
3= Price, Product Name
4= Price, Model
5= Product Name, Model
6= Product Sort Order
{ openzc:define.PRODUCT_INFO_PREVIOUS_NEXT_SORT /} 1
SHOW_PREVIOUS_NEXT_STATUS Button and Product Image status settings are:
0= Off
1= On
{ openzc:define.SHOW_PREVIOUS_NEXT_STATUS /} 0
SHOW_PREVIOUS_NEXT_IMAGES Show Previous/Next Button and Product Image Settings
0= Button Only
1= Button and Product Image
2= Product Image Only
{ openzc:define.SHOW_PREVIOUS_NEXT_IMAGES /} 0
PREVIOUS_NEXT_IMAGE_WIDTH Previous/Next Image Width? { openzc:define.PREVIOUS_NEXT_IMAGE_WIDTH /} 50
PREVIOUS_NEXT_IMAGE_HEIGHT Previous/Next Image Height? { openzc:define.PREVIOUS_NEXT_IMAGE_HEIGHT /} 40
PRODUCT_INFO_CATEGORIES Product's Category Image and Name Alignment Above Previous/Next Navigation Bar
0= off
1= Align Left
2= Align Center
3= Align Right
{ openzc:define.PRODUCT_INFO_CATEGORIES /} 1
PRODUCT_INFO_CATEGORIES_IMAGE_STATUS Product's Category Image and Name Status
0= Category Name and Image always shows
1= Category Name only
2= Category Name and Image when not blank
{ openzc:define.PRODUCT_INFO_CATEGORIES_IMAGE_STATUS /} 2

Layout Options

configuration key 说明 标签代码
BOX_WIDTH_LEFT Width of the Left Column Boxes
px may be included
Default = 150px
{ openzc:define.BOX_WIDTH_LEFT /} 150px
BOX_WIDTH_RIGHT Width of the Right Column Boxes
px may be included
Default = 150px
{ openzc:define.BOX_WIDTH_RIGHT /} 150px
BREAD_CRUMBS_SEPARATOR Enter the separator symbol to appear between the Navigation Bread Crumb trail
Note: Include spaces with the &nbsp; symbol if you want them part of the separator.
Default = &nbsp;::&nbsp;
{ openzc:define.BREAD_CRUMBS_SEPARATOR /}  :: 
DEFINE_BREADCRUMB_STATUS Enable the Breadcrumb Trail Links?
0= OFF
1= ON
2= Off for Home Page Only
{ openzc:define.DEFINE_BREADCRUMB_STATUS /} 1
BEST_SELLERS_FILLER What do you want to Pad the numbers with?
Default = &nbsp;
{ openzc:define.BEST_SELLERS_FILLER /}  
BEST_SELLERS_TRUNCATE What size do you want to truncate the Product Names?
Default = 35
{ openzc:define.BEST_SELLERS_TRUNCATE /} 35
BEST_SELLERS_TRUNCATE_MORE When truncated Product Names follow with ...
Default = true
{ openzc:define.BEST_SELLERS_TRUNCATE_MORE /} true
SHOW_CATEGORIES_BOX_SPECIALS Show Specials Link in the Categories Box { openzc:define.SHOW_CATEGORIES_BOX_SPECIALS /} true
SHOW_CATEGORIES_BOX_PRODUCTS_NEW Show Products New Link in the Categories Box { openzc:define.SHOW_CATEGORIES_BOX_PRODUCTS_NEW /} true
SHOW_SHOPPING_CART_BOX_STATUS Shopping Cart Shows
0= Always
1= Only when full
2= Only when full but not when viewing the Shopping Cart
{ openzc:define.SHOW_SHOPPING_CART_BOX_STATUS /} 1
SHOW_CATEGORIES_BOX_FEATURED_PRODUCTS Show Featured Products Link in the Categories Box { openzc:define.SHOW_CATEGORIES_BOX_FEATURED_PRODUCTS /} true
SHOW_CATEGORIES_BOX_PRODUCTS_ALL Show Products All Link in the Categories Box { openzc:define.SHOW_CATEGORIES_BOX_PRODUCTS_ALL /} true
COLUMN_LEFT_STATUS Show Column Left, unless page override exists?
0= Column Left is always off
1= Column Left is on, unless page override
{ openzc:define.COLUMN_LEFT_STATUS /} 1
COLUMN_RIGHT_STATUS Show Column Right, unless page override exists?
0= Column Right is always off
1= Column Right is on, unless page override
{ openzc:define.COLUMN_RIGHT_STATUS /} 1
COLUMN_WIDTH_LEFT Width of the Left Column
px may be included
Default = 150px
{ openzc:define.COLUMN_WIDTH_LEFT /} 150px
COLUMN_WIDTH_RIGHT Width of the Right Column
px may be included
Default = 150px
{ openzc:define.COLUMN_WIDTH_RIGHT /} 150px
SHOW_CATEGORIES_SEPARATOR_LINK Show Category Separator between Category Names and Links?
0= off
1= on
{ openzc:define.SHOW_CATEGORIES_SEPARATOR_LINK /} 1
CATEGORIES_SEPARATOR What separator do you want between the Category name and the count?
Default = -&gt;
{ openzc:define.CATEGORIES_SEPARATOR /} ->
CATEGORIES_SEPARATOR_SUBS What separator do you want between the Category name and Sub Category Name?
Default = |_&nbsp;
{ openzc:define.CATEGORIES_SEPARATOR_SUBS /} |_ 
CATEGORIES_COUNT_PREFIX What do you want to Prefix the count with?
Default= (
{ openzc:define.CATEGORIES_COUNT_PREFIX /}  (
CATEGORIES_COUNT_SUFFIX What do you want as a Suffix to the count?
Default= )
{ openzc:define.CATEGORIES_COUNT_SUFFIX /} )
CATEGORIES_SUBCATEGORIES_INDENT What do you want to use as the subcategories indent?
Default=   
{ openzc:define.CATEGORIES_SUBCATEGORIES_INDENT /}   
CATEGORIES_COUNT_ZERO Show Category Count for 0 Products?
0= off
1= on
{ openzc:define.CATEGORIES_COUNT_ZERO /} 0
CATEGORIES_SPLIT_DISPLAY Split the categories box display by product type { openzc:define.CATEGORIES_SPLIT_DISPLAY /} True
SHOW_TOTALS_IN_CART Show Totals Above Shopping Cart?
0= off
1= on: Items Weight Amount
2= on: Items Weight Amount, but no weight when 0
3= on: Items Amount
{ openzc:define.SHOW_TOTALS_IN_CART /} 1
SHOW_CUSTOMER_GREETING Always Show Customer Greeting on Index?
0= off
1= on
{ openzc:define.SHOW_CUSTOMER_GREETING /} 1
SHOW_CATEGORIES_ALWAYS Always Show Categories on Main Page
0= off
1= on
Default category can be set to Top Level or a Specific Top Level
{ openzc:define.SHOW_CATEGORIES_ALWAYS /} 0
CATEGORIES_START_MAIN 0= Top Level Categories
Or enter the Category ID#
Note: Sub Categories can also be used Example: 3_10
{ openzc:define.CATEGORIES_START_MAIN /} 0
SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS Always Show Categories and SubCategories
0= off, just show Top Categories
1= on, Always show Categories and SubCategories when selected
{ openzc:define.SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS /} 1
SHOW_BANNERS_GROUP_SET1 The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups

For Multiple Banner Groups enter the Banner Group Name separated by a colon :

Example: Wide-Banners:SideBox-Banners

What Banner Group(s) do you want to use in the Header Position 1?
Leave blank for none
{ openzc:define.SHOW_BANNERS_GROUP_SET1 /}
SHOW_BANNERS_GROUP_SET2 The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups

For Multiple Banner Groups enter the Banner Group Name separated by a colon :

Example: Wide-Banners:SideBox-Banners

What Banner Group(s) do you want to use in the Header Position 2?
Leave blank for none
{ openzc:define.SHOW_BANNERS_GROUP_SET2 /}
SHOW_BANNERS_GROUP_SET3 The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups

For Multiple Banner Groups enter the Banner Group Name separated by a colon :

Example: Wide-Banners:SideBox-Banners

What Banner Group(s) do you want to use in the Header Position 3?
Leave blank for none
{ openzc:define.SHOW_BANNERS_GROUP_SET3 /}
SHOW_BANNERS_GROUP_SET4 The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups

For Multiple Banner Groups enter the Banner Group Name separated by a colon :

Example: Wide-Banners:SideBox-Banners

What Banner Group(s) do you want to use in the Footer Position 1?
Leave blank for none
{ openzc:define.SHOW_BANNERS_GROUP_SET4 /}
SHOW_BANNERS_GROUP_SET5 The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups

For Multiple Banner Groups enter the Banner Group Name separated by a colon :

Example: Wide-Banners:SideBox-Banners

What Banner Group(s) do you want to use in the Footer Position 2?
Leave blank for none
{ openzc:define.SHOW_BANNERS_GROUP_SET5 /}
SHOW_BANNERS_GROUP_SET6 The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups

For Multiple Banner Groups enter the Banner Group Name separated by a colon :

Example: Wide-Banners:SideBox-Banners

Default Group is Wide-Banners

What Banner Group(s) do you want to use in the Footer Position 3?
Leave blank for none
{ openzc:define.SHOW_BANNERS_GROUP_SET6 /} Wide-Banners
SHOW_BANNERS_GROUP_SET7 The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups

For Multiple Banner Groups enter the Banner Group Name separated by a colon :

Example: Wide-Banners:SideBox-Banners
Default Group is SideBox-Banners

What Banner Group(s) do you want to use in the Side Box - banner_box?
Leave blank for none
{ openzc:define.SHOW_BANNERS_GROUP_SET7 /} SideBox-Banners
SHOW_BANNERS_GROUP_SET8 The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups

For Multiple Banner Groups enter the Banner Group Name separated by a colon :

Example: Wide-Banners:SideBox-Banners
Default Group is SideBox-Banners

What Banner Group(s) do you want to use in the Side Box - banner_box2?
Leave blank for none
{ openzc:define.SHOW_BANNERS_GROUP_SET8 /} SideBox-Banners
SHOW_BANNERS_GROUP_SET_ALL The Banner Display Group may only be from one (1) Banner Group for the Banner All sidebox

Default Group is BannersAll

What Banner Group do you want to use in the Side Box - banner_box_all?
Leave blank for none
{ openzc:define.SHOW_BANNERS_GROUP_SET_ALL /} BannersAll
SHOW_FOOTER_IP Show Customer IP Address in the Footer
0= off
1= on
Should the Customer IP Address show in the footer?
{ openzc:define.SHOW_FOOTER_IP /} 1
DISCOUNT_QTY_ADD How many blank discount quantities should be added for Product Pricing? { openzc:define.DISCOUNT_QTY_ADD /} 5
DISCOUNT_QUANTITY_PRICES_COLUMN How many discount quantities should show per row on Product Info Pages? { openzc:define.DISCOUNT_QUANTITY_PRICES_COLUMN /} 5
CATEGORIES_PRODUCTS_SORT_ORDER Categories/Products Display Sort Order
0= Categories/Products Sort Order/Name
1= Categories/Products Name
2= Products Model
3= Products Qty+, Products Name
4= Products Qty-, Products Name
5= Products Price+, Products Name
6= Products Price-, Products Name
{ openzc:define.CATEGORIES_PRODUCTS_SORT_ORDER /} 0
OPTION_NAMES_VALUES_GLOBAL_STATUS Option Names and Values Global Add, Copy and Delete Features Status
0= Hide Features
1= Show Features
(Default=1)
{ openzc:define.OPTION_NAMES_VALUES_GLOBAL_STATUS /} 1
CATEGORIES_TABS_STATUS Categories-Tabs
This enables the display of your store's categories as a menu across the top of your header. There are many potential creative uses for this.
0= Hide Categories Tabs
1= Show Categories Tabs
{ openzc:define.CATEGORIES_TABS_STATUS /} 1
SHOW_ACCOUNT_LINKS_ON_SITE_MAP Should the links to My Account show up on the site-map?
Note: Spiders will try to index this page, and likely should not be sent to secure pages, since there is no benefit in indexing a login page.

Default: false
{ openzc:define.SHOW_ACCOUNT_LINKS_ON_SITE_MAP /} No
SKIP_SINGLE_PRODUCT_CATEGORIES Skip single-product categories
If this option is set to True, then if the customer clicks on a link to a category which only contains a single item, then Zen Cart will take them directly to that product-page, rather than present them with another link to click in order to see the product.
Default: True
{ openzc:define.SKIP_SINGLE_PRODUCT_CATEGORIES /} True
USE_SPLIT_LOGIN_MODE The login page can be displayed in two modes: Split or Vertical.
In Split mode, the create-account options are accessed by clicking a button to get to the create-account page. In Vertical mode, the create-account input fields are all displayed inline, below the login field, making one less click for the customer to create their account.
Default: False
{ openzc:define.USE_SPLIT_LOGIN_MODE /} False
IMAGE_USE_CSS_BUTTONS CSS Buttons
Use CSS buttons instead of images (GIF/JPG)?
Button styles must be configured in the stylesheet if you enable this option.
{ openzc:define.IMAGE_USE_CSS_BUTTONS /} Yes

Website Maintenance Options

configuration key 说明 标签代码
DOWN_FOR_MAINTENANCE Down for Maintenance
(true=on false=off)
{ openzc:define.DOWN_FOR_MAINTENANCE /} false
DOWN_FOR_MAINTENANCE_FILENAME Down for Maintenance filename
Note: Do not include the extension
Default=down_for_maintenance
{ openzc:define.DOWN_FOR_MAINTENANCE_FILENAME /} down_for_maintenance
DOWN_FOR_MAINTENANCE_HEADER_OFF Down for Maintenance: Hide Header
(true=hide false=show)
{ openzc:define.DOWN_FOR_MAINTENANCE_HEADER_OFF /} false
DOWN_FOR_MAINTENANCE_COLUMN_LEFT_OFF Down for Maintenance: Hide Column Left
(true=hide false=show)
{ openzc:define.DOWN_FOR_MAINTENANCE_COLUMN_LEFT_OFF /} false
DOWN_FOR_MAINTENANCE_COLUMN_RIGHT_OFF Down for Maintenance: Hide Column Right
(true=hide false=show)
{ openzc:define.DOWN_FOR_MAINTENANCE_COLUMN_RIGHT_OFF /} false
DOWN_FOR_MAINTENANCE_FOOTER_OFF Down for Maintenance: Hide Footer
(true=hide false=show)
{ openzc:define.DOWN_FOR_MAINTENANCE_FOOTER_OFF /} false
DOWN_FOR_MAINTENANCE_PRICES_OFF Down for Maintenance: Hide Prices
(true=hide false=show)
{ openzc:define.DOWN_FOR_MAINTENANCE_PRICES_OFF /} false
EXCLUDE_ADMIN_IP_FOR_MAINTENANCE This IP Address is able to access the website while it is Down For Maintenance (like webmaster)
To enter multiple IP Addresses, separate with a comma. If you do not know your IP Address, check in the Footer of your Shop.
{ openzc:define.EXCLUDE_ADMIN_IP_FOR_MAINTENANCE /} your IP (ADMIN)
WARN_BEFORE_DOWN_FOR_MAINTENANCE Give a WARNING some time before you put your website Down for Maintenance
(true=on false=off)
If you set the 'Down For Maintenance: ON/OFF' to true this will automatically be updated to false
{ openzc:define.WARN_BEFORE_DOWN_FOR_MAINTENANCE /} false
PERIOD_BEFORE_DOWN_FOR_MAINTENANCE Date and hours for notice before maintenance website, enter date and hours for maintenance website { openzc:define.PERIOD_BEFORE_DOWN_FOR_MAINTENANCE /} 15/05/2003 2-3 PM
DISPLAY_MAINTENANCE_TIME Display when Webmaster has enabled maintenance
(true=on false=off)
{ openzc:define.DISPLAY_MAINTENANCE_TIME /} false
DISPLAY_MAINTENANCE_PERIOD Display Website maintenance period
(true=on false=off)
{ openzc:define.DISPLAY_MAINTENANCE_PERIOD /} false
TEXT_MAINTENANCE_PERIOD_TIME Enter Website Maintenance period (hh:mm) { openzc:define.TEXT_MAINTENANCE_PERIOD_TIME /} 2h00

New Products Listing

configuration key 说明 标签代码
PRODUCT_NEW_LIST_IMAGE Do you want to display the Product Image?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_NEW_LIST_IMAGE /} 1102
PRODUCT_NEW_LIST_QUANTITY Do you want to display the Product Quantity?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_NEW_LIST_QUANTITY /} 1202
PRODUCT_NEW_BUY_NOW Do you want to display the Product Buy Now Button

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_NEW_BUY_NOW /} 1300
PRODUCT_NEW_LIST_NAME Do you want to display the Product Name?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_NEW_LIST_NAME /} 2101
PRODUCT_NEW_LIST_MODEL Do you want to display the Product Model?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_NEW_LIST_MODEL /} 2201
PRODUCT_NEW_LIST_MANUFACTURER Do you want to display the Product Manufacturer Name?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_NEW_LIST_MANUFACTURER /} 2302
PRODUCT_NEW_LIST_PRICE Do you want to display the Product Price

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_NEW_LIST_PRICE /} 2402
PRODUCT_NEW_LIST_WEIGHT Do you want to display the Product Weight?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_NEW_LIST_WEIGHT /} 2502
PRODUCT_NEW_LIST_DATE_ADDED Do you want to display the Product Date Added?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_NEW_LIST_DATE_ADDED /} 2601
PRODUCT_NEW_LIST_DESCRIPTION How many characters do you want to display of the Product Description?

0= OFF
150= Suggested Length, or enter the maximum number of characters to display
{ openzc:define.PRODUCT_NEW_LIST_DESCRIPTION /} 150
PRODUCT_NEW_LIST_SORT_DEFAULT What Sort Order Default should be used for New Products Display?
Default= 6 for Date New to Old

1= Products Name
2= Products Name Desc
3= Price low to high, Products Name
4= Price high to low, Products Name
5= Model
6= Date Added desc
7= Date Added
8= Product Sort Order
{ openzc:define.PRODUCT_NEW_LIST_SORT_DEFAULT /} 6
PRODUCT_NEW_LIST_GROUP_ID Warning: Only change this if your Products New Group ID has changed from the default of 21
What is the configuration_group_id for New Products Listings?
{ openzc:define.PRODUCT_NEW_LIST_GROUP_ID /} 21
PRODUCT_NEW_LISTING_MULTIPLE_ADD_TO_CART Do you want to display Add Multiple Products Qty Box and Set Button Location?
0= off
1= Top
2= Bottom
3= Both
{ openzc:define.PRODUCT_NEW_LISTING_MULTIPLE_ADD_TO_CART /} 3
SHOW_NEW_PRODUCTS_UPCOMING_MASKED Do you want to mask Upcoming Products from being included as New Products in Listing, Sideboxes and Centerbox?
0= off
1= on
{ openzc:define.SHOW_NEW_PRODUCTS_UPCOMING_MASKED /} 0

Featured Products Listing

configuration key 说明 标签代码
PRODUCT_FEATURED_LIST_IMAGE Do you want to display the Product Image?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_FEATURED_LIST_IMAGE /} 1102
PRODUCT_FEATURED_LIST_QUANTITY Do you want to display the Product Quantity?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_FEATURED_LIST_QUANTITY /} 1202
PRODUCT_FEATURED_BUY_NOW Do you want to display the Product Buy Now Button

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_FEATURED_BUY_NOW /} 1300
PRODUCT_FEATURED_LIST_NAME Do you want to display the Product Name?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_FEATURED_LIST_NAME /} 2101
PRODUCT_FEATURED_LIST_MODEL Do you want to display the Product Model?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_FEATURED_LIST_MODEL /} 2201
PRODUCT_FEATURED_LIST_MANUFACTURER Do you want to display the Product Manufacturer Name?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_FEATURED_LIST_MANUFACTURER /} 2302
PRODUCT_FEATURED_LIST_PRICE Do you want to display the Product Price

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_FEATURED_LIST_PRICE /} 2402
PRODUCT_FEATURED_LIST_WEIGHT Do you want to display the Product Weight?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_FEATURED_LIST_WEIGHT /} 2502
PRODUCT_FEATURED_LIST_DATE_ADDED Do you want to display the Product Date Added?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_FEATURED_LIST_DATE_ADDED /} 2601
PRODUCT_FEATURED_LIST_DESCRIPTION How many characters do you want to display of the Product Description?

0= OFF
150= Suggested Length, or enter the maximum number of characters to display
{ openzc:define.PRODUCT_FEATURED_LIST_DESCRIPTION /} 150
PRODUCT_FEATURED_LIST_SORT_DEFAULT What Sort Order Default should be used for Featured Product Display?
Default= 1 for Product Name

1= Products Name
2= Products Name Desc
3= Price low to high, Products Name
4= Price high to low, Products Name
5= Model
6= Date Added desc
7= Date Added
8= Product Sort Order
{ openzc:define.PRODUCT_FEATURED_LIST_SORT_DEFAULT /} 1
PRODUCT_FEATURED_LIST_GROUP_ID Warning: Only change this if your Featured Products Group ID has changed from the default of 22
What is the configuration_group_id for Featured Products Listings?
{ openzc:define.PRODUCT_FEATURED_LIST_GROUP_ID /} 22
PRODUCT_FEATURED_LISTING_MULTIPLE_ADD_TO_CART Do you want to display Add Multiple Products Qty Box and Set Button Location?
0= off
1= Top
2= Bottom
3= Both
{ openzc:define.PRODUCT_FEATURED_LISTING_MULTIPLE_ADD_TO_CART /} 3

All Products Listing

configuration key 说明 标签代码
PRODUCT_ALL_LIST_IMAGE Do you want to display the Product Image?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_ALL_LIST_IMAGE /} 1102
PRODUCT_ALL_LIST_QUANTITY Do you want to display the Product Quantity?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_ALL_LIST_QUANTITY /} 1202
PRODUCT_ALL_BUY_NOW Do you want to display the Product Buy Now Button

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_ALL_BUY_NOW /} 1300
PRODUCT_ALL_LIST_NAME Do you want to display the Product Name?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_ALL_LIST_NAME /} 2101
PRODUCT_ALL_LIST_MODEL Do you want to display the Product Model?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_ALL_LIST_MODEL /} 2201
PRODUCT_ALL_LIST_MANUFACTURER Do you want to display the Product Manufacturer Name?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_ALL_LIST_MANUFACTURER /} 2302
PRODUCT_ALL_LIST_PRICE Do you want to display the Product Price

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_ALL_LIST_PRICE /} 2402
PRODUCT_ALL_LIST_WEIGHT Do you want to display the Product Weight?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_ALL_LIST_WEIGHT /} 2502
PRODUCT_ALL_LIST_DATE_ADDED Do you want to display the Product Date Added?

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
{ openzc:define.PRODUCT_ALL_LIST_DATE_ADDED /} 2601
PRODUCT_ALL_LIST_DESCRIPTION How many characters do you want to display of the Product Description?

0= OFF
150= Suggested Length, or enter the maximum number of characters to display
{ openzc:define.PRODUCT_ALL_LIST_DESCRIPTION /} 150
PRODUCT_ALL_LIST_SORT_DEFAULT What Sort Order Default should be used for All Products Display?
Default= 1 for Product Name

1= Products Name
2= Products Name Desc
3= Price low to high, Products Name
4= Price high to low, Products Name
5= Model
6= Date Added desc
7= Date Added
8= Product Sort Order
{ openzc:define.PRODUCT_ALL_LIST_SORT_DEFAULT /} 1
PRODUCT_ALL_LIST_GROUP_ID Warning: Only change this if your Products All Group ID has changed from the default of 23
What is the configuration_group_id for Products All Listings?
{ openzc:define.PRODUCT_ALL_LIST_GROUP_ID /} 23
PRODUCT_ALL_LISTING_MULTIPLE_ADD_TO_CART Do you want to display Add Multiple Products Qty Box and Set Button Location?
0= off
1= Top
2= Bottom
3= Both
{ openzc:define.PRODUCT_ALL_LISTING_MULTIPLE_ADD_TO_CART /} 3

Index Products Listing

configuration key 说明 标签代码
SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS Show New Products on Main Page
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS /} 1
SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS Show Featured Products on Main Page
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS /} 2
SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS Show Special Products on Main Page
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS /} 3
SHOW_PRODUCT_INFO_MAIN_UPCOMING Show Upcoming Products on Main Page
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_MAIN_UPCOMING /} 4
SHOW_PRODUCT_INFO_CATEGORY_NEW_PRODUCTS Show New Products on Main Page - Category with SubCategories
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_CATEGORY_NEW_PRODUCTS /} 1
SHOW_PRODUCT_INFO_CATEGORY_FEATURED_PRODUCTS Show Featured Products on Main Page - Category with SubCategories
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_CATEGORY_FEATURED_PRODUCTS /} 2
SHOW_PRODUCT_INFO_CATEGORY_SPECIALS_PRODUCTS Show Special Products on Main Page - Category with SubCategories
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_CATEGORY_SPECIALS_PRODUCTS /} 3
SHOW_PRODUCT_INFO_CATEGORY_UPCOMING Show Upcoming Products on Main Page - Category with SubCategories
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_CATEGORY_UPCOMING /} 4
SHOW_PRODUCT_INFO_MISSING_NEW_PRODUCTS Show New Products on Main Page - Errors and Missing Product
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_MISSING_NEW_PRODUCTS /} 1
SHOW_PRODUCT_INFO_MISSING_FEATURED_PRODUCTS Show Featured Products on Main Page - Errors and Missing Product
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_MISSING_FEATURED_PRODUCTS /} 2
SHOW_PRODUCT_INFO_MISSING_SPECIALS_PRODUCTS Show Special Products on Main Page - Errors and Missing Product
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_MISSING_SPECIALS_PRODUCTS /} 3
SHOW_PRODUCT_INFO_MISSING_UPCOMING Show Upcoming Products on Main Page - Errors and Missing Product
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_MISSING_UPCOMING /} 4
SHOW_PRODUCT_INFO_LISTING_BELOW_NEW_PRODUCTS Show New Products below Product Listing
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_LISTING_BELOW_NEW_PRODUCTS /} 1
SHOW_PRODUCT_INFO_LISTING_BELOW_FEATURED_PRODUCTS Show Featured Products below Product Listing
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_LISTING_BELOW_FEATURED_PRODUCTS /} 2
SHOW_PRODUCT_INFO_LISTING_BELOW_SPECIALS_PRODUCTS Show Special Products below Product Listing
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_LISTING_BELOW_SPECIALS_PRODUCTS /} 3
SHOW_PRODUCT_INFO_LISTING_BELOW_UPCOMING Show Upcoming Products below Product Listing
0= off or set the sort order
{ openzc:define.SHOW_PRODUCT_INFO_LISTING_BELOW_UPCOMING /} 4
SHOW_PRODUCT_INFO_COLUMNS_NEW_PRODUCTS New Products Columns per Row { openzc:define.SHOW_PRODUCT_INFO_COLUMNS_NEW_PRODUCTS /} 3
SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS Featured Products Columns per Row { openzc:define.SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS /} 3
SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS Special Products Columns per Row { openzc:define.SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS /} 3
SHOW_PRODUCT_INFO_ALL_PRODUCTS Filter the products when Product Listing is enabled for current Main Category or show products from all categories?
0= Filter Off 1=Filter On
{ openzc:define.SHOW_PRODUCT_INFO_ALL_PRODUCTS /} 1

Define Pages Options Settings

configuration key 说明 标签代码
DEFINE_MAIN_PAGE_STATUS Enable the Defined Main Page Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_MAIN_PAGE_STATUS /} 1
DEFINE_CONTACT_US_STATUS Enable the Defined Contact Us Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_CONTACT_US_STATUS /} 1
DEFINE_PRIVACY_STATUS Enable the Defined Privacy Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_PRIVACY_STATUS /} 1
DEFINE_SHIPPINGINFO_STATUS Enable the Defined Shipping & Returns Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_SHIPPINGINFO_STATUS /} 1
DEFINE_CONDITIONS_STATUS Enable the Defined Conditions of Use Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_CONDITIONS_STATUS /} 1
DEFINE_CHECKOUT_SUCCESS_STATUS Enable the Defined Checkout Success Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_CHECKOUT_SUCCESS_STATUS /} 1
DEFINE_DISCOUNT_COUPON_STATUS Enable the Defined Discount Coupon Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_DISCOUNT_COUPON_STATUS /} 1
DEFINE_SITE_MAP_STATUS Enable the Defined Site Map Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_SITE_MAP_STATUS /} 1
DEFINE_PAGE_NOT_FOUND_STATUS Enable the Defined Page-Not-Found Text from define-pages?
0= Define Text OFF
1= Define Text ON
{ openzc:define.DEFINE_PAGE_NOT_FOUND_STATUS /} 1
DEFINE_PAGE_2_STATUS Enable the Defined Page 2 Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_PAGE_2_STATUS /} 1
DEFINE_PAGE_3_STATUS Enable the Defined Page 3 Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_PAGE_3_STATUS /} 1
DEFINE_PAGE_4_STATUS Enable the Defined Page 4 Link/Text?
0= Link ON, Define Text OFF
1= Link ON, Define Text ON
2= Link OFF, Define Text ON
3= Link OFF, Define Text OFF
{ openzc:define.DEFINE_PAGE_4_STATUS /} 1

EZ-Pages Settings

configuration key 说明 标签代码
EZPAGES_STATUS_HEADER Display of EZ-Pages content can be Globally enabled/disabled for the Header Bar
0 = Off
1 = On
2= On ADMIN IP ONLY located in Website Maintenance
NOTE: Warning only shows to the Admin and not to the public
{ openzc:define.EZPAGES_STATUS_HEADER /} 1
EZPAGES_STATUS_FOOTER Display of EZ-Pages content can be Globally enabled/disabled for the Footer Bar
0 = Off
1 = On
2= On ADMIN IP ONLY located in Website Maintenance
NOTE: Warning only shows to the Admin and not to the public
{ openzc:define.EZPAGES_STATUS_FOOTER /} 1
EZPAGES_STATUS_SIDEBOX Display of EZ-Pages content can be Globally enabled/disabled for the Sidebox
0 = Off
1 = On
2= On ADMIN IP ONLY located in Website Maintenance
NOTE: Warning only shows to the Admin and not to the public
{ openzc:define.EZPAGES_STATUS_SIDEBOX /} 1
EZPAGES_SEPARATOR_HEADER EZ-Pages Header Link Separator
Default = &nbsp;::&nbsp;
{ openzc:define.EZPAGES_SEPARATOR_HEADER /}  :: 
EZPAGES_SEPARATOR_FOOTER EZ-Pages Footer Link Separator
Default = &nbsp;::&nbsp;
{ openzc:define.EZPAGES_SEPARATOR_FOOTER /}  :: 
EZPAGES_SHOW_PREV_NEXT_BUTTONS Display Prev/Continue/Next buttons on EZ-Pages pages?
0=OFF (no buttons)
1="Continue"
2="Prev/Continue/Next"

Default setting: 2.
{ openzc:define.EZPAGES_SHOW_PREV_NEXT_BUTTONS /} 2
EZPAGES_SHOW_TABLE_CONTENTS Enable EZ-Pages Table of Contents for Chapters?
0= OFF
1= ON
{ openzc:define.EZPAGES_SHOW_TABLE_CONTENTS /} 1
EZPAGES_DISABLE_HEADER_DISPLAY_LIST EZ-Pages "pages" on which to NOT display the normal "header" for your site.
Simply list page ID numbers separated by commas with no spaces.
Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.
ie: 1,5,2
or leave blank.
{ openzc:define.EZPAGES_DISABLE_HEADER_DISPLAY_LIST /}
EZPAGES_DISABLE_FOOTER_DISPLAY_LIST EZ-Pages "pages" on which to NOT display the normal "footer" for your site.
Simply list page ID numbers separated by commas with no spaces.
Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.
ie: 3,7
or leave blank.
{ openzc:define.EZPAGES_DISABLE_FOOTER_DISPLAY_LIST /}
EZPAGES_DISABLE_LEFTCOLUMN_DISPLAY_LIST EZ-Pages "pages" on which to NOT display the normal "left" column (of sideboxes) for your site.
Simply list page ID numbers separated by commas with no spaces.
Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.
ie: 21
or leave blank.
{ openzc:define.EZPAGES_DISABLE_LEFTCOLUMN_DISPLAY_LIST /}
EZPAGES_DISABLE_RIGHTCOLUMN_DISPLAY_LIST EZ-Pages "pages" on which to NOT display the normal "right" column (of sideboxes) for your site.
Simply list page ID numbers separated by commas with no spaces.
Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.
ie: 3,82,13
or leave blank.
{ openzc:define.EZPAGES_DISABLE_RIGHTCOLUMN_DISPLAY_LIST /}