Customer Zone | Front End
New payment method added: Stripe
Administrator panelu administracyjnego | BackOffice
Adding a new payment method: Stripe
Instructions on how to configure stripe can be found here.
Expansion of the search module
In the latest version of the platform, we have expanded the product search engine in Backoffice, making it easier for the merchant to add products to the cart.
Improvements and bug fixes:
Backoffice | Correct display of customer name in search engine
Backoffice | CSS editor | Automatically enter the code that closes the DIV and add a message about its absence after saving
Backoffice | Added new BackOffice order view in mobile version
API:
Separation of Order into a separate service
Link to new Orders API microservice: ONE Swagger UI (onecommerce.shop)
Attention! The old endpoints are not visible, but we have applied backwards compatibility.
You can still use them.
Displaying retail price for customers without a segment
Return netCatalogPrice
in the netCatalogPrice field ONLY if retail price for customers without segment is set to be returned. Until now, 0 or null was returned in such cases. Added 3 new fields:
basePriceNet
- base price (the price from which all discounts are calculated), which is equivalent tonetCatalogPrice
basePriceDiscount
- percentage discount calculated from the base price (e.g. list price)basePriceType
- base price type. In case of retail price for customers without a segment the value RETAIL is returned, in other cases the value CATALOG will be returned
Creating an integration API to synchronize bookings
Ability to manage reservations via integration API
- Retrieving a specific reservation in the {reservations/{reservation} endpoint integration
- Every operation on reservations in stock is logged with the reservations/synchronization integration API
- The type of reservation {cart} is recorded
Comments
0 comments
Please sign in to leave a comment.