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

  Add customer details v1

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 little correction to previous version. This contrib will work properly only if add 2 lines of code:

If you installed v1.1 do following:
FIND:
if (tep_session_is_registered('customer_id')) {
echo '<strong>' . $name . '</strong>';

REPLACE TO:
if (tep_session_is_registered('customer_id')) {
echo tep_draw_hidden_field('name', $name);
echo '<strong>' . $name . '</strong>';


FIND:
if (tep_session_is_registered('customer_id')) {
echo '<strong>' . $email . '</strong>';

REPLACE TO:
if (tep_session_is_registered('customer_id')) {
echo tep_draw_hidden_field('email', $email);
echo '<strong>' . $email . '</strong>';

or you can simple replace attached contact_us.php file.

FULL PACKAGE. Instructions upgraded.
if the customer is logged in, his name and email-address is displayed as a bold text instead of an input-field.

screenshot included, full package.
   Posted on: 08/01/2009     See contribution details Request Installation with Paid service