Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
hugo13
I made a while ago an addition
Amendments from 4.7 to 4.7ajax
added ajax functionality
* search filter: "%ma" filters all produchts with "ma" in products-name or in products-model; the search value will be stored in a cookie
* a click at the "quantity in stock" value adds an input-field & you can enter the new value; the store button saves all changed values
* added files in /ajax folder
* changed products_with_attributes_stock.php
* added products_with_attributes_stock_ajax.php
you can see it in action at ::
http://demo.zen-cart.at/index.php?main_page=page&id=26
download the test version at ::
http://demo.zen-cart.at/images/produ...k_4.7.ajax.zip
WOW you are a lifesaver! This makes everything a breeze... thanks so much for sharing this!!!
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
I do need help with one last thing. I know it's been addressed several times but I cannot find the solution. I would like to show either:
1. on the product info page "out of stock" next to each attribute in the dropdown.
OR
2. Not allowing customer to add item to cart if no quantity for selected attribute. We could give them a message before they reach the cart.
Say I have 5 attributes for my product but 4 are out of stock... does a customer have to go back and forth adding each attribute until they find the one in stock? Sounds like a big guessing game.
Is there a solution for this? I can't seem to find it.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Hi all,
I have just downloaded this mod (not yet installed) and I just wanted to check something
I am using the super orders mod
I see that the attribute stock mod changes the following files
admin/orders.php
includes/classes/order.php
I dont think I am using these files anymore because of super orders
Does anyone know if this mod is compatible with super orders and if so what I would need to change from the default install instructions?
Thanks
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
cjeb456
Does anyone know if this mod is compatible with super orders and if so what I would need to change from the default install instructions?
Probably not out of the box. I'm not a Super Orders expert so I don't know if there's anything in there that uses stock in a way that's fundamentally incompatible with Stock by Attributes. If not you would need to identify the changes that each mod has made and merge them together to create a composite mod that includes the functionality for both.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
hugo13
I made a while ago an addition
Amendments from 4.7 to 4.7ajax
added ajax functionality
* search filter: "%ma" filters all produchts with "ma" in products-name or in products-model; the search value will be stored in a cookie
* a click at the "quantity in stock" value adds an input-field & you can enter the new value; the store button saves all changed values
* added files in /ajax folder
* changed products_with_attributes_stock.php
* added products_with_attributes_stock_ajax.php
you can see it in action at ::
http://demo.zen-cart.at/index.php?main_page=page&id=26
download the test version at ::
http://demo.zen-cart.at/images/produ...k_4.7.ajax.zip
I actually ran into a problem with this... when clicking the dynamic field to enter the quantity, it's not saving to my database. When "editing quantity" the standard way, the value gets saved.
Any idea why this would be happening?
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
swamyg1
I actually ran into a problem with this... when clicking the dynamic field to enter the quantity, it's not saving to my database. When "editing quantity" the standard way, the value gets saved.
Any idea why this would be happening?
Quote:
* a click at the "quantity in stock" value adds an input-field & you can enter the new value; the store button saves all changed values
is there any error/message when you hit the "store button"; if you use admin-profiles, you must grant permission to 2 products with attributes stock-files
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
killertofu
Interesting problem, looking for answer. I love this addon, and thank the developer(s) for their hardwork.
I have been using this for a while, and worked perfectly. However, on one of my new products, I was going in to change the quantities of stock when it duplicated the variant. Now I have two variants for Green/Small. It seems to be only happening with this color, so I tried to delete the color and re-add the value (Luckily its localized to this one product :laugh:), but it still duplicates the variant when I try to go and edit the quantity.
Any thoughts?:wacko:
Hi Hugo (and Kurio)... after much testing, it looks like it ist storing to the DB, but I'm having the same problem killertofu was in post 484. He never responded with more information... it's happening to me with more than one product, but all in the same category.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Here's a screen of what's actually happening in the DB... After editing the quantity of stock ID 126, stock ID 128 was created:
http://dev.perfectlocks.com/images/misc/duplication.jpg
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Hello I installed stock by attributes but when I buy products that are out of stock, the cart still lets me buy them.
I've chequed files and the database, and everything seems to be ok...
Please Help.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Maybe if I reinstall the sql tables it will fix, how do I unistall the sql patch to install it again?
Trying everything.