Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • stephen 81 posts 122 karma points
    Dec 14, 2015 @ 16:41
    stephen
    0

    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

  • Anders Burla 2560 posts 8256 karma points
    Dec 15, 2015 @ 08:43
    Anders Burla
    0

    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

  • stephen 81 posts 122 karma points
    Dec 15, 2015 @ 09:51
    stephen
    0

    can you elaborate on "using the .NET API"?

    You mean the tea commerce API?

    thanks Stephen

  • Anders Burla 2560 posts 8256 karma points
    Dec 15, 2015 @ 10:41
    Anders Burla
    0

    Depends where you want to do things. In your views? In HTML? In JavaScript? In .Net?

Please Sign in or register to post replies

Write your reply to:

Draft