Welcome to the full release notes for this month.
This page focuses on the facts, sharing with you the tasks completed by our development team.
Tutorials, explanations and demonstrations on the headline new features and updates are covered in the monthly "What's New" article (usually released in the first week of the following month).
Release notes - Venture - Catfish Main Development - R24-32
VENTURE-7923 Out of memory exception doesn't load the default css file
Release Notes
Improved some code to be more effective
VENTURE-8408 Add quantity to orderlines for Stripe
Release Notes
We show correct quantity of orderlines in stripe. Before it was hardcoded to quanity 1
VENTURE-8539 WYSIWYG editor relative URLs
Release Notes
Fixed Wysiwyg editor link issue (After saving it transformed link from absolute to relative)
VENTURE-8766 Fix Insights Insert Addresses Timeout
Release Notes
improved performance for metabase sync for addresses.
VENTURE-8777 Check for deleted product on MIS get combinations
Release Notes
Fix: Issue with Veracore Syncing
We resolved an issue where enabling the "Include Attribute Combinations" setting in Veracore syncing would still process combinations even if the product had been deleted.
VENTURE-8849 Abandoned shopping cart email errors
Release Notes
fixed notify customer task to exclude guest users and to handle errors properly and added more verbose logging.
VENTURE-8960 EasyPost retrigger in SPO
Release Notes
We addressed a problem where the following sequence of events caused the retiggering of Easypost connect plugin to fail leading to incomplete Easypost shipments:
Steps:
1. An issue where Connect Failed in Infigo.
2. A problem where deleting an Easypost order in Easypost platform did not fully complete the process in Infigo.
3. A bug where retriggering the plugin could not create a new Easypost order and instead tried to purchase the previous order.
VENTURE-8965 Script Info endpoint
Release Notes
Added a property to optionally retrieve attribute combinations when requesting product information.
VENTURE-9034 English to Dutch/Dutch to English Translation Lag
Release Notes
Invalidate language strings cache after changing the language. Show the correct text in the selected language.
VENTURE-7226 Report on abandoned carts / current carts
Release Notes
sync shopping cart items and attributes in metabase
VENTURE-7346 Stripe capture
Release Notes
refactored stripe plugin to process first the payment authorization, then place the order and then capture based on the capture mode setting.
Added cancelled payment intent webhook.
VENTURE-8748 Shipping to Northern Ireland (changes as of September 2024)
Release Notes
Easypost custom info adjustments. Now connect page on product variant supports individual configuration per product for the custom infos
VENTURE-8862 Import from Excel support for downloadable stock products
Release Notes
Excel Product Import Improvements
We made several enhancements to our Excel product import functionality:
Adjusted Column Names and Accepted Enum Strings:
Changed DownloadActivationTypeId to DownloadActivationType.
Added New Columns:
DownloadUrl
DownloadAsset
DownloadType
DownloadExpirationDays
SampleDownloadURL
SampleDownloadAsset
Removed Columns:
DownloadId
SampleDownloadId
These deletions were necessary as the data is now created by asset or URL.
Release notes - Venture - Catfish Main Development - R24-33
VENTURE-8433 My Recent Orders updates
Release Notes
Some adjustments for the Order History Table
Added ability to configure page sizes and visibility from admin
VENTURE-8532 PDF without .pdf in file name causes an error in checkout process when used as PO number upload.
Release Notes
Added validation when trying to upload a pdf file without extension used as PO number upload
VENTURE-8712 Default storefornt URL is set to infigo.net
Release Notes
Preventing the Use of https://infigo.net as Store URL
Update in database for Existing Customers:
We have created an update that will automatically change your store's web address if it currently uses infigo.net. This update will replace infigo.net with infigosoftware.com to ensure your store's web address is more secure and correctly linked to your account.
Prevention for New Storefronts:
For new storefronts, we will prevent the insertion of infigo.net as the store URL. Instead, we will use of a more relevant store URL.
VENTURE-8805 Product Tag filter page number in URL causing issues
Release Notes
Fixed not redirected to first page when filtering by tags in a category
VENTURE-8940 Versions on multipart product - not showing total QTY and price fetch slow
Release Notes
Enhancements
1. Improved Number Field Input with Debounce Time
Feature: Debounce Time Addition
Description: A 500 ms debounce time has been added to the number field value changes. This enhancement eliminates the need to unfocus the field to register the change. The debounce functionality ensures smoother and more responsive input handling.
Availability: This feature is available only for multipart products with versioning configuration.
2. Tier Price Configuration Display
Feature: Number Field Display for Tier Price
Description: The number field will now be displayed instead of a dropdown when tier price is configured, provided versioning is enabled. This update affects all relevant areas, including the Product Landing Page, Cart, Checkout, and Approval Page.
Availability: This feature is available only for multipart products with versioning configuration.
VENTURE-9006 suggested improvement: admin settings, products types enabled
Release Notes
added restriction for non super admins to forbid access to the product types admin area settings.
VENTURE-9017 Init storefront via Broker
Release Notes
initialize storefronts via broker to improve performance.
VENTURE-9045 Last Updates to MegaEdit fields
Release Notes
Reverted back logic for the first line height for the orders before deployment of R24-28
VENTURE-9095 Admin change password and Generate buttons not responsive on mac pc
Release Notes
The generate password and change password buttons are now responsive in admin
VENTURE-9104 Issue with ME Direct Preview Mode
Release Notes
Reinit the preview after changing the canvas programmatically
VENTURE-9113 Performance with prepay products
Release Notes
Fixed exception when having prepay products on the storefront and adding a product to cart
VENTURE-9124 Localizable MultiPart Part name and description elements
Release Notes
Added the possibility to add localizations in XML for multipart products
VENTURE-9131 Multipart UI (New) - Fix 13
Release Notes
Add the ability to use custom preview types (Megaedit elements) for the new multipart
VENTURE-9149 Multipart UI (New) - Fix 14
Release Notes
Now you will be able to find the selected attributes from MEPreviewService for any megaedit product as it is for the new multipart.
VENTURE-9181 Authorization Transaction Id mismatch Authorize.Net
Release Notes
fixed authorization transaction id for authorize dotnet to be the external one
VENTURE-8476 Appearance settings reset
Release Notes
ensured consistency between bundles storefront initialization for theme and appearence settings and for the reset settings to work in the same way as bundles.
VENTURE-8657 Product page - Improve error message when showing a Tharsten error
Release Notes
added more detailed logs for errors that occur during Tharstern pricing estimations to return a message for user to contact the admin and for the admin we show the localized message of the issue itself.
VENTURE-8768 AJAX for combinations and Stock on product page
Release Notes
Issue:
Customers experienced significant loading delays when selecting attribute combinations with images. This was caused by a single request attempting to fetch both all price information and attribute combination details (attribute SKU/photos).
Solution:
To enhance performance and reduce loading times, we have separated the data retrieval process into two distinct API endpoints:
Attribute Combination Information API Endpoint: Retrieves attribute combination details such as attribute SKU and photos.
Product Price Information API Endpoint: Retrieves product price details.
By dividing these requests, we have improved the efficiency and speed of loading attribute combinations(attribute combinations images) on the client side.
VENTURE-9016 Finish later and Versions
Release Notes
Added the upload later ability for versioned products.
0 Comments