FlexPal Update 05/07/08

FlexPal Update 05/07/08:

Dear FlexPal customers, FlexPal has been updated as of 05/07/08. if you are an existing customer, and have not received your update please email us at orders@tetraktysdesign.com

Changes:
1) Bug Fix: This error was reported:
TypeError: Error #1009: Cannot access a property or method of a null object reference. This bug has been fixed.

2) Shopping Cart, and ShoppingCartFull were combined into a single component

3) "Add Paypal Fee" feature added: Now you can have FlexPal calculate what your PayPal fee will be (2.9% + $.30), and fold that cost into the shipping and handling fee. if you do not wish to use this feature, go to YourPaypalVariables.as, and set the values of:

private var paypalFeePercentage:Number = .029;
private var paypalFlatFee:Number = .3;

to

private var paypalFeePercentage:Number = 0;
private var paypalFlatFee:Number = 0;

In order to update your FlexPal code, simply replace your existing FlexPal files with the ones in the updated folder. You'll notice that ShoppingCart.mxml is no longer needed, as it was combined with ShoppingCartFull.mxml