osCmax v2.5 User Manual
Results 1 to 1 of 1

Products Attribute Checkbox

This is a discussion on Products Attribute Checkbox within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; So, I've decided to use the "Product Attributes Checkbox" contribution as it's the closest thing to what I really need ...

      
  1. #1
    New Member
    Join Date
    Sep 2009
    Posts
    21
    Rep Power
    0


    Default Products Attribute Checkbox

    So, I've decided to use the "Product Attributes Checkbox" contribution as it's the closest thing to what I really need until we get a proper Attributes selection option going...

    The problem is that it asks you to:

    In catalog/product_info find:

    <tr>
    <td class="main"><?php echo $products_options_name['products_options_name'] . ':'; ?></td>
    <td class="main"><?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?></td>
    </tr>

    and replace with:

    <tr>
    <td class="main"><?php echo $products_options_name['products_options_name'] . ':'; ?></td>
    <td class="main"><?php echo tep_draw_checkbox_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?></td>
    </tr>

    But I can't find that table row in my product_info or product_info_tpl

    I've attached the file for the latter...if someone could please tell me if it's possible...

    Thank you....
    Attached Files Attached Files

Similar Threads

  1. multiple checkbox attributes?
    By MrE03 in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 09-22-2009, 02:19 AM
  2. checkbox type attribute mod?
    By MrE03 in forum osCmax v2 Customization/Mods
    Replies: 4
    Last Post: 04-29-2009, 12:32 PM
  3. Add Multi Products Checkbox v1.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-22-2008, 08:51 PM
  4. how is attribute manager different from products attributes
    By soibaal in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 07-05-2007, 09:07 PM
  5. Deleted products showing in Attribute Manager
    By neil in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 02-17-2004, 04:06 AM

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
  •