Developer forum

Forum » Development » ShippingFreeFeeAmount

ShippingFreeFeeAmount


Reply
System.IndexOutOfRangeException: ShippingFreeFeeAmount
   at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)
   at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at System.Data.SqlClient.SqlDataReader.get_Item(String name)
   at Dynamicweb.eCommerce.Orders.Shipping.Fill(IDataReader DataReader)
   at Dynamicweb.eCommerce.Orders.Shipping..ctor(IDataReader DataReader)
   at Dynamicweb.eCommerce.Orders.ShippingCollection.Load(String SQL)
   at Dynamicweb.eCommerce.Orders.Shipping.GetShippingCollection(String sql)
   at Dynamicweb.eCommerce.Orders.Shipping.getShippingmethods(String code2, String methods, Boolean joinCountryRelations)
   at Dynamicweb.eCommerce.Orders.Shipping.getShippingmethods(String code2)
   at Dynamicweb.eCommerce.Frontend.Cart.Frontend.GetContent()
   at Dynamicweb.Frontend.Content.getModule(DataRow& ParagraphRow)

Anybody who know's where this error come from, when I go from step 2 to 3 in the eCom order proces?

 

 


Replies

 
Reply

The shopping cart attempts to access a field that does not exist in the database. This field was introduced in ecommerce package 31, so please set the number in UpdateVersion_ecom.xml to 30 and rebuild the solution.

 
Reply
Sorensen wrote:

The shopping cart attempts to access a field that does not exist in the database. This field was introduced in ecommerce package 31, so please set the number in UpdateVersion_ecom.xml to 30 and rebuild the solution.

Okay, thanks. I think I set it to 1 (Just to be sure) at restart the IIS application :)

 
Reply

Excellent, then you're sure that all patches will be applied to the database. You might as well do the same for the update.xml to make sure that everything is running the latest version. When the ecom updates have not been applied, there's a risk that other functionality will fail as well.

 

You must be logged in to post in the forum