Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm trying to update the CurrentOrderNumber in the store table. I've tried via the API and a LINQ class. But something is overwriting it. Is the Save() method on an Order setting/overwriting the current order number?
CurrentOrderNumber
Save()
Order
Yes the order.Save event will find the count of orders that is an order and + 1. That will be the new CurrentOrderNumber
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
CurrentOrderNumber in store table not updating
I'm trying to update the
CurrentOrderNumber
in the store table. I've tried via the API and a LINQ class. But something is overwriting it. Is theSave()
method on anOrder
setting/overwriting the current order number?Yes the order.Save event will find the count of orders that is an order and + 1. That will be the new CurrentOrderNumber
is working on a reply...