Minor fix to manual order creation

We've fixed a bug where the variant property order in the manual order creation wasn't consistent. Now the order of the variant properties is based on what's determined in your catalog!

Admin & online store: bug fixes
  • Online store: Fixes text-wrapping and layout issues in the online store cart, when using long custom duration labels
  • Admin: fixes an issue where rows in the Upcoming / Active bookings views would sometimes stack on top of each other
Minor fix to booking calendar

We fixed an issue in the booking calendar for products that had only fixed start times, and some of those start times were in the past :blush:

Inventory Improvements

We've added new functionality to the inventory management in our admin. It is now possible to set the purchase price and date when creating an inventory article. Setting and updating purchase details are also supported in the import/export now.

Admin fixes

Fixed a bug in inventory export/import that prevented article imports.
Enabled Norwegian and Slovak as languages for Admin.

Inventory Improvements

We added support for Australian unit system.
You're now able to register purchase details (date and price) of your inventory items.
Inventory article events are now available for all Advance and Enterprise customers.

Delivery setting fixes
  • We’ve fixed issues where delivery settings were sometimes applying for incorrect dates, depending on the timezone of the shop
  • Fixed maintenance time not being always applied correctly for delivery orders with pickup
Timeslot Calculation Fixes

We fixed a bug with the delivery time slot calculation which in some cases caused the wrong slots being available.

Fix to creation of new resales listings

We fixed an issue where creating resales listings was not possible for some merchants.

API: Order creation defaulting quantity to 1

We fixed a bug in our Order creation API that always defaulted the item quantity to 1. Now you're able to define the quantity of items when creating orders via the API!

Online store supports Google Consent Mode v2

We are happy to inform you that we have updated the online store cookie banner -functionality to fully support Google Consent Mode v2.

Check-in improvement

We've streamlined the check-in experience by removing the amount picker view for products without variants. Now you can instead in the summary view edit the quantity of individual products.

Improved Polish Translations

We've improved the Polish translations of our application.

Pricing Updates

We've updated our plan packaging & pricing. Check twicecommerce.com/pricing to see the new pricing.

Admin bug-fixes

The number of custom start dates was rendered incorrectly in the UI of our Admin application.
The account menu displayed missing user name incorrectly in our Admin application.

Navigation between Rentals and Resales

New navigation has been added between our Rentals and Resales modes!

Embed and API updates
  • When embedding your store, the embedded component is now named <twice-store>. <rentle-store> component references are still supported, but should be phased out.
  • When building API / Webhook integrations, you need to know your merchant/store IDs, which have previously been a bit hard to find. We have now added those under Account > Integrations and Account > Stores respectively!
Admin: Improved inventory table serach

We improved the search in the inventory articles-table so that custom article specifications are now considered in the search results

Fix to SKU page horizontal overflow

Admin: Fixes a minor visual issue where the SKU page would overflow horizontally

Community translations and new place to access resource center

We now support community translations. If you would like to use Twice in your language, please contact our customer support for more information.

The resource center is now conveniently accessible from the top bar, ensuring constant and easy access without being in the way!

Skidata: Custom weekday availability settings

We added support for configuring Skidata tickets to be available for specific weekdays only. Note that this setting overrides any settings defined in the Skidata catalog settings.

Fixes

Fixed an issue, where custom start times settings in admin dashboard could have shown opening hours of another store in the user interface

User permission fix

We've made a fix for the new order view to ensure the user role restrictions are taken correctly into consideration when creating a booking.

API - Booking buffer fix

API: Fixes an issue where would not take into account the booking buffers of categories which the product belongs to. Those are now correctly reflected in the field, and we’ve also added a new field which contains only the product’s own booking buffer in case you need that.

API updates

Added a new field to the merchant public info API endpoint. The field indicates which is the default store for the merchant.

API Updates

API: The Product model now includes a packageProducts field, which contains the included products if the product is a package. Previously the model would only include the IDs of the included products in the packageProductIds field, so an extra API call would have been required to fetch the actual products.

API enchancements
  • Product.limitations.startTimes has been deprecated in favour of Product.limitations.startTimesConfig. Please see the Admin API documentation for further information.

  • Minor update: Ability to add localisation information to the merchant information endpoint