aodfan Posted March 27, 2008 Posted March 27, 2008 Hello, I am having some trouble with this contribution. I have installed it twice and looked over to see if there was anything that I was missing. But it seems that it may be the AJAX that is not working on my side. When I go to : http://www.mysite.com/admin/product_sets.php, it shows the page, but the '+' or '-' signs do not work, neither do they in admin/categories.php. I searched the OSC forums, but didnt find anything. I was hoping if you guys could help me figure out what is wrong. I also have other AJAX contributions installed and working on my site as of now. Thanks Quote
digilee Posted March 27, 2008 Posted March 27, 2008 Same here, just installed but the html generated (after clicking "Product sets" in admin > categories left panel is just the actual table, no header or surrounding admin html. Also, this was missing from the install instructions: In admin > includes > languages > english.php add this to the bottom (before the last ?>) define('BOX_CATALOG_PRODUCT_SETS', 'Product sets'); I am trying to use this contrib as a basis for something else, but need this working first. Quote SolarFrenzy Solar powered gadgets at down to earth prices. CheekyNaughty Promoting British Design
tt2k Posted March 29, 2008 Posted March 29, 2008 same problems here .... i can´t use it.. the ajax part is not working Quote
theniknakshop.com Posted April 8, 2008 Posted April 8, 2008 I am having problems as well but mine are due to undefined functions in tep_get_set_list() can anyone tell me how tho fix this one? Quote
dcolombo Posted April 15, 2008 Posted April 15, 2008 I am having problems as well but mine are due to undefined functions in tep_get_set_list() can anyone tell me how tho fix this one? These are all about 3 weeks old. Did you guys get feedback to get it working? Or did you find a different contribution to use for product sets? Quote
Guest Posted May 2, 2008 Posted May 2, 2008 Looking at the Install Instructions I have noticed that admin/includes/languages/english.php is one of the OS files that need to be edited, but there are no editing instructions listed in the documentation that I could find. Any thoughts? Quote
Guest Posted May 2, 2008 Posted May 2, 2008 Looking at the Install Instructions I have noticed that admin/includes/languages/english.php is one of the OS files that need to be edited, but there are no editing instructions listed in the documentation that I could find. Any thoughts? Nevemind. Did not read the above very well. Quote
Guest Posted July 12, 2008 Posted July 12, 2008 This contribution Product Sets does not work. In IE6, an unknown runtime error is created. In FF, it just does not work. Product Sets v3.5 r4 and Product Sets v3.5 r5 both tried. I am open to suggestions for other addons to try out to produce product sets. Quote
bhbilbao Posted February 21, 2011 Posted February 21, 2011 Need this working urgent. It was working awesome good but after changing to a new server began to stop working. The admin side works well with Ajax. My problem is in product_info.php, there isn´t any product set. (All white) In product info there is only a stupid piece of code to change. if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } and replace it with: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } include(DIR_WS_MODULES . FILENAME_PRODUCT_SETS); For that I think the problem is the module itself (/includes/modules/produtcs_set.php) I need this working because the family produtcs contrin only works with 2 tablebases. Quote
parasit55 Posted January 20, 2012 Posted January 20, 2012 I have instal this module and in Firefox work fine in IE9 don't work corectli in admin site. Can anyone help me? Thanks. Quote
parasit55 Posted January 20, 2012 Posted January 20, 2012 I have instal this module and in Firefox work fine in IE9 don't work corectli in admin site. Can anyone help me? Thanks. I found bug in admin/products_set.php replace in line 78 <td class="main"><table id="sets"></table></td> with <td class="main"><div id="sets"></div></td> And work Quote
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.
Note: Your post will require moderator approval before it will be visible.