Release Focus: System stabilizing through bug fixing of technical issues
Key | Release Note Summary | Release Note Description |
---|---|---|
DNC-20877 | New: Catalog Update - S&S Activewear data from December 28, 2017 | Pushed latest SS catalog data and updated imagery. |
DNC-20888 | New: Catalog Update - BTC Activewear data from January 05, 2018 | Pushed latest BTC catalog data and updated imagery. |
DNC-20313 | New: Added support for Stripe gateway in New Zealand | Enabled support for the Stripe payment gateway in New Zealand. |
DNC-20227 | Fixed: Incorrect amounts in "Inventory On Order" column | Found several small holes in the workflow which were obscure, but could result in a difference between amount on order vs amount numbers to be ordered. Problem fixed and purchase order workflow will now be more consistent. |
DNC-20680 | Fixed: "Not enough stock to fulfill" error showing although allocated stock ordered correctly | During the checkout process, we allocate stock and then later in the process we were checking if there is enough stock. Remove the check which generates this message in BH. |
DNC-20619 | Fixed: Oops error saving accounting sync configuration under certain scenarios. | Field resolution allows entry of free text values when a number of options in configuration drop-down exceeds our nominal maximum. Check if field(s) for resolving are mapped. If so:
|
DNC-20557 | Fixed: Shipping method not itemized on checkout screens | The shipping line was only displaying on the checkout pages if the user had selected it. If there was only one shipping choice and the step was skipped then we were not displaying the shipping. Fixed the logic so it now displays the shipping line whether the user selected it or it was auto-selected. |
DNC-20578 | Fixed: Decoration process file type availability not saving | The system cached the process related information, but we were only clearing it when we saved the process and certain attributes changed e.g. the process name, min dpi, max colors etc. We were not clearing it if the allowed file types changed. Made changes so that the process cache will be cleared when the process is saved and any attributes are changed. |
DNC-20605 | Fixed: Products using Stock/Inventory system are skipping needed Purchase Orders (related to saved layouts) | Old saved layouts used to store the 'use_po' flag at the time it was saved. The current version of Deco does not do that anymore which is why the bug cannot be replicated anymore by saving a layout with PO's turned off. So the bug only happens for old saved layouts which were saved with PO's off and now POs are on. Issue resolved. |
DNC-20596 | Fixed: Volume Discount does not apply to Decorated Products in BH | Implemented logic to work better for decorated products within Business Hub and discounting logic. |
DNC-20623 | Fixed: Vendor product price update causes decorated product price discrepancy | Identifying when a catalog push updates prices and will reprocess all supplier products and their custom products that use the vendor product. This processing can take hours so there will be a delay. Improved logic to process products quicker. |
DNC-20622 | Fixed: Changing Ship-By-Date always fails on first save in BH | Response from add_payment was updating order.orderSummary without updating the corresponding order.detailsPanel.summary. Modified return processing function to do so. |
DNC-20556 | Fixed: Inaccurate Orders Shipped graph in BH dashboard | The summary totals were correct. The shipping graph totals were incorrect as they were counting line items shipped instead of orders shipped. |
DNC-20536 | Fixed: Client Credits in BH will not reset and is producing an error | Improved the UI to display "Reset Store Credit Used?" checkbox as disabled when customer isn't an account holder, with a hover message to make it clear for the user. |
DNC-20868 | Fixed: Order is paid but sitting in abandoned carts and cannot convert to order | Order in abandoned carts cannot be converted to an order due to the number and complexity of the line items. The order is reaching the currently set time limit of 5 minutes. Increased the save time limit to 1 hour so that this order can be saved successfully. |
DNC-20861 | Fixed: Order marked as Produced and Shipped but no history of anyone marking these as such | If a pre-decorated product which uses design templates is saved as a layout by the user and then re-edited later from their Saved Layouts within their Account, the saved layout is added to their cart without being copied. This results in the order being marked as shipped straight away and not flowing through the usual workflow. Fixed this scenario. |
DNC-20172 | Fixed: Refund applied, status still shows Refund Required for particular order | Small rounding error on the server side code when calculating the order's approval amount was stopping it from being saved with the correct status. The code has been fixed and the order re-saved so it is now in the "Closed" orders list. |
DNC-20850 | Fixed: Some production files are too big for the DNT to handle. | Implemented following strategies:
|
DNC-20786 | Fixed: Escaped entities in notes field | Save the content escaped to prevent issues, but have these characters display normally when editing. |
DNC-20796 | Fixed: Facebook image picker not loading images | Facebook has changed something on their end which caused some parameters to be missing through the /me?photos request. Our code expects to have a photos/data/images field coming through the /me?photos request, but it was only returning id, name and created date, therefore resulting in the error when trying to process the nil variable. Facebook documentation indicates we can specify which fields we want to get through the request so our code has been changed to add the missing "images" field as well as id, created_time, and name which was already there. |
DNC-20769 | Fixed: "element.name" variable not working for Screen Printing process in Templates | Introduced new configured process liquid variable: items_including_screen_printing, that returns all attached configured assets including those for screen printing. |
DNC-20775 | Fixed: BH-Order count on order tab not matching number of orders in order list | The SQL query that calculates the order count was not including fully paid orders that were waiting for PO, stock or artwork. |
Comments
0 comments
Please sign in to leave a comment.