Copied to clipboard

Flag this post as spam?

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


  • Matt Taylor 859 posts 2052 karma points
    Jan 17, 2012 @ 15:19
    Matt Taylor
    0

    Order properties (Email, FirstName, LastName)

    The Order class has Email, FirstName & LastName properties although I'm not sure what they are used for.

    Whenever I want to store these values I make use of TeaCommerce.Base.UpdateOrderProperty because that updates the properties that will be read by the teaCommerceAdminOrder.xslt (as per the starter kit).

    The Order properties Email, FirstName & LastName seem a little redundant or am I wrong?

    Regards,

    Matt

  • Rune Grønkjær 1303 posts 2895 karma points
    Jan 17, 2012 @ 16:33
    Rune Grønkjær
    0

    Hi Matt,

    No, they are not redundant as they are used for the payment gateways. It's just a way to secure the data, so they can be freezed when the order is finalized.

    /Rune

  • Matt Taylor 859 posts 2052 karma points
    Jan 17, 2012 @ 16:50
    Matt Taylor
    0

    Ah, so generally speaking I should be setting these properties?

    Matt

  • Rune Grønkjær 1303 posts 2895 karma points
    Jan 17, 2012 @ 18:04
    Rune Grønkjær
    0

    Yes, they must be filled out. :)

    /Rune

  • Anders Burla Johansen 2560 posts 8256 karma points
    Jan 17, 2012 @ 18:16
    Anders Burla Johansen
    0

    Hi Matt

    Its also for the UI to work in Tea Commerce - like the order list in the back-end. We have a column with the customers name and you can search by customer name. So if we dont know what the property alias is - we cant do those things - and we want to! :)

    Kind regards
    Anders

  • Matt Taylor 859 posts 2052 karma points
    Jan 17, 2012 @ 18:21
    Matt Taylor
    0

    OK, cool.
    I best get on to it. :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies