You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial version of EO 5.0.0 will no longer support the "AutoSpecials" "Auto" price-calculation mode, i.e. prices calculated based on products' current values but without specials/sale pricing. That feature might be re-added in a future update, but at this point I need to remove the testing variations.
Note: I got that bass-ackwards. The "AutoSpecials" setting essentially says "calculate like the shopping cart would", which is the initial path that EO 5.0.0 is heading down.
The text was updated successfully, but these errors were encountered:
Part of #258; processing changes will come later.
Also corrects the method name used to uninstall the plugin and, on initial install, adds the admin-pages only if they're not already present. Otherwise, on an upgrade from a non-encapsulated version, any admin-group restrictions on EO's use will be lost.
* Starting to mimic storefront operations
- Add observer to report customer is logged in and whether/not in guest checkout
- Record the uprid- and opID-mappings to the ordered products. The cart checks by uprid while the AJAX handling checks by opID.
- Add psr4autoload of the storefront shoppingCart class, since EO's cart extends that class and it, too, is session-based.
* Removing use of eo- functions, migrate to EditOrders class
- Auto-load storefront's shipping and order_total classes
- Add classes for EO's jQuery to 'grab' in the product/order-total processing.
* Simplify product/order-total entry
-Each of these element-specific changes will be pushed as a group, no need for the additional text to the names of those fields
- Order selectors alphabetically by group in the css file.
- Proof-of-concept code included in the order-totals' fields data entry fields.
- Change the order-total "Add" text to a button; the admin will fill in all applicable fields and then press the "Add" button.
* Update 'base' EO processing for 'Auto' setting removal
Also part of #258.
The initial version of EO 5.0.0 will no longer support the
"AutoSpecials""Auto" price-calculation mode, i.e. prices calculated based on products' current values but without specials/sale pricing. That feature might be re-added in a future update, but at this point I need to remove the testing variations.Note: I got that bass-ackwards. The "AutoSpecials" setting essentially says "calculate like the shopping cart would", which is the initial path that EO 5.0.0 is heading down.
The text was updated successfully, but these errors were encountered: