Chris Brown
Chris Brown
> Actually, for a _**Store Pickup**_ shipping method, shouldn't the tax_basis just be set to `Store`? Yes, that's what I wrote in my bullet points above. Of course it also...
> Yes ... but, there is _currently_ no accurate way to glean the zone associated with a configured pickup location, since the _**Pickup Locations**_ setting is fairly free-format and unvalidated....
Would a variant of `mzmt` be useful as a Store Pickup replacement? Or maybe just some of its features might be useful as idea inspiration to improve it. Instead of...
Multi-Zone-Multi-Table https://www.zen-cart.com/downloads.php?do=file&id=2138
> Newbie question: why can't the installer create the database, avoiding this? Most managed servers don't allow database-creation privileges to their db users. > My _feeling_ is that it's _complicated_,...
I seem to recall there being 2 different addons for this. Opinions on which is most reliable, least intrusive, and most user friendly?
Yes, putting KeepCart into core makes sense. A couple suggestions: - change the `change me` string value in the Install/Upgrade SQL to auto create a random string, using something like...
I've pushed #4140 as a starting point to explore this issue. However, I've not tested it with fractional tax rates, nor fractional quantities for products or attributes. I'll leave those...
It's because the `mainLoader` element is an object reference back to the same `Zencart\LanguageLoader\LanguageLoader` object that is `$languageLoader`. Using `dump()` instead of `var_export()` shows it: @zcwilt can the `mainLoader` element...
In its current state, given that the $languageLoader presently generates `defines` (eg: backward compatible with older ZC versions) for each language entry it has detected, you could probably just tell...