INSERT INTO `configuration` VALUES (1, 'site_paypal', 'Website Paypal Address', 'The Paypal address to send all proceeds from sales to.', '', 's');
INSERT INTO `configuration` VALUES (2, 'notify_email', 'Purchase Notification Email', 'If set, the system will send a detailed email with purchase info to this address whenever a purchase is made.', '', 's');
INSERT INTO `configuration` VALUES (3, 'currency_symbol', 'Currency Symbol', 'The symbol for your currency ($, &pound;, &euro;)', '$', 's');
INSERT INTO `configuration` VALUES (4, 'currency_code', 'Currency Code', 'The banking code for your currency (PayPal currently supports USD, GBP, EUR, CAD, JPY)', 'USD', 's');
INSERT INTO `configuration` VALUES (5, 'list_perpage', 'Product List Per Page', 'Number of products to display per page in "List" mode.', '25', 'i');
INSERT INTO `configuration` VALUES (6, 'clist_perpage', 'Product Compact List Per Page', 'Number of products to display per page in "Compact List" mode.', '50', 'i');
INSERT INTO `configuration` VALUES (7, 'grid_rows', 'Product Grid Rows', 'The number of rows to display per page in the Grid view of the Product listing.', '5', 'i');
INSERT INTO `configuration` VALUES (8, 'grid_cols', 'Product Grid Columns', 'The number of columns to display per page in the Grid view of the Product listing.', '3', 'i');
INSERT INTO `configuration` VALUES (9, 'page_productlist', 'Product List Page', 'The name of the php file where the product list is generated. Relative to the configured url root. Do not include preceding slash.', 'yaxal_products.php', 'f');
INSERT INTO `configuration` VALUES (10, 'page_usercontrols', 'User Controls Page', 'The name of the php file where the user controls are generated. Relative to the configured url root. Do not include preceding slash.', 'yaxal_user.php', 'f');
INSERT INTO `configuration` VALUES (11, 'page_checkout', 'Checkout Page', 'The name of the php file where the checkout process is carried out. Relative to the configured url root. Do not include preceding slash.', 'yaxal_checkout.php', 'f');
INSERT INTO `configuration` VALUES (12, 'sandbox_mode', 'Sandbox Mode?', 'Enable PayPal Sandbox mode for developer testing.', '0', 'b');
