Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Notes 2.2


rikpotts

Recommended Posts

Can someone help me install this contribution please....

 

The sql file apparently needs editting before inserting but these are the edit instructions.......

 

 

####################################################################
# !!! YOU SHOULD MODIFY THE BELOW SECTION TO FIT YOUR NEEDS !!!
####################################################################
# What ever catagory you would like to add or have that your notes 
# may fall under, add them in here. Just block-copy one of the lines 
# below and change the name at the end. Don't make any other changes.
# For example: change 'Features' to 'Personal' and nothing else. This 
# will give you the Personal catagory like this...
#
# Change this:
# INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Features', 1);
#
# Into this:
# INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Personal', 1);
#
# You may have as many lines below as your wish
####################################################################

#
# Dumping data for table `admin_notes_type`
#

INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Administration', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Configuration', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Contributions', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Customers', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Discounts', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Features', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'General Notes', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Guests', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Payments', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Products', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Sales', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Shipping', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Suppliers', 1);
INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Other', 1);

#
# Dumping data for table `customers_notes`
#

ALTER TABLE customers ADD customers_notes LONGTEXT NOT NULL;

 

I dont understand any of it!

Its not so much the editting I cant do, I dont understand the text.......

 

What ever catagory you would like to add or have that your notes

may fall under, add them in here. Just block-copy one of the lines

below and change the name at the end. Don't make any other changes.

for example: change 'Features' to 'Personal' and nothing else. This

will give you the Personal catagory like this...

Edited by rikpotts
Link to comment
Share on other sites

Basically it is just saying if you want to remove some of the categories they have already set up then you can remove them from the sql. Or, if you want ones that are not listed there, you can add them in.

 

Like you could add something like this.

INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Phone Sales', 1);

 

or say you don't want notes about Guests, Payments, or Products you can remove the lines they are on.

INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Guests', 1);

INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Payments', 1);

INSERT INTO admin_notes_type (type_id, type_name, status) VALUES (1, 'Products', 1);

Edited by wendyjames

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...