Results 1 to 3 of 3

Thread: how to not display product catalog tree

  1. #1
    raynor is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    sydney
    Posts
    71

    Default how to not display product catalog tree

    hi.

    we have lots of categories in our product catalog.

    so when selecting a new product to add to a quote, it causes a lot of scrolling.

    is there a way of not showing the product catalog category tree in this popup window, and just letting users use the search fields, such as product type, or product name?

  2. #2
    raynor is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    sydney
    Posts
    71

    Default Re: how to not display product catalog tree

    no-one has any idea how to do this?

    also how to make the product search automatically use %arg%, instead of making the user enter % % around what they are searching for?

  3. #3
    raynor is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    sydney
    Posts
    71

    Default Re: how to not display product catalog tree

    i commented out the table (lines 93-104) that displays the product catalog tree in modules/producttemplates/popup_picker.htm, and that seemed to work.
    So at least we don't have to page past the tree any more.

    But I really really want to have masked product name search, and also search for status='available'.

    i had a go at editing modules/producttemplates/producttemplate.php on line 514, add % to start of search string, similar to the following masking for manufacturer, but it didn't work.

    Also tried adding array_push($where_clauses, "status = 'Available'"); around there, but it seems to have no effect.

    Is there caching of the php code? Is there something I need to clear?

    Is there a more upgrade-friendly way of doing this?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Product Catalog custom fields -> Product
    By chausmann in forum Help
    Replies: 0
    Last Post: 2008-09-26, 06:18 PM
  2. Replies: 4
    Last Post: 2008-03-18, 02:47 PM
  3. Product Catalog v. Products
    By mallie in forum Help
    Replies: 3
    Last Post: 2007-11-05, 03:48 PM
  4. Product Catalog
    By briakra in forum General Discussion
    Replies: 4
    Last Post: 2006-09-15, 07:50 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
  •