Search:

Type: Posts; User: molywerks

Search: Search took 0.02 seconds.

  1. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    lunomad, I agree, ZC's attributes feature is less than it should be or is designed more for companies that do not (need or want to) control inventory tightly.

    Ideally, a customer makes a product...
  2. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    My table HTML/CSS is awful -- I always have to look at examples -- but my guess is to run two IF statements for each set of data, one IF to write the title and another IF to write the value. Since no...
  3. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    Gillian -

    My custom data is now running through Tabbed Products Pro, but from an old tpl_product_info_display.php file I found this line of code which shows the title in bold and the data in plain...
  4. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    Gillian,

    Unless you're querying one data field and supplying data from another field, then you have a mismatch between $product_info->fields['custom1_planets'] and ...
  5. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    Try...


    <?php if (!empty($product_info->fields['custom_item_number'])) echo '<li>Item Number: ' . $product_info->fields['custom_item_number'] . '</li>'; ?>

    ...where custom_item_number is the...
  6. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    Thanks jane! I am going to add that tomorrow afternoon.

    This is somewhat related and since I'm not sure how to go about it, maybe someone has already combined new fields to auto-generate a global...
  7. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    Zep, look at the last post of page 7 of this thread and mimic that code snippet (or wherever in this thread the echo statement is discussed. The feature product listing page is:
    ...
  8. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    tpl_product_info_display.php would be where I'd start. or try the product_listings file (forget its proper name). of course it depends upon on how you're setting up you're store. regardless, this...
  9. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    <?php if (!empty($product_info->fields['custom1_planets'])) echo '<tr><td class="custom-head">Planetary Body:</td><td class="custom-body">' . $product_info->fields['products_custom1'] . '</td></tr>';...
  10. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    Open includes\index_filters\default_filter.php and includes\modules\pages\advanced_search_result\header_php.php.

    Look at the areas surrounding the following fields and see how it is coded.
    ...
  11. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    Three and a half hours later less dinner and a dog walk, here is an answer to enhanced custom search.
  12. Replies
    271
    Views
    137,622

    Re: How-To: Add new Properties to your Products

    Wish I could help someone out here cuz I am stumped with my problem.

    This install how-to worked great for me! But for some reason the 20+ new fields are not getting searched. Anybody else having...
Results 1 to 12 of 12
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR