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
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.