v1.0Fix for ^^custom_fields^^
place holder missing in checkout.
v0.7.2 - v1.0Total-Apps payment Gateway is added.
v1.0Due to a change to an associative array for the countries Javascript object (FC.locations), custom scripts using an iterator based loop (like 'for (var i = 0; i < countries.length; i++) { }
') to navigate the countries will no longer work. Instead you can reference the country you are looking for directly by its ISO 3166-1 alpha-2 code like 'US', 'GB' etc. If you need to loop over all of the countries, you can do that using a key-value loop like 'for (var code in countries) { }
'. The structure went from [{...},{...},{...},...]
to ["AZ": {...}, "AU": {...}, ...]
.
Help text for the "checkout type" setting in the checkout template area of the FoxyCart admin has been updated with a link to relevant customer privacy considerations.
v1.0Coupon code was not being displayed with coupon name in email receipt. This is been fixed.
v1.0Downloadable products were not being uploaded successfully. This issue is fixed.
v1.0When emptying the cart with a cart=empty
, session variables with the "h:" prefix are now cleared out as well.
v1.0Fixed update info link which is missing in HTML email template.
v1.0A new place holder for a custom cart twig include {{ custom_cart }}
was added to let you customize your cart across multiple templates.
All versionsFix for FedEx Ground showing up for international shipping when it shouldn't. A new International Ground option was added for that case.
All versionsFix for shipto addresses showing empty date_created
and date_modified
fields in the XML.
v0.7.2When doing an empty=true
on the cart without first having a product in the cart, the selected locale for the store was not showing the currency symbol correctly. It was displaying 0.00 instead of $0.00.
v0.7.2Revisited receipts were not correctly including the hidden custom_fields
in the cart JSON.
v0.7.2Fix for a unique edge case where a $0 order with a coupon associated to only part of the order may return an applied tax of 0.0000000001.
v0.7.2Added a product category filter option in the admin and via the API for transactions and subscriptions.
v0.7.2Added Terminal ID
to Orbital gateway.
v0.7.2Added Durango Payment Gateway.
All versions Past due stores without live transactions will now be automatically deactivated after 30 days. (At least 4 notification emails will be sent before this happens, to the billing contact and to all admin users that have access to the store.)
v0.7.2Added a "check all" option on the admin category page to check all the applicable tax options.
v0.7.2Added 3-D Secure Support for PayLine Gateway.
v0.7.2Added SecureTrading Payment Gateway.
v0.7.2Added a product category filter option in the admin and via the API for transactions and subscriptions.
v0.7.0 - v0.7.2When doing a subscription_list API call, if one of the subscriptions had a third_party_id from PayPal, each subscription returned after it would show the same data as that subscription.
v0.6.0 - v0.7.2Added/Updated labels and helptext in admin for downloadable products to make things more clear.
v0.7.2Added "Fat Zebra" Payment Gateway.
v0.7.2Fix for cvv2
field being displayed even if customers was already saved.
All versions Fix for a broken link in the noscript tag on checkout.
v0.7.2If a subscription was added to the cart prior to midnight and then the customer later checked out the next day, the subscription would calculate as a future subscription instead of charging the correct amount to the customer. This issue has been fixed now.
v0.7.0 - v0.7.2The admin was not properly clearing out the payment gateway key when switching gateways. This was particularly a problem for USAePay because it was sending along the previous value configured which was causing the transaction to fail. This issue has been fixed.
v0.7.2 Fix for Email receipt showing shipping address when using multiship.
v0.6.0 - v0.7.2 Replaced all references to PayPal Website Payments Pro with PayPal Payments Pro.
v0.7.2 Fix for "verification code" field not being displayed if you get gateway error.
v0.4.0 - v0.7.2 Shiptos were not showing historical information. This issue is fixed now.
v0.7.2 Fixed download links in emails resent via the admin to show the correct store domain.
v0.6.0 - v0.7.2Fixes the SSL certificate error for PayJunction test server.
v0.7.2Fix for flat rate and future subscriptions where the shipping was being double charged.
v0.7.2 Fix for multiship orders with multiple categories, one of which is configured for $0 flat rate shipping. The shipping amount no longer doubles.
Our Terms of Service has been updated to better reflect billing policies, and to provide additional notice on any potential price changes in the future.
v0.7.0 - v0.7.2Fixed some broken documentation links in admin.
All versions On Admin signup, password is validated through JavaScript but you get an error after submitting it. This issue has been resolved.
v0.6.0 - v0.7.2Updated admin button styles.
v0.6.0 - v0.7.2Fix to restrict card holder data access to the specific store the user was granted access to.
v0.7.0 - v0.7.2 Documentation links in admin will now open in new window.
v0.7.2 Flat rate shipping amounts for subscriptions are now configurable per subscription (instead of using the amount configured on the category). This allows stores using custom checkout JavaScript snippets to run the same flat rate amount as the original transaction (or adjust it as needed). Subscriptions using live rate shipping amounts will still be recalculated.
v0.7.2 Fix for coupon price discounts not being constrained to the correct category.
v0.7.2 When customers were created via the API without specifying the customer_password_hash_type
and when the store used a non-default password hashing method, the customer would not be able to login correctly. We updated the login code to use the hash type and hash config from the store if the customer values were blank before checking the customer password.
v0.7.2 Fix for future subscriptions and taxes.
All versionsFixed broken links in Welcome email.
v0.7.0 - v0.7.2cc_type
was not properly saving or being updated on the customer record after each transaction. This has been fixed now.
v0.6.0 - v0.7.2Updated the Admin forgot password process. User will now have to use a temporary forgot password access link sent via email, instead of actually changing the existing password. Also, if the forgot password link is not expired, the user does not have to enter their current password in order to change it.
All versionsAdmin interface is redesigned to match with new FoxyCart site.
v0.7.0 - v0.7.1Fixed "encode html" button's styling issue in admin.
All versionsroot@
is removed from SSL Order Form, because it is no longer supported by RapidSSL.
All versionsFixed a bug in the admin when creating a store or deleting a store from an existing 071 or 072 store, the resulting admin interface would be the wrong version. This would cause (among other things) the sample code section to show the wrong include files. This has been patched back to all versions of the admin.
v0.7.2 Fixed an error for Beanstream gateway that could error on when a state value was passed in on certain countries.