Search:

Type: Posts; User: DrByte

Search: Search took 0.11 seconds.

  1. Replies
    271
    Views
    137,621

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

    Are you intending to treat this field as language-specific?
    If not, then remove the [ and ] and the stuff in between.
  2. Replies
    271
    Views
    137,621

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

    The syntax for zen_draw_textarea_field() is different than for zen_draw_input_field()

    zen_draw_input_field($fieldname, $defaultValue)

    vs

    zen_draw_textarea_field($fieldname, 'soft', '100%',...
  3. Replies
    271
    Views
    137,621

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

    Does it actually store the data fine, but just doesn't re-display it on the Edit screen again?
  4. Replies
    271
    Views
    137,621

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

    Sounds like you only updated collect_info.php and not also preview_info.php and update_product.php to know to save that data or where to put it.
  5. Replies
    271
    Views
    137,621

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

    Fair enough. Then attributes won't be your solution. My other comments still apply.
  6. Replies
    271
    Views
    137,621

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

    This would be a classic reason for using attributes.


    If I correctly read your proposed structure for the products_sizes table as being a reference table, your needs are more directly reflective...
  7. Replies
    271
    Views
    137,621

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

    The whole issue is a complex topic. The first post in this thread covers the overall concepts.
    You'll need to create a database field to store the choice. Then create the forms for selecting the...
  8. Replies
    271
    Views
    137,621

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

    Sorry, I have no idea what you've done to get where you're at. The process of adding new fields is not something that is described in one page. It requires significant understanding of databases,...
  9. Replies
    271
    Views
    137,621

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

    yes, that works differently, although there are similarities.


    Somewhere in the top of your product type's collect_info.php script, put something like this:
    $my_list_of_options = array();...
Results 1 to 9 of 9
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR