Show Product ID customer choosen in Backend

Show Product_ID (customer-choosen) in Backend

Show Product_ID (customer-choosen) in Backend Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 289
  • Released: Jun 13, 2007

Show Product_ID (customer-choosen) in Backend Description

Abstract:
- the Backend >> Orders: shows the proudtcs_name, but not the customer-choosen products_model (number).
- added an additional query to get the products_model from the TABLE_PRODUCTS, and display it.
- actually this should be implemented in the way, that the products_model is saved in the orders-table, to avoid issues with the products-table being updated and then displaying wrong order-information later on.

Changes:
==========================
/admin/includes/languages/english/orders.php
---------------------------------------------
add: l 28:
define('TABLE_HEADING_PRODUCTS_ARTNR', 'nr.');


/admin/includes/languages/german/orders.php
---------------------------------------------
add: l 28:
define('TABLE_HEADING_PRODUCTS_ARTNR', 'Nr.');


/admin/orders.php
---------------------------------------------
172 add
   
197 add
// email added for displaying the customer choosen products_model = eg. T5863 in addition to the products name
// query DB within the ALL_products_of_this_order_loop
$model = tep_db_query("select products_model from " . TABLE_PRODUCTS . " where products_id= '" . $products_values['products_id'] . "'");
$model_values = tep_db_fetch_array($model); // echo $model_values['products_model'];

204 add
// email added for displaying the customer choosen products_model = eg. T5863 in addition to the products name
// display it
echo '  ' . $model_values['products_model'] . ' ' . "n";


178 change to colspan 5
 
249 change to colspan 5
 
252 change to colspan 5
   

Show Product_ID (customer-choosen) in Backend Keywords

Show Product ID customer choosen in Backend Bookmark

Hyperlink code:
Hyperlink for Forum code:

Show Product_ID (customer-choosen) in Backend Script Download Notice

Top 4 Download periodically updates information of Show Product_ID (customer-choosen) in Backend script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Show Product_ID (customer-choosen) in Backend torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Show Customers per Products Ordered

This contribution allows admin to list the customers who did buy a certain product (eg product X) and view the customers who did not buy this X product.This is usefull when you want to promote certain products to a group of users. Admin can see the number of orders for each customer and the total number of products purchased for ...

Show Price list for SPPC

... little contribution for the contribution Seperate price per customer 4.1 to show the retail price with the other group price ... groups price) in the description page of the product in question, when the customer does not belong to the retail group.In this way the customer will know first hand what the difference in ...

Show model with product attributes

... model number tells which is which). The standard product attributes display is noteasy to work with, becuase ... value. So, I added the display of the product model to each row, thereby reducing this problem to a trivial one. ...

Show Customer ID On Admin Orders

See the customer id field on the admin orders page ...

Maximum Product Quantity with Admin

... puts a limitation of how many items a customer can purchase, also takes into account products with different attributes.I wanted to only sell one ... sale on an item but still give the customer a choice about what color or size they ...