/*
THIS LICENSE HEADER MUST REMAIN INTACT FOR LEGAL USE!
Pagefusion; Pagefusion Core Platform
Description: A powerful, easy-to-use, and highly customizable content management system.
Copyright (C), 2009 Pagefusion.com, All Rights Reserved.
Author: Chris Davis, chris@pagefusion.com
Support site: www.pagefusion.com
Filename: /modules/pf_breadcrumb/actions.php
Description: (see schema.xml for detailed description)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
include_once($_SERVER["DOCUMENT_ROOT"] . "/modules/pf_breadcrumb/functions.php");
$tab_id = $_REQUEST["tab_id"];
$actions_passed = "Y";
if ($A == "pf_breadcrumb" && $SA == "deleteMod" && $MID == $currentMID) { // DELETE (move to recycle bin)
include_once($_SERVER["DOCUMENT_ROOT"] . "/libraries/core/actions/module_delete.php");
} elseif ($A == "pf_breadcrumb" && $SA == "restoreMod" && $MID == $currentMID) { // RESTORE
include_once($_SERVER["DOCUMENT_ROOT"] . "/libraries/core/actions/module_restore.php");
} elseif($A == "pf_breadcrumb" && $SA == "purgeMod" && $MID == $currentMID) { // PURGE
include_once($_SERVER["DOCUMENT_ROOT"] . "/libraries/core/actions/module_purge.php");
} elseif($A == "pf_breadcrumb" && $SA == "config" && $MID == $currentMID && $_SESSION["acct_admin"] == "Y") { // ADDITIONAL CONFIG
include_once($_SERVER["DOCUMENT_ROOT"] . "/modules/pf_breadcrumb/actions/config.php");
} elseif ($A == "pf_breadcrumb" && $SA == "configUpdate" && $tab_id == "1" && $MID == $currentMID && $_SESSION["acct_admin"] == "Y") { // ADDITIONAL CONFIGUPDATE
include_once($_SERVER["DOCUMENT_ROOT"] . "/modules/pf_breadcrumb/actions/config_update.php");
} // if
// config
if ($_REQUEST["areq"]) {
include_once($_SERVER["DOCUMENT_ROOT"] . "/libraries/core/actions/module_config.php");
} // if
// OUTPUT
if (!$noOutput) {
include_once($_SERVER["DOCUMENT_ROOT"] . "/modules/pf_breadcrumb/actions/output.php");
} // if
?>
|
|
|
Speed is essential in responding to customer dissatisfaction. Your customer should be assured that you care and that prompt remedial action will be taken to resolve any reasonable problem.
Acknowledgement: When an issue cannot be resolved immediately, it is important to let your customer know that the matter is receiving your attention. Prompt acknowledgment will set your customer at ease, demonstrate that you do care, and begin the process of preserving goodwill. Whenever possible, tell your customer how long it will take you to complete your action on the complaint. If there is further delay, be sure your customer is advised.
Investigation: A high priority must be given to a review of the facts involved. Your records should be organized to allow quick access for complaint investigation.
Decision: The decision should be based on principles of equity and must be consistent with your established customer relations policy.
Response: Your response should be clear and appropriate. Clear in terms of being understandable; appropriate in that it addresses the issues raised in the customer’s original complaint. Be helpful in your response. An explanation of your decision may preserve the goodwill of your customer, even if the decision itself is adverse.
Causes of Customer Dissatisfaction:
- poor complaint handling
- delays in delivery of goods or services
- inadequate repair service and poor repair work
- poor product quality and difficulty of maintenance
- billing errors
- failure to provide refunds and adjustments as promised
- failure to fulfill warranties
- deceptive or inaccurate advertising
- misleading or false representation by sales personnel
- incompetent and discourteous employees
The purpose of the BBB’s complaint system is to assist both the consumer and business in resolving disputes. The complaint process is about resolution, not retribution. It is an informal process designed to create an environment where negotiations can take place.
A common misconception is that having a complaint on your record is a “demerit” or “blemish.” It is the BBB policy to emphasize the resolution of the complaint, not the complaint itself. If your record reports resolved complaint(s) or indicates you have made a good faith effort to resolve them, it may actually give consumers the confidence to call you. Consumers see that your company will not disappear into the night, but rather will address issues head on.
Once the BBB has received a formal complaint in writing, we forward it to the company and request a response in writing. The company may submit their written response through our online complaint system, mail, fax, or email. The BBB then forwards it to the consumer for their review. If the BBB receives the consumer’s rebuttal, it would be sent to the company for further clarification on their position. If the complaint cannot be resolved through the initial complaint conciliation process, we would then offer mediation or arbitration to resolve the issue.
|
|
|
|
|