-
-
Notifications
You must be signed in to change notification settings - Fork 10
V2 Changelog
Tobias Wolf edited this page Dec 11, 2024
·
2 revisions
There a several breaking changes. It is not recommended to convert Merx 1 to Merx 2.
Merx 2 is dedicated to new projects.
- Multi currency
- More Classes
- ListItem
- ListItems
- Price
- Tax
- Integrated API
- Orders per Product
- Use Kirby’s new Licences view
- Remove formatPrice helper method. Use Merx::formatCurrency() instead.
- Product prices must have a currency.
- There is no more success page. Payments are handled by API (e.g.
https://example.com/api/shop/success
)Merx::successUrl
-
OrderPageAbstract
renamed toWagnerwagner\Merx\OrderPage