Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
An issue is coming up with my emailed Check Order Status lookup link. An order had a billing zip code of 74953 and a shipping "extended" zip code of 749530121. Clicking the link caused an error trying to find the order, but when I removed the extended 4 digits it worked. Here is what I have for the link code, though I don't think the code is the issue:
<h5>Check your order status here: <a href="[[Site.SecureUrl]]ViewOrder.aspx?order=[[Order.OrderNumber]]&postal=[[Order.BillingAddress.PostalCode]]"[[Site.SecureUrl]]ViewOrder.aspx?order=[[Order.OrderNumber]]&postal=[[Order.BillingAddress.PostalCode]]>Order Status</a></h5>
Why does the system care about the shipping zip code anyway, since the code should be looking for a billing zip code?
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: TKatch Why does the system care about the shipping zip code anyway, since the code should be looking for a billing zip code? That's precisely the problem. We're not using the billing address for the lookup; we're using the shipping address, as the page requests. You should update your URL to use the shipping address. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.