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

Is there A Product Attribute Option Type Mod for MS2-MAX?

This is a discussion on Is there A Product Attribute Option Type Mod for MS2-MAX? within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; Howdy! Is there a mod available specifically for MS2-MAX 1.5 that will instruct me on how to add Product Attribute ...

      
  1. #1
    Lurker
    Join Date
    Oct 2003
    Posts
    1
    Rep Power
    0


    Default Is there A Product Attribute Option Type Mod for MS2-MAX?

    Howdy!
    Is there a mod available specifically for MS2-MAX 1.5 that will instruct me on how to add Product Attribute Options such as text boxes and radio buttons(instead of just having option-list selections as in the initial installation)?

    I know that there is a contribution for MS2 (non-Max) that does this, but I'm a newbie to osCommerce and so, before I go hacking code, I want to be sure that there isn't already a better way to accomplish this.

    Here's the name and URL of that contribution:

    Product Attributes - Option Type Feature
    http://www.OpenStoreSolutions.com/op...ntribution.php

    Thanks in advance,
    klyder

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    klyder, Just finished this mod update. You can get it here:

    http://oscdox.com/index.php?name=PNp...pic&t=1907
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Active Member red_fraggle's Avatar
    Join Date
    Feb 2004
    Location
    wilmington, NC
    Posts
    343
    Rep Power
    9


    Default

    does this work with easypopulate?


    Cliff...

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    red_fraggle, AFAIK easypopulate does not handle attributes at all.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    Member
    Join Date
    Aug 2003
    Location
    Southampton UK
    Posts
    63
    Rep Power
    0


    Default

    The "Option Type Feature v1.6 for MS2-MAX v1.5.5" has been so useful! I did extend the function tep_draw_checkbox_field in html_output.php to handle disabled and checked checkboxes for fixed additional charges. I found that they don't post their values so I extended the function to also draw a hidden text field with the same name and value, and that does post ok.
    Code:
      function tep_draw_checkbox_field($name, $value = '', $checked = false, $parameters = '', $required = false) {
    
       	$field = tep_draw_selection_field($name, 'checkbox', $value, $checked, $parameters, $required);
    
    	// disabled checked checkboxes do not post values therefore need an associated hidden text field.
       	if ($checked == true && $parameters == 'disabled') {
       		$field.= tep_draw_hidden_field($name, $value);
       	}
    
    	return $field;
      }

  6. #6
    New Member
    Join Date
    Feb 2004
    Posts
    20
    Rep Power
    0


    Default

    I don't seem to be able to get this mod to work, I've followed the instructions (twice!) and when I add anything but a select type option it always shows as a select type??

    Any clues as to where to start looking for the problem please.

    Thanks in advance

  7. #7
    New Member
    Join Date
    Feb 2004
    Posts
    20
    Rep Power
    0


    Default

    Ok, managed to get it working (well almost) - slight typo in the config file , now when I have two radio buttons against a product they are both selected and I can't de-select either of them??

    Any clues folks
    Thanks again in advance
    Rob.

  8. #8
    Anonymous
    Guest


    Default

    All working OK now, setting up the options incorrectly! AGAIN!

    Thanks to all
    Rob.

  9. #9
    Anonymous
    Guest


    Default

    Help robroy, ive been having the same problem (select type always showing up) what did you do to fix??

  10. #10
    Anonymous
    Guest


    Default

    same here, any chance you could put together a read_me_fix for this issue??

    Thanks a ton!

Similar Threads

  1. Product Attributes - Option Type Feature
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 21
    Last Post: 08-10-2006, 02:19 PM
  2. Contribution Product Attributes - Option Type Features
    By a1designs in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 03-16-2005, 11:30 AM
  3. Flat fee product option / attribute
    By JonThePromoGuy in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-04-2005, 06:51 PM
  4. Set order to option in product attribute
    By knullhund in forum osCMax v1.7 Installation
    Replies: 2
    Last Post: 12-01-2004, 06:04 PM
  5. Product Attributes - Option Type Feature
    By flypie in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 09-15-2003, 08:47 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
  •