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 873 posts 2086 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 1372 posts 3103 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 873 posts 2086 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 1372 posts 3103 karma points
    Jan 17, 2012 @ 18:04
    Rune Grønkjær
    0

    Yes, they must be filled out. :)

    /Rune

  • Anders Burla 2560 posts 8256 karma points
    Jan 17, 2012 @ 18:16
    Anders Burla
    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 873 posts 2086 karma points
    Jan 17, 2012 @ 18:21
    Matt Taylor
    0

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

Please Sign in or register to post replies

Write your reply to:

Draft