Page 9 of 13 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 126
  1. #81
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    I am wanting to try this add on but as soon as I try load the auto loader file my site breaks and goes to just a white page
    is this correct as to what should be in the file ....Using the latest version of zencart / windows 7 / firefox

    <?php
    /**
    *
    * @package notes
    * @copyright Copyright 2003-2008 Zen Cart Development Team
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    *
    * @version: v0.9 Paul Mathot $
    */

    $autoLoadConfig[999][] = array('autoType'=>'init_script',
    'loadFile'=> 'init_notes_notifier.php');
    ?>





    that's it
    thanks

  2. #82
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    fixed it on my own

  3. #83
    Join Date
    Dec 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    Hi,

    I shouldn't be trying to do this whilst tired but I have installed Admin Notes Advanced as per the instructions and I'm not getting any notes buttons or anything. I can normally work these things out but this one eludes me.

  4. #84
    Join Date
    Dec 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    Disregard, as suspected don't try and install something on 50 minutes sleep. All working!

  5. #85
    Join Date
    Aug 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    Has anyone installed this Admin Notes mod on ZC 1.5 site? I've followed the install instructions and the "notes" pages produce a 404 error. SQL tables are in place. Does this require admin page registration?

  6. #86
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Admin Notes Advanced

    Quote Originally Posted by ATSWorld View Post
    fixed it on my own
    I guess by reading the instructions?

  7. #87
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Admin Notes Advanced

    Quote Originally Posted by tandbparties View Post
    Has anyone installed this Admin Notes mod on ZC 1.5 site? I've followed the install instructions and the "notes" pages produce a 404 error. SQL tables are in place. Does this require admin page registration?
    Yes admin page registration is needed, but this is included in the latest version. Also a 404 is not expected if the file is there but the page is not registered.

    I think the 404 comes from the browser cache. I have had this a couple of time too with 1.5 (not sure if the ZC version is related, but I don't remember this happening with older versions). I suggest you try a fresh browser and/or clear the cache.
    (assuming the note.php file is in place)

  8. #88
    Join Date
    Aug 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    Quote Originally Posted by paulm View Post
    ...
    (assuming the note.php file is in place)
    My bad! Sorry I looked at the note.php file and saw that it was in the wrong place. All works great now. Thanks for the response.

  9. #89
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    106
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    When I install the notes below all I get is a white page with this message:

    WARNING: An Error occurred, please refresh the page and try again.
    I am using Zencart 1.5.0 . I just can't get this SQL file to work. Any Ideas?



    # Admin Notes

    # --------------------------------------------------------
    #
    # Table structure for table '`notes_categories`'
    #
    #DROP TABLE IF EXISTS `notes_categories`;
    CREATE TABLE `notes_categories` (
    `notes_categories_id` int(11) NOT NULL auto_increment,
    `notes_categories_name` varchar(64) default NULL,
    PRIMARY KEY (`notes_categories_id`)
    ) TYPE=MyISAM;

    # --------------------------------------------------------
    #
    # Table structure for table '`notes`'
    #
    #DROP TABLE IF EXISTS `notes`;
    CREATE TABLE `notes` (
    `notes_id` int(11) NOT NULL auto_increment,
    `notes_title` varchar(64) NOT NULL,
    `notes_text` text,
    `notes_date_created` datetime NOT NULL default '0001-01-01 00:00:00',
    `notes_date_modified` datetime NOT NULL default '0001-01-01 00:00:00',
    `notes_start_date` date NOT NULL default '0001-01-01',
    `notes_end_date` date NOT NULL default '0001-01-01',
    `notes_snooze_date` datetime NOT NULL default '0001-01-01 00:00:00',
    `notes_categories_id` int(11) NOT NULL default '1',
    `notes_priority` int(11) NOT NULL default '1',
    `notes_status` int(1) NOT NULL default '1',
    `notes_text_message_stack_status` int(1) NOT NULL default '1',
    `notes_catalog_status` int(1) NOT NULL default '0',
    `notes_is_special_status` int(1) NOT NULL default '0',
    `customers_id` int(11) default NULL,
    `orders_id` int(11) default NULL,
    `products_id` int(11) default NULL,
    `categories_id` varchar(64) default NULL,
    `admin_id` int(11) default NULL,
    `notes_is_public` int(1) NOT NULL default '1',

    PRIMARY KEY (`notes_id`)
    ) TYPE=MyISAM;

    # --------------------------------------------------------

    #
    # Sample data
    #

    INSERT INTO `notes_categories` VALUES (NULL, 'New notes');
    INSERT INTO `notes_categories` VALUES (NULL, 'Sample notes');
    INSERT INTO `notes_categories` VALUES (NULL, 'Personal');
    INSERT INTO `notes_categories` VALUES (NULL, 'Add ons');
    INSERT INTO `notes_categories` VALUES (NULL, 'To-Do');

    INSERT INTO `notes` VALUES (NULL, 'Welcome to Admin Notes!', 'Tired of having Post-it Notes all over the place, and never being able to find that one important note between all other notes?<br />
    With Admin Notes Advanced you will save lots of time (and the money you spend on Post-it notes... :-)', NOW(), NOW(), NOW(), '0001-01-01', '0001-01-01 00:00:00', 2, 2, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, 1);

    INSERT INTO `notes` VALUES (NULL, 'Special notes sample (attached to customer 1).', 'This is a customers note about customer 1 (customers_id = 1) ', NOW(), NOW(), NOW(), '0001-01-01', '0001-01-01 00:00:00', 2, 2, 1, 1, 0, 1, 1, NULL, NULL, NULL, NULL, 1);

    INSERT INTO `notes` VALUES (NULL, 'Special notes sample (unattached).', 'You can attach this special note to a customer, order, category or product. When attached it will only be shown while you are viewing the details of the customer, order, category or product.<br />
    <br />
    There are two ways to attach a special note:<br />
    <br />
    1- You can attach a special note directly by editting the details, but then you will need to know the id of the object you want it to be attached to (the notifier is triggered by the cID, pID, cPath, oID value).<br />
    <br />
    2- If none of the ID values is > 0 (note details), then the note will be active on all special events and the notes notifier will ask you if you want to attach this note to the product, customer, order or category which you are viewing in you Zen Cart admin. Now the ID will be entered into the note editor automaticly if you click on the note link.', NOW(), NOW(), NOW(), '0001-01-01 00:00:00', '0001-01-01 00:00:00', 2, 2, 1, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, 1);

    # --------------------------------------------------------

    #
    # Remove data
    #

    #TRUNCATE TABLE `notes`;
    #TRUNCATE TABLE `notes_categories`;

    # --------------------------------------------------------

    #
    # Delete tables
    #

    #DROP TABLE IF EXISTS `notes`;
    #DROP TABLE IF EXISTS `notes_categories`;
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  10. #90
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,298
    Plugin Contributions
    125

    Default Re: Admin Notes Advanced

    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 9 of 13 FirstFirst ... 7891011 ... LastLast

Similar Threads

  1. v153 Admin Name on Order Notes
    By jakumpe in forum Customization from the Admin
    Replies: 2
    Last Post: 11 Dec 2014, 01:49 AM
  2. Notes client only for admin
    By dmossi in forum Customization from the Admin
    Replies: 1
    Last Post: 2 Dec 2011, 05:43 PM
  3. Admin Notes addon
    By MtnVision in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Dec 2007, 08:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR