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
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.
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
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.
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.
is working on a reply...
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.