Results 1 to 10 of 126

Threaded View

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

    Default Re: Admin Notes Advanced

    Another Bugfix for v0.912
    This bug is similar to the previous one.

    In admin/notes.php

    Change:
    Code:
              $contents[] = array('text' => '<a href="' . FILENAME_PRODUCT . '.php' . '?action=new_product&pID=' . $nInfo->products_id . '&products_type=' . zen_get_products_type($notes_active->products_id) . '"><strong>' . TEXT_INFO_NOTE_PRODUCT . '</strong></a>');
    To:
    Code:
              $contents[] = array('text' => '<a href="' . FILENAME_PRODUCT . '.php' . '?action=new_product&pID=' . $nInfo->products_id . '&product_type=' . zen_get_products_type($nInfo->products_id) . '&cPath=' . zen_get_products_category_id($nInfo->products_id) . '"><strong>' . TEXT_INFO_NOTE_PRODUCT . '</strong></a>');
    v0.913 includes the previous fixes. Also a checkbox has been added to set the note Active status directly from within the notes editor.
    Last edited by paulm; 8 Dec 2008 at 03:25 PM.

 

 

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