Hi,
I'm trying to implement something where for each item, the customer has an option to pick a quantity for each day of the week between 0 and 10.
To do this, i've just added an attribute for each day of the week with the necessary choices. e.g on a Monday, the customer might want no products, but on a Wednesday, he or she might want five.
When testing this out however, I am getting the 'Quantity must be an integer between 1 & 32767' error, is there any way that this can be changed in order that 0 is a choosable option?
You can have a look at what i'm trying to do here
Am I going about this the completely wrong way?
Any help would as always, be gratefully welcomed!
I'm trying to implement something where for each item, the customer has an option to pick a quantity for each day of the week between 0 and 10.
To do this, i've just added an attribute for each day of the week with the necessary choices. e.g on a Monday, the customer might want no products, but on a Wednesday, he or she might want five.
When testing this out however, I am getting the 'Quantity must be an integer between 1 & 32767' error, is there any way that this can be changed in order that 0 is a choosable option?
You can have a look at what i'm trying to do here
Am I going about this the completely wrong way?
Any help would as always, be gratefully welcomed!
Comment