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

Notification

Icon
Error

MS
#1 Posted : 6 years ago
MS

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 6 years ago  | Reason: Not specified

Aaron
#2 Posted : 6 years ago
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,400
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 165 time(s) in 160 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:
1
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
MS
#3 Posted : 6 years ago
MS

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 6 years ago  | 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.

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