Update highlights
This version resolves an oversight with the Shipping Method formula; previously, q referred to the number of items being shipped, not the quantity. For instance, if you had 100 of Product A and 1 of Product B, q = 2.
In this version, q = 101.
If you would like to keep using the previous functionality, a new token t has been introduced that behaves like before.
Please check your shipping formula after updating if this applies to you.
Complete Change Log
Change: Fixed calculation of q and added t in Shipping Method formulae
Fix: Fix potential server error when checking if shipping method is applicable to any given order
3.3.1
Update highlights
This version aims to improve upon and fix some issues with the new Order Creation feature in v3.3.0. You can now more easily delete orders in the AdminCP via some new Delete buttons. Furthermore, you now receive more feedback about invalid orders as opposed to just having them silently disappear.
Lastly, a server error with the "What's new" navigation entry has been resolved.
Complete Change Log
Change: "Delete order" buttons now appear on order view / order edit where appropriate
Fix: Fix AdminCP created orders being silently deleted with no user feedback
Fix: Fix potential server error with the "What's new" navigation entry