Jump to content

Customer Number


Guest unknwn

Recommended Posts

Is there a place ( cc. 4.3.5 ) where I can see the customer number ? If I manually add a customer via : Customers > View Customers > Add New, it will add them, but it won't show anywhere their "customer number". Am I missing anything ?

Link to comment
Share on other sites

thanks guys.

@robsta - the customer number would be helpful in case the dropdown menu in Add Manual order doesn't work. With the number you can actually add an order.

Link to comment
Share on other sites

Open: admin/sources/customers/index.inc.php

Find:

<td align="center" nowrap="nowrap" class="tdTitle"><?php echo $lang['admin']['customers_type']; ?></td>


Paste below:


<td align="left" nowrap="nowrap" class="tdTitle">id</td>


Find:


<td align="center" class="<?php echo $cellColor; ?> tdText"><img src="<?php echo $glob['adminFolder']; ?>/images/type<?php echo $customerData[$i]['type']; ?>.gif" alt="< php echo $lang['admin']['customers_type'.$customerData[$i]['type']]; ?>" title="<?php echo $lang['admin']['customers_type'.$customerData[$i]['type']]; ?>" /></td>


Paste below:


<td class="<?php echo $cellColor; ?> tdText"><?php echo $customerData[$i]['customer_id']; ?></td>

This will show you the customer id in the view customers page.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...