Bug Fixes
Order Tax and Discount Issues
- Fixed: Shipping tax not being added to line item tax totals correctly
- Fixed: Incorrect shipping tax class being applied to orders with mixed tax rates
- Fixed: Subscribe & Save and promotional discounts not appearing as separate line items
- Fixed: Missing shipping tax allocation for orders with zero-rated items
- Impact: Orders with promotional discounts now display accurate line item discounts, enabling proper refund processing. Shipping tax is correctly allocated across items with different tax rates.
- Ticket: #68016
Order Import Fatal Error
- Fixed: Fatal error when Amazon returns empty ResponsibleParty value in GetOrder API calls
- Impact: Orders with missing or invalid ResponsibleParty data no longer cause fatal errors that block order imports and feed processing
- Tickets: #68123, #68124
Elementor Compatibility
- Fixed: JavaScript files loading on Elementor page builder interface, preventing access to Style tab
- Impact: ProfileSelector and ProductMatcher scripts now skip loading in Elementor edit and preview modes
- Ticket: #67945
Repricing Tool
- Fixed: PHP type error “Unsupported operand types: string + float” in WPLA_MinMaxPriceWizard
- Impact: Repricing tool now properly handles price calculations without type errors
- Ticket: #68048
Inventory Synchronization
- Fixed: Background inventory checks detecting out-of-sync items but not adding them to feeds
- Impact: Automatic inventory synchronization now correctly processes detected changes
- Ticket: #68077
Technical Improvements
API Compatibility
- Added: Backward compatibility for older SP-API Money class to resolve deserialization issues
- Added: Missing class includes for unserializing stored Amazon API objects
- Impact: Resolves “incomplete object” errors when loading previously stored order and pricing data
- Ticket: #67999