Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • wolulcmit 357 posts 693 karma points
    Sep 23, 2011 @ 09:15
    wolulcmit
    0

    uCommerce_Address table not being updated with address info

    has anyone experienced the follow?

    when an order completes the order details and address info are being recorded properly in the uCommerce_OrderAddress table and also the customers details are being stored in the uCommerce_Customer table. But the uCommerce_Address doesn't seem to get populated with and address, so when later on when I call
    <xsl:variable name="customerDetails" select="CommerceLibrary:GetCurrentCustomer()"/>

    I get all details populated correctly in the <customer> section of the xml returned but an empty <addresses />

    So I'm wondering if I'm missing anything? what should I check for?
    am running version 2.0.5.0

  • Simon Dingley 1474 posts 3431 karma points c-trib
    Sep 23, 2011 @ 09:50
    Simon Dingley
    0

    The addresses relating to orders are held in the uCommerce_OrderAddress table, not sure if the uCommerce_Address is still in use or a legacy table.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Sep 26, 2011 @ 12:26
    Søren Spelling Lund
    1

    uCommerce_Address is used for customer addresses as they look at any given point in time. uCommerce_OrderAddress is, as Simon says, used for stable addresses which should not change once an order is submitted.

Please Sign in or register to post replies

Write your reply to:

Draft