Results 378 comments of Chris Brown

Ref: https://github.com/zencart/zencart/pull/3690

Hmmm ... I thought it already did that.

@papanco You're right: I'd misunderstood your initial question. But I'm undecided about whether it's a good idea to change this. Just to be clear: you're saying you want to INCREASE...

@mc12345678 see the various `actionXyz()` methods on the `shopping_cart` class. Search for `ERROR_MAXIMUM_QTY` for context.

@papanco Thanks for the context. Curious: Are you talking about buying clothing? electronics transistors? fish? houses? And what's the business reason for the minimum quantities? (I'm asking because it helps...

> What is certain is that the customer hardly ever reads, just click and we must be able to read his mind ... That's definitely the hard part of commerce!

Choices `B / S / B` ... probably can't use `B` twice. 😄 Maybe `A` for "All" instead of "B" for "Both" if "B" is also for "Billing"? I feel...

> Should the update include some type of messaging to the customer, perhaps noting (via database lookup) that there are Billing and/or Shipping limitations currently defined by the site? Yes,...

When would this be used? ie: what's the business problem you've run into that this would solve? The cache is already cleared every time an Admin configuration_value is changed.

> The cache is already cleared every time an Admin configuration_value is changed. Correction: It's cleared on every Admin page hit: https://github.com/zencart/zencart/blob/b21f28f541b8bab6d299de9c8417f49f6cab34af/admin/includes/init_includes/init_database.php#L51-L52