lat9
lat9
How about we start by adding another field to the `countries` table that works in conjunction with the currently-defined `status`? Let's name it `status_limitation` (until a better name is identified)....
Duh (on the B and B). On the `status` redundancy, I agree ... but keeping downward compatibility says that it stays, IMO. I also agree that the Shipping-only will be...
Another 'complication': `paypalwpp`. Need to ensure that any address-override coming from PayPal is, in fact, supported by the store's limitations.
> > > Also order class should be changed to allow observers in customer, Billing, delivery addresses. Using array and db_perform with core observers could greatly help in mods for...
A function like that would be especially helpful on the storefront, enabling the Zen Cart 'base' to provide some consistent currency-related conversion. While I don't agree with the `convertToFloat` implementation...
> Both overriding PHP functions and inserting Notifier hooks to do even more overrides feels like an antipattern, which I prefer to avoid. In this case, though, a notifier hook...
Agreed on the naming convention. What I was _attempting_ to do was consolidate a plethora of database updates required for an upgrade that's in-progress (removing database references for plugins no...
> Were you thinking of capturing only a single tax-rate? > How would you handle products having varying tax rates/classes? @drbyte, my suggestion applies to the `order_totals` not the products....
Understood, but it would be better than _silence_.
The other programmers for the site I mentioned above did another test-run of the install process. They tried checking the MySQL 'processlist' during the process, but saw nothing running. Note...