Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
I've just installed 4.7ajax on my test site.
Having a problem with being able to check out with more items than are actually in stock.
For example, I have 6 sachets of Grape kool aid. This is set up as an attribute along with other flavours. It will let me checkout with 7 or more sachets of grape.
But, if I put in a number greater than the total number of kool aid sachets in stock altogether, it won't let me check out.
How do I change it so that it prevents check out based on individual stock attributes, rather than the total number of stock in all attributes?
(Hope that makes sense!) :blink:
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
Jazzyp
I've just installed 4.7ajax on my test site.
Having a problem with being able to check out with more items than are actually in stock.
For example, I have 6 sachets of Grape kool aid. This is set up as an attribute along with other flavours. It will let me checkout with 7 or more sachets of grape.
But, if I put in a number greater than the total number of kool aid sachets in stock altogether, it won't let me check out.
How do I change it so that it prevents check out based on individual stock attributes, rather than the total number of stock in all attributes?
(Hope that makes sense!) :blink:
Anyone? Please?!
I've uploaded (via Cpanel not FTP) all the SBA 4.7ajax files again and still same problem.
What else should I be looking at?
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
Jazzyp
Anyone? Please?!
I've uploaded (via Cpanel not FTP) all the SBA 4.7ajax files again and still same problem.
What else should I be looking at?
I would have to test it to know for sure, but I believe this is one of the shortcomings of this mod.. This really seems to be just how it works..
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
DivaVocals
I would have to test it to know for sure, but I believe this is one of the shortcomings of this mod.. This really seems to be just how it works..
Really? That's a pretty big shortcoming for something that's supposed to control inventory!
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
Jazzyp
Really? That's a pretty big shortcoming for something that's supposed to control inventory!
Seems to be a problem that people are having specifically with AJAX version. I can confirm that the other two current versions don't have it, but haven't personally used the AJAX version.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
I have sucessfully installed.
I tried on one product:
Colour - Black - 10
Colour - ACU - 10
Colour - CYB - 10
Total qty = 30
When i test sell one black. Total quantity becomes 29, BUT black attribute is still 10?
I clicked the snyc quantity and the total quantity became 30 again :P
Is this normal??
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
XxDrAg0nxX
Is this normal??
No. It means that it's not installed properly so that stock tracking is still taking place at product rather than product variant level. Double check your includes/classes/order.php file. Make sure you have the one that comes with the mod installed and there are no copies or backups in that folder.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Hmm I just double checked the downloaded files, there is no override for the includes/classes/order.php
However there is one in admin/orders.php
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
XxDrAg0nxX
Hmm I just double checked the downloaded files, there is no override for the includes/classes/order.php
Not quite sure what you mean here. Zen Cart doesn't currently support over-riding of classes, so the file in the base distribution needs to be replaced by the one that comes with the version of the mod that you are using (you haven't actually said which that is).
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+
Quote:
Originally Posted by
kuroi
Not quite sure what you mean here. Zen Cart doesn't currently support over-riding of classes, so the file in the base distribution needs to be replaced by the one that comes with the version of the mod that you are using (you haven't actually said which that is).
Sorry I didnt realise there were different versions.
I am using the AJAX one.
I just double checked the uploaded AJAX one from the server, there is definately NO includes/classes/order.php
I downloaded the Multiadd version, there IS an includes/classes/order.php
I just copied just the order.php over, and it worked fine after that.
Am I the only one who is experiencing the missing file from the AJAX version? :(