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: 302
  • 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 Category Names in Product Pages

... modification to display the category name in the product listing pages instead of the usual "Let's see what we have here".This was done on OsCommerce 2.2MS2 but should work on any version. ...

customers who bought this product also purchased

... simple mod that repairs the file includes/modules/also_purchased_products to show all the products purchased by a certain customer and not by orderAll you need to do ...

Free Shipping with Zero Weight

... the checkout_shipping.php file so that it will not show the shipping choices if the items being purchased ... to be shipped then the confirmation page will show the default shipping choice but it will have $0.00 shown for the shipping cost. This is to verify with the customer that no shipping is being aded to the ...

Product ReOrder Report

The re-order report shows those products where the quantity on hand is lower than the minimum on hand. The report also show how many of that product to order from the manufacturer, by taking the ... the min and max levels on each distinct product. The report lists all the products by manufacturer. ...