Results 1 to 10 of 52

Threaded View

  1. #18
    Join Date
    Sep 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Advanced Search - customized product fields?

    What I think I need to do is use the php unset function to take out fields from the array if the result has no value....

    Below i am trying to take out AP

    - Its not working



    $define_list = array('PRODUCT_LIST_MODEL' => PRODUCT_LIST_MODEL,
    'PRODUCT_LIST_NAME' => PRODUCT_LIST_NAME,
    'PRODUCT_LIST_MANUFACTURER' => PRODUCT_LIST_MANUFACTURER,
    'PRODUCT_LIST_PRICE' => PRODUCT_LIST_PRICE,
    'PRODUCT_LIST_THREAD_M' => PRODUCT_LIST_THREAD_M,
    'PRODUCT_LIST_D' => PRODUCT_LIST_D,
    'PRODUCT_LIST_L' => PRODUCT_LIST_L,
    'PRODUCT_LIST_H' => PRODUCT_LIST_H,
    'PRODUCT_LIST_AP' => PRODUCT_LIST_AP,
    'PRODUCT_LIST_QUANTITY' => PRODUCT_LIST_QUANTITY,
    'PRODUCT_LIST_WEIGHT' => PRODUCT_LIST_WEIGHT,
    'PRODUCT_LIST_IMAGE' => PRODUCT_LIST_IMAGE);




    if ($listing->fields['AP']=='0')

    {
    unset($define_list ['PRODUCT_LIST_AP']);
    }



    - I think I need to change $listing->fields to something but dont know what - I know it is $product_info->fields on product info pages etc but dont know on this one. If there is a better way then, please let me know the solution...
    Last edited by Bikeforce; 13 Apr 2010 at 05:35 PM.

 

 

Similar Threads

  1. v139h Custom Advanced Search Fields
    By divinelighting in forum General Questions
    Replies: 0
    Last Post: 27 Jul 2012, 08:22 PM
  2. Modify Advanced Search Fields
    By JimRoster in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 9 Oct 2011, 07:41 AM
  3. Modifying the Advanced Search Form Fields?
    By uruharacosplay in forum General Questions
    Replies: 0
    Last Post: 4 Mar 2008, 06:43 PM
  4. Modify Advanced Search Fields
    By icebox500 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Aug 2007, 10:20 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