<?php
/*
$Id: create_account_success_b2b.php-rc1 + b2b ,v 1.0 2007-10-16 studiosacchetti$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2007 osCommerce
Released under the GNU General Public License
Contribution B2BSuite
handled by Walter Tosolini (http://www.caneblu.com)
and studiosacchetti
*/
define('NAVBAR_TITLE_1', 'Create a Wholesale Account');
define('NAVBAR_TITLE_2', 'Success');
define('HEADING_TITLE', 'Your Account Has Been Received!');
define('TEXT_ACCOUNT_CREATED', 'Congratulations! Your new account has been successfully submitted! Once your requested will be approved, you received a welcome email with password data. If you have <small><b>ANY</b></small> questions about the operation of this online shop, please email the <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">store owner</a>.<br><br>A confirmation has been sent to the provided email address. If you have not received it within the hour, please <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">contact us</a>.');
?>