♥stubbsy Posted January 29, 2011 Share Posted January 29, 2011 Has anyone managed to combine qtpro with this? Is it possible? Quote Link to comment Share on other sites More sharing options...
vkguy Posted February 4, 2011 Share Posted February 4, 2011 Any word on an update? Quote Link to comment Share on other sites More sharing options...
Eclipse16V Posted February 9, 2011 Share Posted February 9, 2011 please update it for 2.3.1 :( Quote Link to comment Share on other sites More sharing options...
CotswoldEngraver Posted February 14, 2011 Share Posted February 14, 2011 I have an option value for a customer input text area for customers to leave a message with the product to be personalised. The option has a maximum of 100 characters set in the option value. When a customer fills in the option, it is cut off after 32 characters and I do not receive the rest of the message. Any help is greatly appreciated! Quote Link to comment Share on other sites More sharing options...
wiecek Posted February 14, 2011 Share Posted February 14, 2011 I have an option value for a customer input text area for customers to leave a message with the product to be personalised. The option has a maximum of 100 characters set in the option value. When a customer fills in the option, it is cut off after 32 characters and I do not receive the rest of the message. Any help is greatly appreciated! I noticed this problem a while back. The problem is that the field in the MySQL database was only for 100 characters. If you increase the size of that field in the database, that should solve your problem. Quote Link to comment Share on other sites More sharing options...
CotswoldEngraver Posted February 16, 2011 Share Posted February 16, 2011 I noticed this problem a while back. The problem is that the field in the MySQL database was only for 100 characters. If you increase the size of that field in the database, that should solve your problem. Thanks for that information. The database field was set to 100 characters. When making a test purchse all the data was on the order but when it comes through to the admin it is chopped off after 32 characters. After a bit more digging around I found out what was causing the problem. In the 'orders_products_attributes' table, the 'products_options_values' field had a varchar() length of 32. I reset it to 100 and all the data comes through now. If anyone else has had this error then I hope this helps. Regards Andy ASE Awards Quote Link to comment Share on other sites More sharing options...
bjeli Posted March 10, 2011 Share Posted March 10, 2011 (edited) I've just installed this addon and i have a problem when one of my products has more than one image attribute. In the first select buttons shows its options but in the seconds select buttons shows its own options and the options of the first image attribute. I mean in the product_info page. Can anybody help me? Thanks. :thumbsup: Edited March 10, 2011 by bjeli Quote Link to comment Share on other sites More sharing options...
multimixer Posted March 11, 2011 Share Posted March 11, 2011 [...] problem when one of my products has more than one image attribute. In the first select buttons shows its options but in the seconds select buttons shows its own options and the options of the first image attribute. [...] That happens because the product id is used to select the images, read how to solve this here bjeli 1 Quote My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
bjeli Posted March 11, 2011 Share Posted March 11, 2011 That happens because the product id is used to select the images, read how to solve this here Thanks, I solved may problem. I had to change [$product_info['products_id']] with [$products_options_name['products_options_id']] and $product_info['products_id'] with $products_options_name['products_options_id'] in some cases too. The only file i had to change is option_types.php Quote Link to comment Share on other sites More sharing options...
sipman Posted March 18, 2011 Share Posted March 18, 2011 Hey Guys. I got a little problem with the addOn - luv it - but got a little issue. Okay it all works perfect i can upload files - and the files are in fact being uploaded. Problem is that the [products_options_value_text] is empty in the database aswell as in the param handler through out the site. So it dosent link correctly in the preview link (actually just links to the upload directory) - and on the invoice there isnt any information about wich file the customer uploaded. I just need to get a hint to where the actually upload/save in db thingy is going on. Ohh and also if somebody could tell me where i can find the file that handles a order when it has been bought ? I need to build a MIS module so that could really help me along :P Hope somebody is able to help me. ? BTW the link is www.reproshop.dk Cheers Morten "Sipman" Quote Link to comment Share on other sites More sharing options...
Mort-lemur Posted March 20, 2011 Share Posted March 20, 2011 Hi, read through the posts and seen the question asked a couple of times with no answer - is there a way to add weights to the options to allow correct shipping calculations to be made? My scenario is that for example I have one product which is "Product X Spares" then I use the options to list the spares available. Problem is that spare A costs pennies to ship whilst spare B costs £££ to ship. Any Ideas? Thanks Quote Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members. Link to comment Share on other sites More sharing options...
CotswoldEngraver Posted March 20, 2011 Share Posted March 20, 2011 Hi, read through the posts and seen the question asked a couple of times with no answer - is there a way to add weights to the options to allow correct shipping calculations to be made? My scenario is that for example I have one product which is "Product X Spares" then I use the options to list the spares available. Problem is that spare A costs pennies to ship whilst spare B costs £££ to ship. Any Ideas? Thanks We have different sized products on our ranges that can have vast weight differences. I installed this contribution and it allows you to put in a seperate weight relative to the base weight for each product attribute. In our case; Product 1 has four different options with 4 different shipping weights; options 1 - 4 can have 4 different option weights entered which are passed to the shipping module. You can even add a negative weight for products that have a download option as well as a physical option such as a cd. Shipping is therefore not charged on the download but is charged for the cd. I have not worked out how to integrate it into the option types contribution as my script writing is not good so I just input the weights in bulk on the product attributes screen in Admin. Hope this helps Andy ASE Awards Quote Link to comment Share on other sites More sharing options...
Mort-lemur Posted March 27, 2011 Share Posted March 27, 2011 Thanks Andy, But that contribution seems like overkill for what Im trying to do. There is another contribution called attribute weights, but that wont slip in easily to the option types V2 modified files, as the particular area of code has been modified. Any experts ?? Im sure this would be of use to a few people... Thanks Quote Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members. Link to comment Share on other sites More sharing options...
Dennis66 Posted April 5, 2011 Share Posted April 5, 2011 Hello, I installed the contribution today but I don't know how to change the option values. In option_attributes I can enter an option f.e. 10 batteries OPTIONS_TYPE_CHECKBOX_NAME 4 32 8x AA but when adding together with the product the product_info page shows a text field. Can you help me with this problem? I just want a checkbox or radio button. Thanks. Quote Link to comment Share on other sites More sharing options...
CotswoldEngraver Posted April 11, 2011 Share Posted April 11, 2011 I have suddenly experienced a problem with this faultless contribution. When I am at the new product/edit screen in admin, the option type is showing but with no options populated, I know the options are there as they are still showing up in the attributes screen in admin. I cannot add more options to the item as the option types do not do anything. I have receibly been experiencing problems with paypal ipn contribution and one page checkout contribution not being compatible but surely these should not affect the option types contribution. Not very conversant with php but I can understand a little with guidance so any help is appreciated. Thanks in advance Andy Quote Link to comment Share on other sites More sharing options...
multimixer Posted April 11, 2011 Share Posted April 11, 2011 I have suddenly experienced a problem with this faultless contribution. When I am at the new product/edit screen in admin, the option type is showing but with no options populated, I know the options are there as they are still showing up in the attributes screen in admin. I cannot add more options to the item as the option types do not do anything. I have receibly been experiencing problems with paypal ipn contribution and one page checkout contribution not being compatible but surely these should not affect the option types contribution. Not very conversant with php but I can understand a little with guidance so any help is appreciated. Thanks in advance Andy Can you say what the last thing that you did was before "experiencing that problem suddenly"? Quote My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
CotswoldEngraver Posted April 12, 2011 Share Posted April 12, 2011 Can you say what the last thing that you did was before "experiencing that problem suddenly"? Not sure to be honest. After thinking about what I have been doing recently it has been a little while since I edited/added any new products so this could have been a problem for a while and I haven't noticed it. I have compaired the installation with the original download/instructions to see if I have modified any lines of code or anything but all appears to be as it should be. Any ideas where to start multimixer would be appreciated. Regards Andy Quote Link to comment Share on other sites More sharing options...
CotswoldEngraver Posted April 12, 2011 Share Posted April 12, 2011 (edited) Sorted it. I had installed Osc_sec contribution here and it was blocking AJAX attribute manager! Changed a parameter in Osc_sec and all is back in order again! Thanks to puddlec in that thread for already having experienced this! Regards Andy Edited April 12, 2011 by ase2007 Quote Link to comment Share on other sites More sharing options...
nick1234 Posted April 16, 2011 Share Posted April 16, 2011 Hi After installation I only get CUSTOMER-INPUT and no text area. in productinfo page. ??? Quote Link to comment Share on other sites More sharing options...
nick1234 Posted April 19, 2011 Share Posted April 19, 2011 Somewhere in a database table, it is wrong, where? Have change products_otion and products_otion_values and customer_basket_attributes from a data base that work from an orginal installation. If I change database with the origanal installation it's not working, then I have the same problem with the orginal installation, it have to be something with a database. Quote Link to comment Share on other sites More sharing options...
multimixer Posted April 21, 2011 Share Posted April 21, 2011 Hi After installation I only get CUSTOMER-INPUT and no text area. in productinfo page. ??? On what osCommerce version do you try to install? Quote My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
nick1234 Posted April 21, 2011 Share Posted April 21, 2011 On what osCommerce version do you try to install? Ver. 2.2 More people have had the same problem http://www.oscommerce.com/forums/topic/338661-contribution-option-types-v2/page__view__findpost__p__1474846 Regards Nick Quote Link to comment Share on other sites More sharing options...
Guest Posted April 22, 2011 Share Posted April 22, 2011 Hi all This addon is not working with version 2.3.1. If you want to use it right now, you have to use osCommerce version rc2a, that you can upgrade to v2.3 Since Zappo is not very active recently, I will make a new version, compatible with 2.3.1 right after the holidays, looking in the same time into issues raised up here in the forum (like image preview etc), so be a little patient till then Did you get around to adapting this for OScommerce v2.3? Quote Link to comment Share on other sites More sharing options...
multimixer Posted April 22, 2011 Share Posted April 22, 2011 Ver. 2.2 More people have had the same problem http://www.oscommerce.com/forums/topic/338661-contribution-option-types-v2/page__view__findpost__p__1474846 Regards Nick In what way do you get the option with CUSTOMER_INPUT on product info? as a drop down? Are you sure you did the changes in both local/configure.php files? You can't use the "original" database, you must use the one that has the alternations done by the included sql file Quote My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
nick1234 Posted April 22, 2011 Share Posted April 22, 2011 In what way do you get the option with CUSTOMER_INPUT on product info? as a drop down? Are you sure you did the changes in both local/configure.php files? You can't use the "original" database, you must use the one that has the alternations done by the included sql file Thanks for your reply, "you are the best" it was /catalog/includes/local/configure.php that was missing. Thanks again. Best Regards Nick Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.