Community Add-Ons

Maintainers: toneus
Add file to this package
Top » Other

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<

Legend:  Download   Report
Expand All / Collapse All
Bug fix SQL leirisset 3 Sep 2009  

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

Traduction française - Full package leirisset 3 Sep 2009  
bug fix for feedback.php under Catalog/ shiningc 26 Apr 2009  
Store Feedback v1.31.1 umar786 23 Mar 2009  
Store Feedback v1.31 clasf 13 Feb 2009  
Store Feedback v1.3 clasf 13 Feb 2009  
Now it works toneus 12 Feb 2009  
Bug Fixed V1.1 Attached toneus 12 Feb 2009  
Now Complete toneus 12 Feb 2009  
Store Feedback toneus 11 Feb 2009