New Zenner
- Join Date:
- Mar 2012
- Posts:
- 42
- Plugin Contributions:
- 0
Stock by Attribute v4.0 addon for v1.3.5-1.3.9
Apparently it's having this effect on a few people http://www.zen-cart.com/forum/showthread.php?p=1112303#post1112303
Views: 658,559
New Zenner
Apparently it's having this effect on a few people http://www.zen-cart.com/forum/showthread.php?p=1112303#post1112303
Zen Follower
I posted on SBA 5.0 thread earlier today I found tpl_module_attributes.php is causing the issue with my dynamic drop down mod and will work on a fix tonight.
New Zenner
creinold:
I posted on SBA 5.0 thread earlier today I found tpl_module_attributes.php is causing the issue with my dynamic drop down mod and will work on a fix tonight.
Aha! Cool, thanks :-) I've been uploading and uploading to try and figure out which file it was - I'll stop now!
Zen Follower
for a temporary fix re-upload the orginal tpl_module_attributes.php from the zen-cart distrabution.
Zen Follower
I take that back... the error is in functions_lookups.php I loaded the original and additional images work again.... Now time to trouble shoot....
Sensei
Is it really necessary to cross-post duplicates of all your SBA posts in both the 4.0 and 5.0 threads?
It would be a lot easier for users to follow discussions if you kept them in one place, and not scattered all over.
Totally Zenned
DrByte:
Is it really necessary to cross-post duplicates of all your SBA posts in both the 4.0 and 5.0 threads?
It would be a lot easier for users to follow discussions if you kept them in one place, and not scattered all over.Hey DrByte.. As you know there are at LEAST four SBA support threads, and I think this is part of the reason creinold has been posting on multiple threads..
Is it possible to close ALL of the SBA support threads and just open ONE thread for this version while it's in beta to discuss issues related to it?? It seems pretty clear that creinold's version will be a v1.5 only compatible version, so perhaps closing all of the threads related to the v1.3.X versions makes sense at this point. The multiple threads (and versions) has always been a huge source of confusion..
However since creinold's version is just a beta version perhaps it makes sense that a thread for issues related to this beta version be started and when this version is finalized and submitted to the downloads section (I planned to write a readme doc for it and submit it to the free downloads) then a new support thread for the final version could be created then..
Sensei
There's already an SBA 5 thread, hence my post. Why are we talking about non-SBA-4 stuff in the SBA 4 support thread?
Zen Follower
Sorry... I am only doing that, because everyone is posting in all the different SBA threads.... Making my head spin also. I'll post only in my SBA 5 thread only. If that works for everyone. =)
Sensei
That makes good sense. Direct anyone using SBA5 to the SBA5 thread, leaving this one for SBA4 issues.
New Zenner
Ok thought maybe I should post here, since I'm actually asking about v4 issues.
Assuming I'm using the kuroi version that Diva Vocals suggested was most stable,
Thanks if anyone can help!
Regards
Sunali
New Zenner
I've got an issue with the product being reported as being out of stock when we go to checkout but the product has stock.
There is a colour attribute (with only one option) and a size attribute with 3 options. Two fo the sizes are being allowed to be purchased and the third is not.
I'm totally confused as how this could happen - can anyone help?
Thanks
Andy
New Zenner
Hi all, need a little bit of help here, we have stock_by_attributes_1-4-13 installed and has been working fine with the attributes. But the save button does not work in the attributes, however I found the patched version 14 and FTP all the files over in the correct places and did the SQL update patch and it comes up with this error
"1062 Duplicate entry 'STOCK_SHOW_IMAGE' for key 2
in:
[INSERT INTO zen_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Display Images in Admin', 'STOCK_SHOW_IMAGE', 'false', 'Display image thumbnails on Products With Attributes Stock page? (warning, setting this to true can severly slow the loading of this page):', '9', '6', NULL, now(), NULL, "zen_cfg_select_option(array('true', 'false')," );]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."
Now when you push the save button you get this message: (database name removed)
1146 Table 'xxxxxxxx.products_with_attributes_stock' doesn't exist
in:
[UPDATE products_with_attributes_stock SET quantity = '52' WHERE products_with_attributes_stock.stock_id =1206 LIMIT 1]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Any help would be much appreciated
New Zenner
I'm currently setting up a shop using Zen Cart 1.3.9 (not live yet), and want to add the Stock by Attributes 1-4-14 mod. The problem I have encountered it that it need to modify both the order/php files (admin and template), which have already been altered by "Fast and Easy Checkout 1.10.0".
I've compared both files from each mod in WinMerge, but there are so many altered lines that I'm not sure how to proceed.
Do I simply get WinMerge to merge both files into one or will this not work?
Any help getting this mod to work with my other mod would be most appreciated!
Totally Zenned
You need WinMerge.. that's the purpose of the application..
pinksparklegirl:
I'm currently setting up a shop using Zen Cart 1.3.9 (not live yet), and want to add the Stock by Attributes 1-4-14 mod. The problem I have encountered it that it need to modify both the order/php files (admin and template), which have already been altered by "Fast and Easy Checkout 1.10.0".
I've compared both files from each mod in WinMerge, but there are so many altered lines that I'm not sure how to proceed.
Do I simply get WinMerge to merge both files into one or will this not work?
Any help getting this mod to work with my other mod would be most appreciated!
Zen Follower
You might want to check... I think the order.php already has Numinix coding in it for his FAEC addon
New Zenner
I just installed Stock by attributes and am coming across 2 problems..
I do not have the Catalog->"Products with Attributes Stock" option
When loading my cart, it is a blank page... upon looking at the debug file, I get this error:
[26-Mar-2012 08:57:07] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'index_filters/default_filter.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/myfuzzib/public_html/Cart/includes/modules/pages/index/header_php.php on line 49
I'm stuck and need some help.
thanks in advance!
Totally Zenned
ALL install errors trace directly back to something going wrong with your install.. eg:
Skippersyacht:
I just installed Stock by attributes and am coming across 2 problems..
I do not have the Catalog->"Products with Attributes Stock" option
When loading my cart, it is a blank page... upon looking at the debug file, I get this error:
[26-Mar-2012 08:57:07] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'index_filters/default_filter.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/myfuzzib/public_html/Cart/includes/modules/pages/index/header_php.php on line 49
I'm stuck and need some help.
thanks in advance!
New Zenner
DivaVocals:
ALL install errors trace directly back to something going wrong with your install.. eg:
Not seeing the menu item says that you did not run the SQL to add the menu items..
I ran the SQL and verified the table "products_with_attributes_stock" was created, along with the STOCK_SHOW_LOW_IN_CART and STOCK_SHOW_IMAGE rows in the configuration table.
I think I found one of my problems... My "includes/classes/order.php" is newer than the one included with this mod. However when I WinMerge it, I can't tell what was changed by the mod, or what was changed since the mod was released.
Totally Zenned
Skippersyacht:
I ran the SQL and verified the table "products_with_attributes_stock" was created, along with the STOCK_SHOW_LOW_IN_CART and STOCK_SHOW_IMAGE rows in the configuration table.
I think I found one of my problems... My "includes/classes/order.php" is newer than the one included with this mod. However when I WinMerge it, I can't tell what was changed by the mod, or what was changed since the mod was released.and what about the SQL that adds the MENU item.. If you are not seeing a menu item it means your SQL did not run correctly..
Fields marked required must be completed.
Tell staff why this post should be reviewed.