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 am updating 2 tables:
TeaCommerceCustomOrderLineProperty TeaCommerceOrderLine
and although the tables are updating, the data being displayed on screen is not the updated data.
What do I need to do to ensure the data in those 2 tables are displayed, and not cached/cookie/session data?
thanks
Not using the API to change the values? The .Net objects are cached with the values when loaded - so if you only change in the DB it wont show instantly. So why not use the .NET API to change the values?
Kind regards
Anders
can you elaborate on "using the .NET API"?
You mean the tea commerce API?
thanks Stephen
Depends where you want to do things. In your views? In HTML? In JavaScript? In .Net?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Order update not reflected on screen
I am updating 2 tables:
TeaCommerceCustomOrderLineProperty TeaCommerceOrderLine
and although the tables are updating, the data being displayed on screen is not the updated data.
What do I need to do to ensure the data in those 2 tables are displayed, and not cached/cookie/session data?
thanks
Not using the API to change the values? The .Net objects are cached with the values when loaded - so if you only change in the DB it wont show instantly. So why not use the .NET API to change the values?
Kind regards
Anders
can you elaborate on "using the .NET API"?
You mean the tea commerce API?
thanks Stephen
Depends where you want to do things. In your views? In HTML? In JavaScript? In .Net?
is working on a reply...