| Version |
Issue |
Notes |
| 2.9.6 |
BVC5 SP7 |
Version 2.9.6 is compatible with BVC5 SP7. Includes a fix for Order Rules that compare the rates between two other shipping methods. |
| 2.9.5 |
BVC5 SP7 |
Version 2.9.5 is compatible with BVC5 SP7. |
| 2.9.1 |
BVC5 SP6 |
Version 2.9 is compatible with BVC5 SP6. |
| 2.8 |
BVC5 SP4 and SP5 |
Version 2.8 is compatible with BVC5 SP4 and SP5, including support for kits. |
| 2.7 |
BVC5 SP3.2 |
Version 2.7 is compatible with BVC5 SP3.2. Version 2.6 is compatible with BVC5 SP2 only. |
| 2.6 |
Naming Changes |
Order Rule, Package Rule, and Wrapper Provider now sold as "Shipping Rate Rule Providers". Shipping Rate Provider Suite now refers to all of my shipping providers that share common features such as Packaging Rules and Google Checkout Support. |
| all |
If LinkFreeze is configued to rewrite the form action, Ajax callbacks will fail. |
Disable LinkFreeze for the shipping method editor page or all of the BV Admin pages. |
| 2.5 |
Item Router and Item Rules providers removed. |
Use packaging rules inside of Order Rules and Package Rules instead.
If you have an older version of Shipping Rate Provider Suite installed, you can delete the following directories from your web site:
- BVModules\Shipping\Item Router
- BVModules\Shipping\Item Rules
|
| 2.5 |
Order Router and Package Router providers removed. |
All of the features from Order Router and Package Router have been merged into Order Rules and Package Rules.
If you have an older version of Shipping Rate Provider Suite installed, you can delete the following directories from your web site:
- BVModules\Shipping\Order Router
- BVModules\Shipping\Package Router
|
| 2.5 |
InstallSuite.aspx removed. |
After copying the Shipping Rate Provider Suite files to your web site, several lines must be added to App_Code\TaskLoader.Custom.vb. To make this easier, previous versions of Shipping Rate Provider Suite included a package called InstallSuite.aspx. This page has been moved to the BVC5 Plug-Ins menu so that it is easier to find.
If you have an older version of Shipping Rate Provider Suite installed, you can delete the following file from your web site:
- BVModules\Shipping\InstallSuite.aspx
|
| 2.5 |
Shipping Methods created with earlier versions of Shipping Rate Provider Suite are not compatible with version 2.5. |
There is no automatic upgrade process. The workaround is to take the following steps:
- Take a screen shot of the shipping method created with an earlier version of Shipping Rate Provider Suite.
- Delete the shipping method.
- Install version 2.5.
- Recreate the shipping method using the screen shot as a reference.
|
| 2.0 |
Order Router will not work with the Google Checkout implementation in BVC5 SP2. |
Use Package Router instead. |
| 2.0 |
Hidden shipping methods (i.e. "Display Separately" not checked) will cause errors when used with the Google Checkout implementation in BVC5 SP2. The errors will be recorded in the event log, but rates will sometimes be returned (it depends on the timing). |
If you have the source code for BVSoftware.Bvc5.Core, remove line 135,cart.AddMerchantCalculatedShippingMethod(method.Name,... |