Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Store Feedback

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
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
the function call "tep_draw_submit_field" has been corrected to "tep_image_submit" for those who got this fatal error.
Thanks for this nice contribution!

I have done some modifications to the package

- Multilanguage support for all the files
- Updated the Installation-guide
- Added the user name who has send feedback or send by a guest

Included languages

- English


FULL PACKAGE HERE

All credits goes to the original author.



umar
   Posted on: 03/23/2009     See contribution details Request Installation with Paid service