Ran the update_1_4_10.sql update and it fixed the problem :)
Printable View
Ran the update_1_4_10.sql update and it fixed the problem :)
I installed the stock by attribute mod, but for some reason it's not showing the attribute for people to pick there size Example:
I have a dress with the sizes: Small, Medium & Large, but on the product page I'm not able to pick the sizes.
How can I correct this issue?
Is there any correction to this problem??????????????????
I don't know what happened but I did a system restore from my backup & my sizes are showing back up again:clap:
1) on the page Admin/Catalog/Products With Attributes Stock, the ajax "save" button doesn't work in tested browsers Chrome or IE, only Firefox. I haven't debugged this.
2) when save button working (in FireFox) the save code is in error:
.../admin/includes/classes/products_with_attributes_stock.php
Fix line 227
Email sent to That Software Guy.PHP Code:
// replace hard-coded table name with Zen Cart configured table name
$sql = "UPDATE " . TABLE_PRODUCTS_WITH_ATTRIBUTES_STOCK . " SET quantity = '$value' WHERE stock_id =$id LIMIT 1";
// current code
// $sql = "UPDATE products_with_attributes_stock SET quantity = '$value' WHERE products_with_attributes_stock.stock_id =$id LIMIT 1";
If anyone's debugged the JavaScript for the save button in other browsers, please let me know.
Thanks!
Bug on Version: 1.4.13 version??
http://www.zen-cart.com/index.php?ma...roducts_id=310
example:
How i get this
1. I click on the box under quantity in stock and change the amount then i click save that i when i get the error message above.
1146 Table 'jazzifas_zc1.products_with_attributes_stock' doesn't exist
in:
[UPDATE products_with_attributes_stock SET quantity = '1' WHERE products_with_attributes_stock.stock_id =21 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.
My DB Have define('DB_PREFIX', 'zen_');
Just wondering if anyone had a work around or fix to show what attributes were still in stock on the product page? The system works great, but at the product page say for example if there were 4 different colours of a top, and only 1 colour was in stock, the stock control will say 1 is in stock but the customer wont know until they try to add the product and goto the next screen, then have to go back again and try another.
I have had a search, and dont think ive missed an answer to this if there was one.
Any thoughts would be greatly appreciated
Thanks
Sam
Yes this is typical when upgrading and there should be a warning. Some features of how attributes are set up have changed for us with this mod.
This mod, 1.4.13 is not stable.
There are problems and fixes in this thread for this mod but the latest contributor to this version has not responded to the issues it has.
Look though my posts for some solutions.
He seems to be the most recent contributor to any fixes with it according to his post - he believed he had fixed any issues with the mod and thanked someone for reporting an issue...however, the issues still exist.
Do we know who is interested in perfecting this mod, because as I told him I'd be willing to help test it as I have a test cart set up. Just PM me and I'll try and give good feedback.
I am having a huge problem with the shopping cart that I believe it is related to Stock by Attribute:
When my client selects more quantity than available from a product, it doesn't warn with *** (quantity exceeds availability) as it used to. Instead it just "freezes" and doesn't allow to continue the checkout but it doesn't warn that there is insufficient products.
I really have no clue how to solve this, the debug doesn't show any special error apart from:
[03-Jul-2011 06:33:25] PHP Warning: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /home/admin/includes/functions/general.php on line 1509
andCode:and stock_attributes = '".implode(',', $attr_array)."'
[03-Jul-2011 08:19:27] PHP Parse error: syntax error, unexpected T_STRING in /home/includes/languages/portugues/time_out.php on line 1
but the shopping cart is all messed up. Maybe the files could be:
admin/includes/functions/general.php
includes/templates/template_default/templates/tpl_shopping_cart_default.php
Any help would be greatly appreciated as I can hardly take any order from a customer now