Error in checkout in 4.10

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I had just upgraded my nopCommerce site from 3.7 to 4.10 after upgrading at the time of checkout there website throws an exception that says "Invalid object name 'ShippingByWeightByTotalRecord'.".

I had upgraded from 3.7->3.8->3.9->4.0->4.1 in a sequence manner. Am i missing anything?
5 years ago
It would seem that it did not upgrade your DB table from ShippingByWeight to ShippingByWeightByTotal.
Look in the database; is there a table called ShippingByWeightByTotal?  (Or did it leave behind ShippingByWeight?)
5 years ago
New York wrote:
It would seem that it did not upgrade your DB table from ShippingByWeight to ShippingByWeightByTotal.
Look in the database; is there a table called ShippingByWeightByTotal?  (Or did it leave behind ShippingByWeight?)


Can you please share the script that I need to execute for upgrading/adding table?
5 years ago
If you "had upgraded from 3.7->3.8->3.9->4.0->4.1 in a sequence manner", then you have all the scripts.  In one, there is an update that combined Fixed and By Weight.   Then later, the By Weight had updates to also include Total criteria.  Check the database to see what table you have.
5 years ago
I am getting the same error but with a new store, created from scratch this week.
Any ideas?

Thanks for the help in advance
5 years ago
gondias wrote:
...created from scratch ...

In Admin > plugins, do you see "Manual (Fixed or By Weight and By Total)"?  Uninstall it, and then re-Install it. (But you will lose any shipping By Weight configuration that you may have entered)
5 years ago
Thanks!! Looking good.
5 years ago
Hi,

Kindly can you show me how you solved this issue since I'm also experiencing the same. If one puts an address, shipping isn't allowed. Please help.
5 years ago
I had 2 issues. One on configuration where it ONLY ships to a country and the plugin had ir disabled.

The other issue was the error where i had to reinstall the plugin.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.