This is a discussion on admin notes - highly recomended contrib within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; a fantastic contribution http://www.oscommerce.com/community/...l/search,admin plugs right into the back end with no problems (okay, one problem in the install you ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| a fantastic contribution http://www.oscommerce.com/community/...l/search,admin plugs right into the back end with no problems (okay, one problem in the install you have to modify orders.php as follows old code: Code: Released under the GNU General Public License
*/
require('includes/application_top.php');
require(DIR_WS_CLASSES . 'currencies.php');
$currencies = new currencies();
$orders_statuses = array();
$orders_status_array = array();
Code: Released under the GNU General Public License
*/
require('includes/application_top.php');
require(DIR_WS_CLASSES . 'currencies.php');
$currencies = new currencies();
if (!isset($HTTP_GET_VARS['cID'])) {
$cid_query = tep_db_query("select customers_id from " . TABLE_ORDERS . " where orders_id = '" . (int)$oID . "'");
$cidq = tep_db_fetch_array($cid_query);
$cID = $cidq['customers_id'];
}
$orders_statuses = array();
$orders_status_array = array();
Now, as to why this is a great mod. 1) allows you to make notes on individual accounts 2) those customer notes show up in customers orders 3) allows you to get rid of the 1,248 little scraps of paper cluttering your desk with notes on contribs, and other things with notes attached to the store/admin that are searchable and categorized... Every small mod can now have a recorded history in the store. Instructions and details that were noted on pieces of paper can now be accessed and not lost! another small contrib that is HIGHLY recomended (and should be in the next release of the oscMAX).
__________________ so endith the lesson<think>sometimes I just sit's and thinks</think> "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB |
|
#2
| ||||
| ||||
| hey met00, I applied this mod and it seems to work fine. However, it seems my store has lost the ability to make a customer's address entered at registration their primary address. I'm finding that new customers do not have a primary address and they have to manually set it during their first checkout. did you have any issues like this after this mod install? If not, do you have any clue where in this mod code I could have broken this functionality? Thx, C |
|
#3
| |||
| |||
| hmmm, maybe set it so customers_notes in the customers table deaults to null.
__________________ so endith the lesson<think>sometimes I just sit's and thinks</think> "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| installing GPG contrib | kerrydax | osCommerce 2.2 Modification Help | 27 | 08-20-2006 01:01 PM |
| Linkpoint - Which contrib to use? Please help! | giyer | osCommerce 2.2 Modification Help | 13 | 02-13-2006 09:14 AM |
| help with pwa contrib | dmiles | osCMax v1.7 Discussion | 8 | 05-15-2004 02:50 PM |
| Ask A Qusetion Contrib?? | Kristine | osCMax v1.7 Discussion | 1 | 04-11-2004 08:41 PM |
| What to add Contrib for contact us page | Kristine | osCMax v1.7 Discussion | 2 | 04-08-2004 01:31 PM |