• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

dcs68
#1 Posted : Wednesday, July 9, 2008 7:50:53 AM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

How would I go about inserting a link in the customers confirmation email that takes them directly to that order in their myaccount--->orders section? I have tried what I 5thought were the obvious methods but they don't seem to work.


Thanks,

Derek



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
CorneliuTusnea
#2 Posted : Friday, July 11, 2008 8:15:35 PM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

I think this should do it
<a href="[[Site.StandardUrl]]/MyAccount_Orders_Details.aspx?id=[[Order.Bvin]]">See the details of this order</a>
If it does not work let me know.
Regards,
Corneliu
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

dcs68
#3 Posted : Saturday, July 19, 2008 4:05:28 PM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

Excellent! Thanks Corneliu...that did the trick!!



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
MitchA
#4 Posted : Saturday, July 19, 2008 6:17:17 PM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

How does this get through the user name/password procedure?


Just the Bvin is needed?



If they didn't create an account..... can they still see it?
Optimists invent airplanes,
Pessimists buy parachutes.
dcs68
#5 Posted : Saturday, July 19, 2008 6:43:39 PM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

Hi Corneliu (and Mitch),

I just noticed that this actually didn't work. The link appears in the email fine and when you hover over it the URL with the order id appears as you would expect. When you click the link you are taken to the login screen and upon successful login creds are presented at what would appear to be the order, but it is order# 0000000 and contains no products....that is if you ARE NOT logged in already. If you are logged in already, it takes you to the order perfectly.

I know that the my account section goes into the secure SSL so I also tried [[Site.SecureUrl]] but got the same thing.

Thanks,

Derek



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
Andy Miller
#6 Posted : Sunday, July 20, 2008 8:29:39 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
On or about 33 in MyAccount_Orders_Details.aspx.vb you will find this line of code:





Code:

Response.Redirect("login.aspx?ReturnURL=" &amp; Server.UrlEncode("MyAccount_Orders_Details.aspx))

Change it to this:


Code:

Response.Redirect("login.aspx?ReturnURL=" &amp; Server.UrlEncode("MyAccount_Orders_Details.aspx?id=" &amp; Request.Params("id")))

Note that the forum software may wrap the code onto 2 lines...it is really only 1 line.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
dcs68
#7 Posted : Monday, July 21, 2008 6:42:45 AM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

Great...thanks Andy!



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
MitchA
#8 Posted : Monday, July 21, 2008 7:44:28 AM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

Will this work if the shopper didn't create an account?
Optimists invent airplanes,
Pessimists buy parachutes.
dcs68
#9 Posted : Monday, July 21, 2008 9:55:55 AM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

Yep, that did the trick! Thanks again Andy....



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012