osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

admin notes - highly recomended contrib

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-28-2006, 09:56 AM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 444
Thanks: 3
Thanked 75 Times in 70 Posts
Rep Power: 6
met00 is just really nicemet00 is just really nicemet00 is just really nicemet00 is just really nice
Default admin notes - highly recomended contrib

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();
to:
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();
That's the only fix needed. )

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 03-29-2006, 10:05 PM
chrismole's Avatar
Active Member
 
Join Date: Dec 2003
Location: Chicago
Posts: 102
Thanks: 2
Thanked 2 Times in 2 Posts
Rep Power: 5
chrismole
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 04-02-2006, 03:35 AM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 444
Thanks: 3
Thanked 75 Times in 70 Posts
Rep Power: 6
met00 is just really nicemet00 is just really nicemet00 is just really nicemet00 is just really nice
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 02:04 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax