Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Option Types v2.1.3

This is a discussion on Option Types v2.1.3 within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Will this work with oscmax as is if i just install as per the oscommerce instructions or will that break ...

      
  1. #1
    New Member
    Join Date
    Mar 2009
    Posts
    7
    Rep Power
    0


    Default Option Types v2.1.3

    Will this work with oscmax as is if i just install as per the oscommerce instructions or will that break my oscmax installation.

    regards,

    Paul.

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,428
    Rep Power
    47


    Smile Re: Option Types v2.1.3

    This module is more complicated to install than you might think!

    Option Types v2.1.3

    Mainly due to a conflict with QTPro in osCMax.

    (AJAX Attribute Manager is already in osCMax)

    What functionality are you trying to add to your store?

    Regards,
    pgmarshall
    _______________________________

  3. #3
    New Member
    Join Date
    Mar 2009
    Posts
    7
    Rep Power
    0


    Default Re: Option Types v2.1.3

    Hi,
    i'm selling replica sports shirts so want to add an option for the buyer to add their own name and or their own number on the back.
    I do this at the moment by adding a link to an eternal form which they fill in all their details. the only problem is i then have to match up these details with their order by hand.

    It would be nice to have it all under one roof so to speak.

    regards,

    Paul.

  4. #4
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,943
    Rep Power
    34


    Post Re: Option Types v2.1.3

    Welcome to the club.
    There's been an ongoing (at least) one year debate about option types in 'Max. The latest iteration is to write a PAD for QTPro, if you feel up to it.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  5. #5
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,428
    Rep Power
    47


    Smile Re: Option Types v2.1.3

    I was spending a few minutes the other day looking at this ... the pad code is pretty short ... my only problem was understanding how to use multiple pads by product.

    I have seen this achieved on other osC variants so I may have a look through their packages to see how they have done it.

    Regards,
    pgmarshall
    _______________________________

  6. #6
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,943
    Rep Power
    34


    Default Re: Option Types v2.1.3

    Wow! Stepping up to the plate, PGM?
    I have had a 20 minute look...
    Don't know where you find time/concentration - too many distractions for me.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  7. #7
    New Member
    Join Date
    Mar 2009
    Posts
    7
    Rep Power
    0


    Default Re: Option Types v2.1.3

    I'm sure a function like this would be very useful to lots of people.

  8. #8
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,943
    Rep Power
    34


    Arrow Re: Option Types v2.1.3

    Code snippet, which may/may not help:

    catalog/includes/classes/pad_custom_text.php
    Code:
      require_once(DIR_WS_CLASSES . 'pad_multiple_dropdowns.php');
      class pad_custom_text extends pad_multiple_dropdowns {
    Code:
        function _draw_custom_text() {
          $out='';
            $out.='<tr><td align="right" class=main><b>'.$nonstocked['oname'].":</b></td><td class=main>".tep_draw_input_field('id['.$nonstocked['oid'].']',$nonstocked['ovals'])."</td></tr>n";
          return $out;
        }
      }
    Trying to figure out why it displays as a dropdown and totally ignores the tep_draw_input_field.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  9. #9
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,943
    Rep Power
    34


    Post Re: Option Types v2.1.3

    Quote Originally Posted by pgmarshall View Post
    ... I have seen this achieved on other osC variants so I may have a look through their packages to see how they have done it.
    Prompted by the ever persistent PGM, I've made a concentrated effort (as much as I can ) to look at this... about 70-80% of the way there (I hope). A few more 'bits' to resolve before going 'alpha' - unless I totally crack up with all this coding melarky.

    Hosting plans with installation, configuration, contributions, support and maintenance.

  10. #10
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,943
    Rep Power
    34


    Arrow Re: Option Types v2.1.3

    Finding a stack of issues with the coding of the PADs but getting there ~90% of the way completed, before testing functionality.
    [I tried posting up screenshots, to no avail.]
    Hosting plans with installation, configuration, contributions, support and maintenance.

Page 1 of 2 12 LastLast

Similar Threads

  1. Option Types v2
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 11-13-2009, 10:00 AM
  2. Option Types v2
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-18-2009, 08:52 AM
  3. Option Types v2
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-02-2009, 02:01 PM
  4. Option Types v2
    By michael_s in forum New osCommerce Contributions
    Replies: 2
    Last Post: 09-10-2009, 02:57 PM
  5. Option Types v2
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 07-14-2009, 11:53 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
  •