Bug Fixes - Version 10.6.25 - Released 22 December 2020

×
This build has the following bug fixes implemented: 
Fixed
11828711 - Duplicate Email Checkout Message Has Strange Characters
There is a message that pops up if you enter an email address that already exists while going through the checkout process. It asks if you would like to login, but before this, had some strange characters at the end of the message instead of the "X" that would let you cancel.
Better
11829183 - Customer Require PO On-Screen Help Incorrect
The Require PO help on the Customer Info webpage was wrong. It stated that a PO would be automatically created when this was checked, when actually, a PO number is required when checking out on Ecommerce and placing the order.
Fixed
11831509 - Posting Invoice with BirdDog Sets Item Inventory Doc Date to Current Date Instead of Selected Invoice Date
When Printing/Posting an invoice using Enterprise for Windows and selecting an "Invoice Date" other than the current date, posting the invoice results in IMINVTRX.doc_dt being written as the current date, not the invoice date that was selected. When Printing/Posting an invoice completely in Macola, IMINVTRX.doc_dt is correctly written as the selected "Invoice Date".
Fixed
11832400 - Shopify Connector Deletes Product.Body Field When BirdDog Long Description is Empty
When using the BirdDog Connector Sub-System against Shopify and not being licensed for PIM, the system was overwriting existing Shopify item descriptions by pushing up blank data. This was due to the code not properly checking the license. It no longer does this.
Fixed
11832596 - Conversion from type DBNull to type Boolean is not valid Error on Site Login
In certain scenarios, when a customer attempted to log in to a site with a valid account/password, that customer received the "No Account with that Username or Password Could be Found" error. Logging for that login attempt showed this Conversion from type error.
Fixed
11832838 - Amazon Connector Not Reporting Posted Orders
The BirdDog Connector Sub-System for Amazon supports reporting fulfillment of both invoiced open orders and posted orders. Posted orders were not being reported.
Better
11832907 - Shopify Connector Compare at Price Needs to Higher Than Price
Shopify made an update in a recent release that disallowed posting a compare at price lower than price.
Better
11833100 - Shopify Connector Not Using Location in Price Calculation
This ended up having three different fixes and improvements in it: we added a lot of new price calculation logging to explain errors and calculation methods; we now clear the price cache each time the BirdDog Connector Sub-System for Shopify runs so we can actually see price setup changes; and finally, we weren't passing the connector location in the price calculation, which could make location-specific pricing calculate wrong in certain circumstances.
Better
11833239 - Ca$h Lottery Errors Don't Explain What the Actual Problem Is
Improved some logging.
Fixed
11833249 - User With Invalid Default Credit Card Blows Up on Login
When trying to login with a user that has had a saved credit card deleted from the database, our system was throwing an ugly error about the credit card ID not being found instead of handling the error gracefully and not blowing up the site.
Fixed
11833539 - Unable to Copy Item
In addition to the Copy Item functionality not working on the Item Form, the system also threw an ugly error whenever this button was clicked.