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.
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 ...
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.
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
_______________________________
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.
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.
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
_______________________________
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.
I'm sure a function like this would be very useful to lots of people.
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 {Trying to figure out why it displays as a dropdown and totally ignores the tep_draw_input_field.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; } }
Hosting plans with installation, configuration, contributions, support and maintenance.
Hosting plans with installation, configuration, contributions, support and maintenance.
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.
Bookmarks