Rank: Member
Joined: 1/18/2018(UTC) Posts: 17
|
Responsive3 theme. Site running in /estore/ folder. When I check order status I click view and the URL the page redirects to is wrong. I have an extra /estore/ in the url. How can I fix the issue? Thank you, /estore/estore/BVModules/Themes/Bootstrap3 Responsive/pages/vieworder.aspx?order=9502&postal=66538 When I hover over the 'view' button in internet explorer the url is correct, but when I press the button the second /estore/ is being added. Edited by user Monday, May 28, 2018 11:14:40 PM(UTC)
| Reason: Not specified
|
|
|
|
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)
|
It looks like this might be a bug for stores running in a sub-folder, like yours. Try changing line 159 of the ViewOrder.aspx.vb file in your theme to the following: Code:
Dim redirectUrl As String = String.Format("~/ViewOrder.aspx?order={0}&postal={1}", orderNubmer, postalCode)
|
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/18/2018(UTC) Posts: 17
|
Hi Aaron, That worked, took me a bit I was looking at the wrong file. Thank you, Edited by user Tuesday, May 29, 2018 11:21:20 PM(UTC)
| Reason: Not specified
|
|
|
|
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.