Community Add-Ons
| Maintainers: | toneus |
Store Feedback
for osCommerce Online Merchant v2.2
This contribution allows anybody to leave feedback about your store, rather than leaving a product review. The feedback is then approved through the admin panel and displayed in a scrolling infobox.
It's currently live on this store:
<a href="http://upsmart.co.uk/store/index.php">UPSMart</a<
A injecter dans a base de données à a place de ce qui se trouve dans le fichier instal.txt
--
-- Structure de la table `feedback`
--
CREATE TABLE IF NOT EXISTS `feedback` (
`feedback_id` int(11) NOT NULL AUTO_INCREMENT,
`feedback_name` varchar(30) DEFAULT NULL,
`feedback_company_name` varchar(30) DEFAULT NULL,
`feedback_contact` varchar(50) NOT NULL,
`feedback_text` text NOT NULL,
`feedback_rating` int(11) DEFAULT NULL,
`feedback_status` tinyint(1) NOT NULL DEFAULT '0',
`customer_id` int(11) DEFAULT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`feedback_id`)
);
INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) VALUES ('', 'Display Feedback ', 'FEEDBACK_DISPLAY', 'true', 'This is used to set on or off the Feedback on front End', '1', '30', NULL , '2009-03-18 12:12:12', NULL , 'tep_cfg_select_option(array('true', 'false'),');
INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) VALUES ('', 'Maximum No of Feedbacks ', 'MAX_FEEDBACK', '2', 'It sets the max no of feedbacks to show on the home page', '3', '30', NULL , '2009-03-18 12:12:12', NULL , NULL);
Install.txt included
