Re: Global Variable
You can add a new option to the "xcart_config" table.
It will automatically appear in the X-Cart admin backend and will be available in both PHP code and templates (e.g. $config['General']['your_option_name'] & {$config.General.your_option}).
Check the "<xcart_dir>/sql/xcart_data.sql" file for sample INSERT SQL commands.
|