Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
What is the correct new code for email templates for checking order status? My current link doesn't work with the new BVC2015 update: from template: <h4>Check your order status: <a href="[[Site.SecureUrl]]orderstatus.aspx?order=[[Order.OrderNumber]]&code=[[Order.BillingAddress.PostalCode]]">[[Site.SecureUrl]]orderstatus.aspx?order=[[Order.OrderNumber]]&code=[[Order.BillingAddress.PostalCode]]</a></h4> looks like this: Check your order status: https://www.kataaro.com/...der=14555&code=60435
|
|
|
|
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)
|
The /OrderStatus.aspx page is from the Develisys BVC 5 Toolkit. This functionality was incorporated into BVC 2013 via the existing /ViewOrder.aspx page. When we did that we changed the "code" query string parameter to be "postal". So, the new URL looks like this: Code:/ViewOrder.aspx?order=14555&postal=60435 The email template form of this would look like this: Code:<a href="[[Site.SecureUrl]]ViewOrder.aspx?order=[[Order.OrderNumber]]&postal=[[Order.BillingAddress.PostalCode]]">[[Site.SecureUrl]]ViewOrder.aspx?order=[[Order.OrderNumber]]&postal=[[Order.BillingAddress.PostalCode]]</a> Since the old /OrderStatus.aspx page now throws a 404 error it must have been deleted when your site was upgraded to BVC 2015. Edited by user Tuesday, April 14, 2015 8:26:41 AM(UTC)
| Reason: Not specified |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
1 user thanked Aaron for this useful post.
|
|
|
Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
Would it be a good idea to include this page in the BVC2015 upgrade so that those of us who have this Develisys tool kit page will still have functionality? We've since added it back in from our back-up copy of the site, so we are good.
|
|
|
|
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 Would it be a good idea to include this page in the BVC2015 upgrade so that those of us who have this Develisys tool kit page will still have functionality? We've since added it back in from our back-up copy of the site, so we are good. No. It is old, unsupported code and a large portion of it was updated when BVC 2013 was released. It should be removed. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
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 ...what should the new code look like on my email template? I posted the updated code in my original reply. :) |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
1 user thanked Aaron for this useful post.
|
|
|
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.